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

/frameworks/av/media/libstagefright/
H A DACodec.cpp1748 int32_t storeMeta; local
1750 && msg->findInt32("android._input-metadata-buffer-type", &storeMeta)
1751 && storeMeta != kMetadataBufferTypeInvalid) {
1753 if (storeMeta == kMetadataBufferTypeNativeHandleSource) {
1755 } else if (storeMeta == kMetadataBufferTypeANWBuffer ||
1756 storeMeta == kMetadataBufferTypeGrallocSource) {
1806 && msg->findInt32("android._store-metadata-in-buffers-output", &storeMeta)
1807 && storeMeta != 0);

Completed in 31 milliseconds