Home
last modified time | relevance | path

Searched refs:has_buffers (Results 1 – 7 of 7) sorted by relevance

/aosp12/frameworks/av/media/libstagefright/include/media/stagefright/
H A DMediaBufferGroup.h44 bool has_buffers();
95 mWrapper->has_buffers = [](void *handle) -> bool { in wrap()
96 return ((MediaBufferGroup*)handle)->has_buffers(); in wrap()
/aosp12/frameworks/av/include/media/
H A DMediaExtractorPluginApi.h71 bool (*has_buffers)(void *handle); member
H A DMediaExtractorPluginHelper.h119 bool has_buffers() { in has_buffers() function
120 return mGroup->has_buffers(mGroup->handle); in has_buffers()
/aosp12/frameworks/av/media/libstagefright/foundation/
H A DMediaBufferGroup.cpp152 bool MediaBufferGroup::has_buffers() { in has_buffers() function in android::MediaBufferGroup
/aosp12/frameworks/av/media/libmedia/
H A DIMediaSource.cpp390 if (!mGroup->has_buffers()) { in onTransact()
/aosp12/frameworks/av/media/extractors/wav/
H A DWAVExtractor.cpp436 if (options != nullptr && options->getNonBlocking() && !mBufferGroup->has_buffers()) { in read()
/aosp12/frameworks/av/media/extractors/mp4/
H A DMPEG4Extractor.cpp6105 if (options != nullptr && options->getNonBlocking() && !mBufferGroup->has_buffers()) { in read()