Searched refs:halHeicSupport (Results 1 – 1 of 1) sorted by relevance
997 camera_metadata_entry halHeicSupport = c.find(ANDROID_HEIC_INFO_SUPPORTED); in deriveHeicTags() local998 if (halHeicSupport.count > 1) { in deriveHeicTags()1000 __FUNCTION__, halHeicSupport.count); in deriveHeicTags()1002 } else if (halHeicSupport.count == 0 || in deriveHeicTags()1003 halHeicSupport.data.u8[0] == ANDROID_HEIC_INFO_SUPPORTED_FALSE) { in deriveHeicTags()