Searched refs:mGraphicBlocks (Results 1 – 2 of 2) sorted by relevance
843 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 …]
333 std::vector<GraphicBlockInfo> mGraphicBlocks; variable