Searched refs:IsAllBufferAvailable (Results 1 - 8 of 8) sorted by relevance

/hardware/intel/common/omx-components/videocodec/
H A DOMXVideoDecoderVP9HWR.h73 virtual bool IsAllBufferAvailable(void);
H A DOMXVideoDecoderVP9Hybrid.h44 virtual bool IsAllBufferAvailable(void);
H A DOMXVideoDecoderBase.h57 virtual bool IsAllBufferAvailable(void);
H A DOMXVideoDecoderVP9HWR.cpp792 bool OMXVideoDecoderVP9HWR::IsAllBufferAvailable(void) function in class:OMXVideoDecoderVP9HWR
794 bool b = ComponentBase::IsAllBufferAvailable();
H A DOMXVideoDecoderVP9Hybrid.cpp711 bool OMXVideoDecoderVP9Hybrid::IsAllBufferAvailable(void) { function in class:OMXVideoDecoderVP9Hybrid
712 bool b = ComponentBase::IsAllBufferAvailable();
H A DOMXVideoDecoderBase.cpp479 bool OMXVideoDecoderBase::IsAllBufferAvailable(void) { function in class:OMXVideoDecoderBase
480 bool b = ComponentBase::IsAllBufferAvailable();
/hardware/intel/common/wrs_omxil_core/base/inc/
H A Dcomponentbase.h277 virtual bool IsAllBufferAvailable(void);
/hardware/intel/common/wrs_omxil_core/base/src/
H A Dcomponentbase.cpp1912 while(IsAllBufferAvailable())
1971 bool ComponentBase::IsAllBufferAvailable(void) function in class:ComponentBase

Completed in 88 milliseconds