Searched refs:IsAllBufferAvailable (Results 1 – 8 of 8) sorted by relevance
43 virtual bool IsAllBufferAvailable(void);
73 virtual bool IsAllBufferAvailable(void);
344 bool OMXVideoDecoderVP9Hybrid::IsAllBufferAvailable(void) { in IsAllBufferAvailable() function in OMXVideoDecoderVP9Hybrid345 bool b = ComponentBase::IsAllBufferAvailable(); in IsAllBufferAvailable()
57 virtual bool IsAllBufferAvailable(void);
801 bool OMXVideoDecoderVP9HWR::IsAllBufferAvailable(void) in IsAllBufferAvailable() function in OMXVideoDecoderVP9HWR803 bool b = ComponentBase::IsAllBufferAvailable(); in IsAllBufferAvailable()
413 bool OMXVideoDecoderBase::IsAllBufferAvailable(void) { in IsAllBufferAvailable() function in OMXVideoDecoderBase414 bool b = ComponentBase::IsAllBufferAvailable(); in IsAllBufferAvailable()
277 virtual bool IsAllBufferAvailable(void);
1913 while(IsAllBufferAvailable()) in Work()1972 bool ComponentBase::IsAllBufferAvailable(void) in IsAllBufferAvailable() function in ComponentBase