Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/
DACodec.cpp739 nativeWindow, &usageBits, !storingMetadataInDecodedBuffers()); in handleSetSurface()
791 if (storingMetadataInDecodedBuffers() in handleSetSurface()
808 if (!storingMetadataInDecodedBuffers()) { in handleSetSurface()
861 if (storingMetadataInDecodedBuffers()) { in allocateBuffersOnPort()
1218 CHECK(!storingMetadataInDecodedBuffers()); in allocateOutputBuffersFromNativeWindow()
1308 CHECK(storingMetadataInDecodedBuffers()); in allocateOutputMetadataBuffers()
1349 CHECK(storingMetadataInDecodedBuffers()); in submitOutputMetadataBuffer()
1517 if (!stale && !storingMetadataInDecodedBuffers()) { in dequeueBufferFromNativeWindow()
1546 CHECK(storingMetadataInDecodedBuffers()); in dequeueBufferFromNativeWindow()
1676 if (!storingMetadataInDecodedBuffers() || !info->mNewGraphicBuffer) { in fillBuffer()
[all …]
/frameworks/av/media/libstagefright/include/media/stagefright/
DACodec.h329 inline bool storingMetadataInDecodedBuffers() { in storingMetadataInDecodedBuffers() function