Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/sfplugin/
DCCodec.cpp711 int32_t storeMeta; in configure() local
713 && msg->findInt32("android._input-metadata-buffer-type", &storeMeta) in configure()
714 && storeMeta != kMetadataBufferTypeInvalid) { in configure()
715 if (storeMeta != kMetadataBufferTypeANWBuffer) { in configure()
/frameworks/av/media/libstagefright/
DACodec.cpp1753 int32_t storeMeta; in configureCodec() local
1756 if (msg->findInt32("android._input-metadata-buffer-type", &storeMeta) in configureCodec()
1757 && storeMeta != kMetadataBufferTypeInvalid) { in configureCodec()
1758 if (storeMeta == kMetadataBufferTypeNativeHandleSource) { in configureCodec()
1760 } else if (storeMeta == kMetadataBufferTypeANWBuffer || in configureCodec()
1761 storeMeta == kMetadataBufferTypeGrallocSource) { in configureCodec()
1812 && msg->findInt32("android._store-metadata-in-buffers-output", &storeMeta) in configureCodec()
1813 && storeMeta != 0); in configureCodec()