Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/sfplugin/
DC2OMXNode.cpp412 mBufferIdsInUse.lock()->emplace(work->input.ordinal.frameIndex.peeku(), buffer); in emptyBuffer()
457 decltype(mBufferIdsInUse)::Locked bufferIds(mBufferIdsInUse); in onInputBufferDone()
DC2OMXNode.h115 Mutexed<std::map<uint64_t, buffer_id>> mBufferIdsInUse; member