Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/
DACodec.cpp775 nativeWindow, &usageBits, !storingMetadataInDecodedBuffers()); in handleSetSurface()
827 if (storingMetadataInDecodedBuffers() in handleSetSurface()
844 if (!storingMetadataInDecodedBuffers()) { in handleSetSurface()
898 if (storingMetadataInDecodedBuffers()) { in allocateBuffersOnPort()
1256 CHECK(!storingMetadataInDecodedBuffers()); in allocateOutputBuffersFromNativeWindow()
1346 CHECK(storingMetadataInDecodedBuffers()); in allocateOutputMetadataBuffers()
1387 CHECK(storingMetadataInDecodedBuffers()); in submitOutputMetadataBuffer()
1522 if (!stale && !storingMetadataInDecodedBuffers()) { in dequeueBufferFromNativeWindow()
1550 CHECK(storingMetadataInDecodedBuffers()); in dequeueBufferFromNativeWindow()
1761 if (!storingMetadataInDecodedBuffers() || !info->mNewGraphicBuffer) { in fillBuffer()
[all …]
/frameworks/av/media/libstagefright/include/media/stagefright/
DACodec.h367 inline bool storingMetadataInDecodedBuffers() { in storingMetadataInDecodedBuffers() function