Home
last modified time | relevance | path

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

/hardware/intel/common/libmix/videodecoder/
DVideoDecoderInterface.h38 virtual int getOutputQueueLength(void) = 0;
DVideoDecoderBase.h79 virtual int getOutputQueueLength(void);
DVideoDecoderBase.cpp276 int VideoDecoderBase::getOutputQueueLength(void) { in getOutputQueueLength() function in VideoDecoderBase
/hardware/intel/common/omx-components/videocodec/
DOMXVideoDecoderBase.cpp362 …rs[OUTPORT_INDEX])->nFlags & OMX_BUFFERFLAG_EOS) || (mVideoDecoder->getOutputQueueLength() == 0)) { in ProcessorProcess()
453 …rs[OUTPORT_INDEX])->nFlags & OMX_BUFFERFLAG_EOS) || (mVideoDecoder->getOutputQueueLength() == 0)) { in ProcessorProcess()