Home
last modified time | relevance | path

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

/external/v4l2_codec2/
DC2VDAComponent.cpp660 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()
/external/v4l2_codec2/include/
DC2VDAComponent.h366 std::deque<int32_t> mUndequeuedBlockIds; variable