Searched refs:mOwnedByClient (Results 1 – 2 of 2) sorted by relevance
229 MediaCodec::BufferInfo::BufferInfo() : mOwnedByClient(false) {} in BufferInfo()1276 [](const BufferInfo &info) { return info.mOwnedByClient; }); in hasPendingBuffer()1627 if (!info.mOwnedByClient) { in getBufferAndFormat()3147 if (isReclaim && info->mOwnedByClient) { in returnBuffersToCodecOnPort()3151 info->mOwnedByClient = false; in returnBuffersToCodecOnPort()3248 if (info->mData == nullptr || !info->mOwnedByClient) { in onQueueInputBuffer()3289 info->mOwnedByClient = false; in onQueueInputBuffer()3334 if (info->mData == nullptr || !info->mOwnedByClient) { in onReleaseOutputBuffer()3342 info->mOwnedByClient = false; in onReleaseOutputBuffer()3394 CHECK(!info->mOwnedByClient); in dequeuePortBuffer()[all …]
282 bool mOwnedByClient; member