Home
last modified time | relevance | path

Searched refs:mSyncEncoding (Results 1 – 5 of 5) sorted by relevance

/hardware/intel/common/omx-components/videocodec/
DOMXVideoEncoderH263.cpp29 mSyncEncoding = OMX_TRUE; in OMXVideoEncoderH263()
139 if (mSyncEncoding == OMX_FALSE && mFrameInputCount == 0) { in ProcessorProcess()
152 if (mSyncEncoding) in ProcessorProcess()
172 if (mSyncEncoding) in ProcessorProcess()
DOMXVideoEncoderMPEG4.cpp152 if (mSyncEncoding == OMX_FALSE && mFrameInputCount == 1) { in ProcessorProcess()
177 if (mSyncEncoding) in ProcessorProcess()
DOMXVideoEncoderBase.h105 OMX_BOOL mSyncEncoding; variable
DOMXVideoEncoderVP8.cpp150 if (mSyncEncoding) in ProcessorProcess()
172 if (mSyncEncoding) in ProcessorProcess()
DOMXVideoEncoderBase.cpp35 ,mSyncEncoding(OMX_TRUE) in OMXVideoEncoderBase()
856 *syncEncoding = mSyncEncoding; in GetSyncEncoding()
864 mSyncEncoding = *(static_cast<OMX_BOOL*>(pStructure)); in SetSyncEncoding()
866 LOGD("SetSyncEncoding %d", mSyncEncoding); in SetSyncEncoding()