Searched refs:storeMeta (Results 1 – 2 of 2) sorted by relevance
731 int32_t storeMeta; in configure() local733 && msg->findInt32("android._input-metadata-buffer-type", &storeMeta) in configure()734 && storeMeta != kMetadataBufferTypeInvalid) { in configure()735 if (storeMeta != kMetadataBufferTypeANWBuffer) { in configure()
1753 int32_t storeMeta; in configureCodec() local1756 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()1820 && msg->findInt32("android._store-metadata-in-buffers-output", &storeMeta) in configureCodec()1821 && storeMeta != 0); in configureCodec()