Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/av/media/codec2/hal/common/
H A DBufferTypes.cpp137 if (data && _C2BlockFactory::GetBufferQueueData(data)) { in BeginTransferBufferQueueBlock()
156 if (data && _C2BlockFactory::GetBufferQueueData(data)) { in EndTransferBufferQueueBlock()
176 if (data && _C2BlockFactory::GetBufferQueueData(data)) { in DisplayBufferQueueBlock()
/aosp_15_r20/frameworks/av/media/codec2/hal/client/
H A Doutput.cpp169 return _C2BlockFactory::GetBufferQueueData( in getBufferQueueAssignment()
382 if (!_C2BlockFactory::GetBufferQueueData( in registerBuffer()
/aosp_15_r20/frameworks/av/media/codec2/vndk/internal/
H A DC2BlockInternal.h337 bool GetBufferQueueData(
/aosp_15_r20/frameworks/av/media/codec2/hal/common/include/codec2/common/
H A DBufferTypes.h203 if (_C2BlockFactory::GetBufferQueueData( in addBaseBlock()
/aosp_15_r20/frameworks/av/media/codec2/vndk/platform/
H A DC2BqBuffer.cpp64 bool _C2BlockFactory::GetBufferQueueData( in GetBufferQueueData() function in _C2BlockFactory