Searched refs:storeMeta (Results 1 – 2 of 2) sorted by relevance
711 int32_t storeMeta; in configure() local713 && msg->findInt32("android._input-metadata-buffer-type", &storeMeta) in configure()714 && storeMeta != kMetadataBufferTypeInvalid) { in configure()715 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()1812 && msg->findInt32("android._store-metadata-in-buffers-output", &storeMeta) in configureCodec()1813 && storeMeta != 0); in configureCodec()