Searched refs:GetFractionFromStr (Results 1 – 3 of 3) sorted by relevance
73 static std::string GetFractionFromStr(const std::string &decimal, bool &outRang);
705 std::string ExifMetadatFormatter::GetFractionFromStr(const std::string &decimal, bool &outRange) in GetFractionFromStr() function in OHOS::Media::ExifMetadatFormatter759 auto tmpRes = GetFractionFromStr(match[0], outRange); in DecimalRationalFormat()798 auto tmpRes = GetFractionFromStr(match[0], outRange); in ConvertRationalFormat()
1101 static bool GetFractionFromStr(const std::string &decimal, ExifRational &result) in GetFractionFromStr() function1369 if (!GetFractionFromStr(value, rat)) { in CreateExifEntryOfCompressedBitsPerPixel()