Searched refs:ProcessorPreEmptyBuffer (Results 1 - 4 of 4) sorted by relevance

/hardware/intel/common/omx-components/videocodec/
H A DOMXVideoEncoderAVC.h82 virtual OMX_ERRORTYPE ProcessorPreEmptyBuffer(OMX_BUFFERHEADERTYPE* buffer);
H A DOMXVideoEncoderAVC.cpp285 OMX_ERRORTYPE OMXVideoEncoderAVC::ProcessorPreEmptyBuffer(OMX_BUFFERHEADERTYPE* buffer) { function in class:OMXVideoEncoderAVC
305 LOGV("ProcessorPreEmptyBuffer idrPeriod=%d, IntraPeriod=%d, IpPeriod=%d, BFrameEnabled=%d\n", idrPeriod, IntraPeriod, IpPeriod, BFrameEnabled);
332 LOGV("ProcessorPreEmptyBuffer Frame %d, Type %s, EncodeInfo %x\n", mInputPictureCount, FrameTypeStr[EncodeFrameType], EncodeInfo);
/hardware/intel/common/wrs_omxil_core/base/inc/
H A Dcomponentbase.h382 virtual OMX_ERRORTYPE ProcessorPreEmptyBuffer(OMX_BUFFERHEADERTYPE* buffer);
/hardware/intel/common/wrs_omxil_core/base/src/
H A Dcomponentbase.cpp1133 ProcessorPreEmptyBuffer(pBuffer);
2171 OMX_ERRORTYPE ComponentBase::ProcessorPreEmptyBuffer(OMX_BUFFERHEADERTYPE*) function in class:ComponentBase

Completed in 68 milliseconds