Home
last modified time | relevance | path

Searched refs:getGraphicBlockById (Results 1 – 2 of 2) sorted by relevance

/external/v4l2_codec2/include/
DC2VDAComponent.h250 GraphicBlockInfo* getGraphicBlockById(int32_t blockId);
/external/v4l2_codec2/
DC2VDAComponent.cpp630 GraphicBlockInfo* info = getGraphicBlockById(pictureBufferId); in onOutputBufferDone()
648 GraphicBlockInfo* info = getGraphicBlockById(nextBuffer.mBlockId); in sendOutputBufferToWorkIfAny()
895 C2VDAComponent::GraphicBlockInfo* C2VDAComponent::getGraphicBlockById(int32_t blockId) { in getGraphicBlockById() function in android::C2VDAComponent