Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/sfplugin/
DCCodecBufferChannel.cpp529 mReorderStash.lock()->hasPending() || in feedInputBufferIfAvailableInternal()
801 Mutexed<ReorderStash>::Locked reorder(mReorderStash); in start()
1244 mReorderStash.lock()->flush(); in flush()
1355 mReorderStash.lock()->setDepth(reorderDepth.value); in handleWork()
1377 mReorderStash.lock()->setKey(reorderKey.value); in handleWork()
1437 uint32_t depth = mReorderStash.lock()->depth(); in handleWork()
1543 Mutexed<ReorderStash>::Locked reorder(mReorderStash); in handleWork()
1560 Mutexed<ReorderStash>::Locked reorder(mReorderStash); in sendOutputBuffers()
DCCodecBufferChannel.h316 Mutexed<ReorderStash> mReorderStash; variable