Searched refs:storeMeta (Results 1 – 1 of 1) sorted by relevance
1750 int32_t storeMeta; in configureCodec() local1752 && msg->findInt32("android._input-metadata-buffer-type", &storeMeta) in configureCodec()1753 && storeMeta != kMetadataBufferTypeInvalid) { in configureCodec()1755 if (storeMeta == kMetadataBufferTypeNativeHandleSource) { in configureCodec()1757 } else if (storeMeta == kMetadataBufferTypeANWBuffer || in configureCodec()1758 storeMeta == kMetadataBufferTypeGrallocSource) { in configureCodec()1806 && msg->findInt32("android._store-metadata-in-buffers-output", &storeMeta) in configureCodec()1807 && storeMeta != 0); in configureCodec()