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.h59 virtual bool checkBufferAvail();
DVideoDecoderBase.cpp542 bool VideoDecoderBase::checkBufferAvail(void) { in checkBufferAvail() function in VideoDecoderBase
/hardware/intel/common/omx-components/videocodec/
DOMXVideoDecoderBase.cpp428 return mVideoDecoder->checkBufferAvail(); in IsAllBufferAvailable()