Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/
DOMXVideoDecoderVP9Hybrid.h44 virtual bool IsAllBufferAvailable(void);
DOMXVideoDecoderBase.h57 virtual bool IsAllBufferAvailable(void);
DOMXVideoDecoderVP9Hybrid.cpp718 bool OMXVideoDecoderVP9Hybrid::IsAllBufferAvailable(void) { in IsAllBufferAvailable() function in OMXVideoDecoderVP9Hybrid
719 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