Searched refs:storeMeta (Results 1 – 2 of 2) sorted by relevance
1097 int32_t storeMeta; in configure() local1099 && msg->findInt32("android._input-metadata-buffer-type", &storeMeta) in configure()1100 && storeMeta != kMetadataBufferTypeInvalid) { in configure()1101 if (storeMeta != kMetadataBufferTypeANWBuffer) { in configure()
1838 int32_t storeMeta; in configureCodec() local1841 if (msg->findInt32("android._input-metadata-buffer-type", &storeMeta) in configureCodec()1842 && storeMeta != kMetadataBufferTypeInvalid) { in configureCodec()1843 if (storeMeta == kMetadataBufferTypeNativeHandleSource) { in configureCodec()1845 } else if (storeMeta == kMetadataBufferTypeANWBuffer || in configureCodec()1846 storeMeta == kMetadataBufferTypeGrallocSource) { in configureCodec()1905 && msg->findInt32("android._store-metadata-in-buffers-output", &storeMeta) in configureCodec()1906 && storeMeta != 0); in configureCodec()