Searched refs:suffixHeif (Results 1 – 3 of 3) sorted by relevance
29 static const std::string suffixHeif = "heic"; variable
203 return (GetFormat() == PhotoFormat::HEIF) ? suffixHeif : suffixJpeg; in GetExtension()
2055 std::string formatSuffix = photoFormat == PhotoFormat::HEIF ? suffixHeif : suffixJpeg; in CreateMediaLibrary()