Home
last modified time | relevance | path

Searched refs:ConvertValueFormat (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/accessor/include/
H A Dexif_metadata_formatter.h46 static int32_t ConvertValueFormat(const std::string &keyName, std::string &value);
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/accessor/src/
H A Dexif_metadata_formatter.cpp1418 int32_t ExifMetadatFormatter::ConvertValueFormat(const std::string &keyName, std::string &value) in ConvertValueFormat() function in OHOS::Media::ExifMetadatFormatter
1503 if (ExifMetadatFormatter::ConvertValueFormat(keyName, tmpValue)) { in Format()