Home
last modified time | relevance | path

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

/hardware/intel/common/libmix/videodecoder/
DVideoDecoderInterface.h35 virtual bool checkBufferAvail() = 0;
DVideoDecoderBase.h77 virtual bool checkBufferAvail();
DVideoDecoderBase.cpp558 bool VideoDecoderBase::checkBufferAvail(void) { in checkBufferAvail() function in VideoDecoderBase
/hardware/intel/common/omx-components/videocodec/
DOMXVideoDecoderBase.cpp494 return mVideoDecoder->checkBufferAvail(); in IsAllBufferAvailable()