Lines Matching refs:mGraphicBlocks
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()
1077 mGraphicBlocks.clear(); in allocateBuffersFromBlockAllocator()
1100 info.mBlockId = static_cast<int32_t>(mGraphicBlocks.size()); in appendOutputBuffer()
1159 mGraphicBlocks.push_back(std::move(info)); in appendOutputBuffer()
1185 info.mBlockId = static_cast<int32_t>(mGraphicBlocks.size()); in appendSecureOutputBuffer()
1192 mGraphicBlocks.push_back(std::move(info)); in appendSecureOutputBuffer()
1363 for (auto& info : mGraphicBlocks) { in onSurfaceChanged()