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

  /hardware/intel/common/libmix/videodecoder/
VideoDecoderInterface.h 38 virtual int getOutputQueueLength(void) = 0;
VideoDecoderBase.h 79 virtual int getOutputQueueLength(void);
VideoDecoderBase.cpp 276 int VideoDecoderBase::getOutputQueueLength(void) {
    [all...]
  /hardware/intel/common/omx-components/videocodec/
OMXVideoDecoderBase.cpp 355 if (((*pBuffers[OUTPORT_INDEX])->nFlags & OMX_BUFFERFLAG_EOS) || (mVideoDecoder->getOutputQueueLength() == 0)) {
438 if (((*pBuffers[OUTPORT_INDEX])->nFlags & OMX_BUFFERFLAG_EOS) || (mVideoDecoder->getOutputQueueLength() == 0)) {
    [all...]

Completed in 68 milliseconds