Home
last modified time | relevance | path

Searched refs:IsAllBufferAvailable (Results 1 – 6 of 6) sorted by relevance

/hardware/intel/common/omx-components/videocodec/
DOMXVideoDecoderVP9Hybrid.h44 virtual bool IsAllBufferAvailable(void);
DOMXVideoDecoderBase.h57 virtual bool IsAllBufferAvailable(void);
DOMXVideoDecoderVP9Hybrid.cpp719 bool OMXVideoDecoderVP9Hybrid::IsAllBufferAvailable(void) { in IsAllBufferAvailable() function in OMXVideoDecoderVP9Hybrid
720 bool b = ComponentBase::IsAllBufferAvailable(); in IsAllBufferAvailable()
DOMXVideoDecoderBase.cpp479 bool OMXVideoDecoderBase::IsAllBufferAvailable(void) { in IsAllBufferAvailable() function in OMXVideoDecoderBase
480 bool b = ComponentBase::IsAllBufferAvailable(); in IsAllBufferAvailable()
/hardware/intel/common/wrs_omxil_core/base/inc/
Dcomponentbase.h277 virtual bool IsAllBufferAvailable(void);
/hardware/intel/common/wrs_omxil_core/base/src/
Dcomponentbase.cpp1924 while(IsAllBufferAvailable()) in Work()
1983 bool ComponentBase::IsAllBufferAvailable(void) in IsAllBufferAvailable() function in ComponentBase