Searched defs:storeMeta (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/
H A DACodec.cpp1751 int32_t storeMeta; local
1753 && msg->findInt32("android._input-metadata-buffer-type", &storeMeta)
1754 && storeMeta != kMetadataBufferTypeInvalid) {
1755 mInputMetadataType = (MetadataBufferType)storeMeta;
1763 } else if (storeMeta == kMetadataBufferTypeANWBuffer
1766 mInputMetadataType = (MetadataBufferType)storeMeta;
1812 && msg->findInt32("android._store-metadata-in-buffers-output", &storeMeta)
1813 && storeMeta != 0);

Completed in 390 milliseconds