Home
last modified time | relevance | path

Searched refs:DECODE_MULTIPLE_FRAME (Results 1 – 4 of 4) sorted by relevance

/hardware/intel/common/libmix/videodecoder/
DVideoDecoderMPEG4.cpp182 if (status == DECODE_MULTIPLE_FRAME) { in decodeFrame()
193 if (status == DECODE_MULTIPLE_FRAME) { in decodeFrame()
399 return DECODE_MULTIPLE_FRAME; in continueDecodingFrame()
DVideoDecoderDefs.h244 DECODE_MULTIPLE_FRAME = 4, enumerator
DVideoDecoderAVC.cpp117 if (status == DECODE_MULTIPLE_FRAME) { in decode()
275 return DECODE_MULTIPLE_FRAME; in continueDecodingFrame()
/hardware/intel/common/omx-components/videocodec/
DOMXVideoDecoderBase.cpp415 } else if (status == DECODE_MULTIPLE_FRAME){ in ProcessorProcess()