Searched refs:mOwnedByClient (Results 1 – 2 of 2) sorted by relevance
197 MediaCodec::BufferInfo::BufferInfo() : mOwnedByClient(false) {} in BufferInfo()937 [](const BufferInfo &info) { return info.mOwnedByClient; }); in hasPendingBuffer()1269 if (!info.mOwnedByClient) { in getBufferAndFormat()2675 if (isReclaim && info->mOwnedByClient) { in returnBuffersToCodecOnPort()2679 info->mOwnedByClient = false; in returnBuffersToCodecOnPort()2776 if (info->mData == nullptr || !info->mOwnedByClient) { in onQueueInputBuffer()2817 info->mOwnedByClient = false; in onQueueInputBuffer()2860 if (info->mData == nullptr || !info->mOwnedByClient) { in onReleaseOutputBuffer()2868 info->mOwnedByClient = false; in onReleaseOutputBuffer()2920 CHECK(!info->mOwnedByClient); in dequeuePortBuffer()[all …]
278 bool mOwnedByClient; member