Searched refs:mOwnedByClient (Results 1 – 2 of 2) sorted by relevance
240 MediaCodec::BufferInfo::BufferInfo() : mOwnedByClient(false) {} in BufferInfo()1311 [](const BufferInfo &info) { return info.mOwnedByClient; }); in hasPendingBuffer()1662 if (!info.mOwnedByClient) { in getBufferAndFormat()3258 if (isReclaim && info->mOwnedByClient) { in returnBuffersToCodecOnPort()3262 info->mOwnedByClient = false; in returnBuffersToCodecOnPort()3359 if (info->mData == nullptr || !info->mOwnedByClient) { in onQueueInputBuffer()3400 info->mOwnedByClient = false; in onQueueInputBuffer()3445 if (info->mData == nullptr || !info->mOwnedByClient) { in onReleaseOutputBuffer()3453 info->mOwnedByClient = false; in onReleaseOutputBuffer()3505 CHECK(!info->mOwnedByClient); in dequeuePortBuffer()[all …]
284 bool mOwnedByClient; member