Searched refs:mOwnedByClient (Results 1 – 2 of 2) sorted by relevance
205 MediaCodec::BufferInfo::BufferInfo() : mOwnedByClient(false) {} in BufferInfo()959 [](const BufferInfo &info) { return info.mOwnedByClient; }); in hasPendingBuffer()1291 if (!info.mOwnedByClient) { in getBufferAndFormat()2731 if (isReclaim && info->mOwnedByClient) { in returnBuffersToCodecOnPort()2735 info->mOwnedByClient = false; in returnBuffersToCodecOnPort()2832 if (info->mData == nullptr || !info->mOwnedByClient) { in onQueueInputBuffer()2873 info->mOwnedByClient = false; in onQueueInputBuffer()2919 if (info->mData == nullptr || !info->mOwnedByClient) { in onReleaseOutputBuffer()2927 info->mOwnedByClient = false; in onReleaseOutputBuffer()2979 CHECK(!info->mOwnedByClient); in dequeuePortBuffer()[all …]
276 bool mOwnedByClient; member