Home
last modified time | relevance | path

Searched refs:GetAPIVersion (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/utils/include/
H A Dimage_utils.h84 static int32_t GetAPIVersion();
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/picture/
H A Dauxiliary_picture.cpp272 int32_t apiVersion = ImageUtils::GetAPIVersion(); in SetAuxiliaryPictureInfo()
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/utils/src/
H A Dimage_utils.cpp902 if (GetAPIVersion() > APIVERSION_13) { in GetEncodedHeifFormat()
909 int32_t ImageUtils::GetAPIVersion() in GetAPIVersion() function in OHOS::Media::ImageUtils
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/
H A Dext_decoder.cpp1443 if (name == IMAGE_HEIF_FORMAT && ImageUtils::GetAPIVersion() > APIVERSION_13) { in HeapMemAlloc()