Home
last modified time | relevance | path

Searched refs:GetFractionFromStr (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/accessor/include/
H A Dexif_metadata_formatter.h73 static std::string GetFractionFromStr(const std::string &decimal, bool &outRang);
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/accessor/src/
H A Dexif_metadata_formatter.cpp705 std::string ExifMetadatFormatter::GetFractionFromStr(const std::string &decimal, bool &outRange) in GetFractionFromStr() function in OHOS::Media::ExifMetadatFormatter
759 auto tmpRes = GetFractionFromStr(match[0], outRange); in DecimalRationalFormat()
798 auto tmpRes = GetFractionFromStr(match[0], outRange); in ConvertRationalFormat()
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libjpegplugin/src/
H A Dexif_info.cpp1101 static bool GetFractionFromStr(const std::string &decimal, ExifRational &result) in GetFractionFromStr() function
1369 if (!GetFractionFromStr(value, rat)) { in CreateExifEntryOfCompressedBitsPerPixel()