Home
last modified time | relevance | path

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

/external/v4l2_codec2/
DC2VDAComponent.cpp843 mGraphicBlocks.clear(); in onStopDone()
896 if (blockId < 0 || blockId >= static_cast<int32_t>(mGraphicBlocks.size())) { in getGraphicBlockById()
900 return &mGraphicBlocks[blockId]; in getGraphicBlockById()
904 auto blockIter = std::find_if(mGraphicBlocks.begin(), mGraphicBlocks.end(), in getGraphicBlockByPoolId()
909 if (blockIter == mGraphicBlocks.end()) { in getGraphicBlockByPoolId()
925 for (auto& info : mGraphicBlocks) { in onOutputFormatChanged()
947 for (const auto& info : mGraphicBlocks) { in tryChangeOutputFormat()
971 for (auto& info : mGraphicBlocks) { in tryChangeOutputFormat()
999 mGraphicBlocks.clear(); in allocateBuffersFromBlockAllocator()
1063 mGraphicBlocks.clear(); in allocateBuffersFromBlockAllocator()
[all …]
/external/v4l2_codec2/include/
DC2VDAComponent.h333 std::vector<GraphicBlockInfo> mGraphicBlocks; variable