Searched refs:mOwnedByClient (Results 1 – 2 of 2) sorted by relevance
229 MediaCodec::BufferInfo::BufferInfo() : mOwnedByClient(false) {} in BufferInfo()1266 [](const BufferInfo &info) { return info.mOwnedByClient; }); in hasPendingBuffer()1617 if (!info.mOwnedByClient) { in getBufferAndFormat()3092 if (isReclaim && info->mOwnedByClient) { in returnBuffersToCodecOnPort()3096 info->mOwnedByClient = false; in returnBuffersToCodecOnPort()3193 if (info->mData == nullptr || !info->mOwnedByClient) { in onQueueInputBuffer()3234 info->mOwnedByClient = false; in onQueueInputBuffer()3279 if (info->mData == nullptr || !info->mOwnedByClient) { in onReleaseOutputBuffer()3287 info->mOwnedByClient = false; in onReleaseOutputBuffer()3339 CHECK(!info->mOwnedByClient); in dequeuePortBuffer()[all …]
282 bool mOwnedByClient; member