HomeSort by relevance Sort by last modified time
    Searched refs:IsAllBufferAvailable (Results 1 - 8 of 8) sorted by null

  /hardware/intel/common/omx-components/videocodec/
OMXVideoDecoderVP9HWR.h 73 virtual bool IsAllBufferAvailable(void);
OMXVideoDecoderVP9Hybrid.h 44 virtual bool IsAllBufferAvailable(void);
OMXVideoDecoderBase.h 57 virtual bool IsAllBufferAvailable(void);
OMXVideoDecoderVP9Hybrid.cpp 642 bool OMXVideoDecoderVP9Hybrid::IsAllBufferAvailable(void) {
643 bool b = ComponentBase::IsAllBufferAvailable();
OMXVideoDecoderVP9HWR.cpp 791 bool OMXVideoDecoderVP9HWR::IsAllBufferAvailable(void)
793 bool b = ComponentBase::IsAllBufferAvailable();
OMXVideoDecoderBase.cpp 460 bool OMXVideoDecoderBase::IsAllBufferAvailable(void) {
461 bool b = ComponentBase::IsAllBufferAvailable();
    [all...]
  /hardware/intel/common/wrs_omxil_core/base/inc/
componentbase.h 277 virtual bool IsAllBufferAvailable(void);
  /hardware/intel/common/wrs_omxil_core/base/src/
componentbase.cpp     [all...]

Completed in 709 milliseconds