Home
last modified time | relevance | path

Searched refs:countBuffersOwnedByNativeWindow (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/av/media/libstagefright/include/media/stagefright/
H A DACodec.h560 size_t countBuffersOwnedByNativeWindow() const;
/aosp12/frameworks/av/media/libstagefright/
H A DACodec.cpp5087 size_t ACodec::countBuffersOwnedByNativeWindow() const { in countBuffersOwnedByNativeWindow() function in android::ACodec
5106 while (countBuffersOwnedByNativeWindow() > mNumUndequeuedBuffers in waitUntilAllPossibleNativeWindowBuffersAreReturnedToUs()