Searched refs:mBufferIdsInUse (Results 1 – 2 of 2) sorted by relevance
412 mBufferIdsInUse.lock()->emplace(work->input.ordinal.frameIndex.peeku(), buffer); in emptyBuffer()457 decltype(mBufferIdsInUse)::Locked bufferIds(mBufferIdsInUse); in onInputBufferDone()
115 Mutexed<std::map<uint64_t, buffer_id>> mBufferIdsInUse; member