Home
last modified time | relevance | path

Searched refs:dequeueBufferFromNativeWindow (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/include/media/stagefright/
DOMXCodec.h300 BufferInfo* dequeueBufferFromNativeWindow();
DACodec.h239 BufferInfo *dequeueBufferFromNativeWindow();
/frameworks/av/media/libstagefright/
DACodec.cpp904 BufferInfo *info = dequeueBufferFromNativeWindow(); in submitOutputMetaDataBuffer()
936 ACodec::BufferInfo *ACodec::dequeueBufferFromNativeWindow() { in dequeueBufferFromNativeWindow() function in android::ACodec
3227 && dequeueBufferFromNativeWindow() != NULL) { in waitUntilAllPossibleNativeWindowBuffersAreReturnedToUs()
4696 info = mCodec->dequeueBufferFromNativeWindow(); in onOutputBufferDrained()
4708 info = mCodec->dequeueBufferFromNativeWindow(); in onOutputBufferDrained()
DOMXCodec.cpp2006 OMXCodec::BufferInfo* OMXCodec::dequeueBufferFromNativeWindow() { in dequeueBufferFromNativeWindow() function in android::OMXCodec
4067 BufferInfo *nextBufInfo = dequeueBufferFromNativeWindow(); in signalBufferReturned()