Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/sfplugin/
DCCodecBuffers.cpp512 bool ownedByClient = (clientBuffer != nullptr); in initialize() local
513 if (!ownedByClient) { in initialize()
516 mBuffers.push_back({ clientBuffer, impl.mBuffers[i].compBuffer, ownedByClient }); in initialize()
532 if (!mBuffers[i].ownedByClient && mBuffers[i].compBuffer.expired()) { in grabBuffer()
534 mBuffers[i].ownedByClient = true; in grabBuffer()
556 if (!mBuffers[i].ownedByClient) { in returnBuffer()
562 mBuffers[i].ownedByClient = false; in returnBuffer()
593 if (mBuffers[i].ownedByClient) { in expireComponentBuffer()
616 entry.ownedByClient = false; in flush()
640 return entry.ownedByClient || !entry.compBuffer.expired(); in numActiveSlots()
DCCodecBuffers.h720 bool ownedByClient; member