Home
last modified time | relevance | path

Searched refs:StrToUint32 (Results 1 - 5 of 5) sorted by relevance

/foundation/multimedia/image_framework/frameworks/kits/js/common/picture_ndk/
H A Dimage_common.cpp99 if (!OHOS::Media::ImageUtils::StrToUint32(valueString, casted)) { in OH_PictureMetadata_SetProperty()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/accessor/src/
H A Dfragment_metadata.cpp65 if (!ImageUtils::StrToUint32(value, casted)) { in SetValue()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/utils/include/
H A Dimage_utils.h83 static bool StrToUint32(const std::string& str, uint32_t& value);
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/utils/src/
H A Dimage_utils.cpp919 bool ImageUtils::StrToUint32(const std::string& str, uint32_t& value) in StrToUint32() function in OHOS::Media::ImageUtils
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/
H A Dext_encoder.cpp1444 if (metadata->GetValue(key, strVal) != SUCCESS || !ImageUtils::StrToUint32(strVal, u32Val)) { in GetMetadataValueInt32()

Completed in 8 milliseconds