Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/sfplugin/
DCCodecBuffers.cpp516 bool ownedByClient = (clientBuffer != nullptr); in initialize() local
517 if (!ownedByClient) { in initialize()
520 mBuffers.push_back({ clientBuffer, impl.mBuffers[i].compBuffer, ownedByClient }); in initialize()
536 if (!mBuffers[i].ownedByClient && mBuffers[i].compBuffer.expired()) { in grabBuffer()
538 mBuffers[i].ownedByClient = true; in grabBuffer()
560 if (!mBuffers[i].ownedByClient) { in returnBuffer()
566 mBuffers[i].ownedByClient = false; in returnBuffer()
597 if (mBuffers[i].ownedByClient) { in expireComponentBuffer()
620 entry.ownedByClient = false; in flush()
644 return entry.ownedByClient; in numClientBuffers()
DCCodecBuffers.h722 bool ownedByClient; member