Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/
DACodec.cpp742 nativeWindow, &usageBits, !storingMetadataInDecodedBuffers()); in handleSetSurface()
791 if (storingMetadataInDecodedBuffers() in handleSetSurface()
808 if (!storingMetadataInDecodedBuffers()) { in handleSetSurface()
861 if (storingMetadataInDecodedBuffers()) { in allocateBuffersOnPort()
1216 CHECK(!storingMetadataInDecodedBuffers()); in allocateOutputBuffersFromNativeWindow()
1305 CHECK(storingMetadataInDecodedBuffers()); in allocateOutputMetadataBuffers()
1346 CHECK(storingMetadataInDecodedBuffers()); in submitOutputMetadataBuffer()
1514 if (!stale && !storingMetadataInDecodedBuffers()) { in dequeueBufferFromNativeWindow()
1543 CHECK(storingMetadataInDecodedBuffers()); in dequeueBufferFromNativeWindow()
1673 if (!storingMetadataInDecodedBuffers() || !info->mNewGraphicBuffer) { in fillBuffer()
[all …]
/frameworks/av/media/libstagefright/include/media/stagefright/
DACodec.h325 inline bool storingMetadataInDecodedBuffers() { in storingMetadataInDecodedBuffers() function