Searched refs:mUndequeuedBlockIds (Results 1 – 2 of 2) sorted by relevance
660 std::find(mUndequeuedBlockIds.begin(), mUndequeuedBlockIds.end(), in sendOutputBufferToWorkIfAny()661 nextBuffer.mBlockId) == mUndequeuedBlockIds.end()) { in sendOutputBufferToWorkIfAny()701 mUndequeuedBlockIds.push_back(blockId); in updateUndequeuedBlockIds()702 mUndequeuedBlockIds.pop_front(); in updateUndequeuedBlockIds()1047 mUndequeuedBlockIds.resize(minBuffersForDisplay, -1); in allocateBuffersFromBlockAllocator()1361 mUndequeuedBlockIds.resize(minBuffersForDisplay, -1); in onSurfaceChanged()
366 std::deque<int32_t> mUndequeuedBlockIds; variable