HomeSort by relevance Sort by last modified time
    Searched refs:mFrameInputCount (Results 1 - 5 of 5) sorted by null

  /hardware/intel/common/omx-components/videocodec/
OMXVideoEncoderBase.h 94 OMX_U32 mFrameInputCount;
OMXVideoEncoderH263.cpp 139 if (mSyncEncoding == OMX_FALSE && mFrameInputCount == 0) {
230 mFrameInputCount ++;
OMXVideoEncoderMPEG4.cpp 152 if (mSyncEncoding == OMX_FALSE && mFrameInputCount == 1) {
229 mFrameInputCount ++;
OMXVideoEncoderVP8.cpp 225 mFrameInputCount ++;
OMXVideoEncoderBase.cpp 29 ,mFrameInputCount(0)
    [all...]

Completed in 266 milliseconds