Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/sfplugin/
DCCodecBuffers.cpp311 bool ownedByClient = (clientBuffer != nullptr); in initialize() local
312 if (!ownedByClient) { in initialize()
315 mBuffers.push_back({ clientBuffer, impl.mBuffers[i].compBuffer, ownedByClient }); in initialize()
331 if (!mBuffers[i].ownedByClient && mBuffers[i].compBuffer.expired()) { in grabBuffer()
333 mBuffers[i].ownedByClient = true; in grabBuffer()
355 if (!mBuffers[i].ownedByClient) { in returnBuffer()
361 mBuffers[i].ownedByClient = false; in returnBuffer()
391 if (mBuffers[i].ownedByClient) { in expireComponentBuffer()
414 entry.ownedByClient = false; in flush()
438 return entry.ownedByClient; in numClientBuffers()
DCCodecBuffers.h493 bool ownedByClient; member