Searched refs:mOwnedByClient (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/
H A DMediaCodec.cpp591 info.mOwnedByClient = false;
1264 info->mOwnedByClient = false;
1362 if (info->mNotify == NULL || !info->mOwnedByClient) {
1412 info->mOwnedByClient = false;
1436 if (info->mNotify == NULL || !info->mOwnedByClient) {
1451 info->mOwnedByClient = false;
1469 CHECK(!info->mOwnedByClient);
1470 info->mOwnedByClient = true;
/frameworks/av/include/media/stagefright/
H A DMediaCodec.h174 bool mOwnedByClient; member in struct:android::MediaCodec::BufferInfo

Completed in 7 milliseconds