Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/sfplugin/
DCCodec.cpp1097 int32_t storeMeta; in configure() local
1099 && msg->findInt32("android._input-metadata-buffer-type", &storeMeta) in configure()
1100 && storeMeta != kMetadataBufferTypeInvalid) { in configure()
1101 if (storeMeta != kMetadataBufferTypeANWBuffer) { in configure()
/frameworks/av/media/libstagefright/
DACodec.cpp1838 int32_t storeMeta; in configureCodec() local
1841 if (msg->findInt32("android._input-metadata-buffer-type", &storeMeta) in configureCodec()
1842 && storeMeta != kMetadataBufferTypeInvalid) { in configureCodec()
1843 if (storeMeta == kMetadataBufferTypeNativeHandleSource) { in configureCodec()
1845 } else if (storeMeta == kMetadataBufferTypeANWBuffer || in configureCodec()
1846 storeMeta == kMetadataBufferTypeGrallocSource) { in configureCodec()
1905 && msg->findInt32("android._store-metadata-in-buffers-output", &storeMeta) in configureCodec()
1906 && storeMeta != 0); in configureCodec()