Home
last modified time | relevance | path

Searched refs:GetImagePropertyInt (Results 1 – 24 of 24) sorted by relevance

/ohos5.0/foundation/multimedia/image_effect/frameworks/native/utils/common/
H A Dcommon_utils.cpp369 int32_t GetImagePropertyInt(const std::shared_ptr<ExifMetadata> &exifMetadata, const std::string &… in GetImagePropertyInt() function
392 GetImagePropertyInt(exifMetadata, IMAGE_WIDTH, width); in PrintImageExifInfo()
394 GetImagePropertyInt(exifMetadata, IMAGE_LENGTH, length); in PrintImageExifInfo()
398 GetImagePropertyInt(exifMetadata, PIXEL_X_DIMENSION, xDimension); in PrintImageExifInfo()
400 GetImagePropertyInt(exifMetadata, PIXEL_Y_DIMENSION, yDimension); in PrintImageExifInfo()
456 … if (GetImagePropertyInt(exifMetadata, IMAGE_WIDTH, width) == 0 && pixelMap->GetWidth() != width) { in UpdateExifMetadata()
462 …if (GetImagePropertyInt(exifMetadata, IMAGE_LENGTH, width) == 0 && pixelMap->GetHeight() != length… in UpdateExifMetadata()
471 …if (GetImagePropertyInt(exifMetadata, PIXEL_X_DIMENSION, xDimension) == 0 && pixelMap->GetWidth() … in UpdateExifMetadata()
477 …if (GetImagePropertyInt(exifMetadata, PIXEL_Y_DIMENSION, xDimension) == 0 && pixelMap->GetHeight()… in UpdateExifMetadata()
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/image_source_test/
H A Dimage_source_exif_test.cpp266 imageSource->GetImagePropertyInt(index, key, value);
272 imageSource->GetImagePropertyInt(index, key, value);
278 imageSource->GetImagePropertyInt(index, key, value);
284 imageSource->GetImagePropertyInt(index, key, value);
290 auto ret = imageSource->GetImagePropertyInt(index, key, value);
313 imageSource->GetImagePropertyInt(index, "DelayTime", value);
316 imageSource->GetImagePropertyInt(index, "DisposalType", value);
H A Dimage_source_test.cpp580 imageSource->GetImagePropertyInt(index, key, value);
598 imageSource->GetImagePropertyInt(index, key, value);
1979 uint32_t ret = imageSource->GetImagePropertyInt(index, key, value);
H A Dimage_source_jpeg_test.cpp209 imageSource->GetImagePropertyInt(index, key, value);
1104 uint32_t res = imageSource->GetImagePropertyInt(index, key, value);
1125 uint32_t res = imageSource->GetImagePropertyInt(index, key, value);
H A Dimage_source_heif_test.cpp188 imageSource->GetImagePropertyInt(index, key, value);
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libgifplugin/include/
H A Dgif_decoder.h48 uint32_t GetImagePropertyInt(uint32_t index, const std::string &key, int32_t &value) override;
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libjpegplugin/include/
H A Djpeg_decoder.h58 uint32_t GetImagePropertyInt(uint32_t index, const std::string &key, int32_t &value) override;
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/fuzztest/imageplugin_fuzzer/src/
H A Dimage_plugin_fuzz.cpp82 extDecoder->GetImagePropertyInt(0, key, valInt); in ExtDecoderFuncTest001()
/ohos5.0/foundation/multimedia/image_framework/plugins/manager/include/image/
H A Dabs_image_decoder.h166 virtual uint32_t GetImagePropertyInt(uint32_t index, const std::string &key, int32_t &value) in GetImagePropertyInt() function
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/fuzztest/imagesource_fuzzer/src/
H A Dimage_source_fuzz.cpp45 imageSource->GetImagePropertyInt(0, key, valueInt); in ImageSourceFuncTest001()
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/
H A Dext_decoder.h57 uint32_t GetImagePropertyInt(uint32_t index, const std::string &key, int32_t &value) override;
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
H A Djpeg_decoder_test.cpp397 uint32_t result = jpegDecoder->GetImagePropertyInt(0, key, value);
417 uint32_t result = jpegDecoder->GetImagePropertyInt(0, key, value);
437 uint32_t result = jpegDecoder->GetImagePropertyInt(0, key, value);
1242 uint32_t ret = jpegDecoder->GetImagePropertyInt(index, key, value);
H A Djpeg_decoder_ex_test.cpp813 uint32_t result = jpegDecoder->GetImagePropertyInt(0, key, value);
833 uint32_t result = jpegDecoder->GetImagePropertyInt(0, key, value);
853 uint32_t result = jpegDecoder->GetImagePropertyInt(0, key, value);
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/mock/
H A Dmock_image_source.cpp175 uint32_t ImageSource::GetImagePropertyInt(uint32_t index, const std::string &key, int32_t &value) in GetImagePropertyInt() function in OHOS::Media::ImageSource
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_scanner/src/scanner/
H A Dmetadata_extractor.cpp291 err = imageSource->GetImagePropertyInt(0, PHOTO_DATA_IMAGE_ORIENTATION, intTempMeta); in ExtractImageExif()
376 err = imageSource->GetImagePropertyInt(0, PHOTO_DATA_IMAGE_ORIENTATION, intTempMeta); in ExtractImageMetadata()
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libgifplugin/src/
H A Dgif_decoder.cpp772 uint32_t GifDecoder::GetImagePropertyInt(uint32_t index, const std::string &key, int32_t &value) in GetImagePropertyInt() function in OHOS::ImagePlugin::GifDecoder
802 uint32_t errorCode = GetImagePropertyInt(index, key, intValue); in GetImagePropertyString()
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_thumbnail/src/
H A Dthumbnail_source_loading.cpp383 err = imageSource->GetImagePropertyInt(0, PHOTO_DATA_IMAGE_ORIENTATION, data_.orientation); in CreateImagePixelMap()
/ohos5.0/foundation/multimedia/image_framework/interfaces/innerkits/include/
H A Dimage_source.h219 … NATIVEEXPORT uint32_t GetImagePropertyInt(uint32_t index, const std::string &key, int32_t &value);
H A Dpixel_map.h322 NATIVEEXPORT uint32_t GetImagePropertyInt(const std::string &key, int32_t &value);
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/codec/src/
H A Dimage_source.cpp1414 exifWidthRet = GetImagePropertyInt(index, KEY_IMAGE_WIDTH, rawSize.width); in SetDngImageSize()
1415 exifHeightRet = GetImagePropertyInt(index, KEY_IMAGE_HEIGHT, rawSize.height); in SetDngImageSize()
1668 uint32_t ImageSource::GetImagePropertyInt(uint32_t index, const std::string &key, int32_t &value) in GetImagePropertyInt() function in OHOS::Media::ImageSource
1678 uint32_t ret = mainDecoder_->GetImagePropertyInt(index, key, value); in GetImagePropertyInt()
3335 errorCode = mainDecoder_->GetImagePropertyInt(index, IMAGE_DISPOSAL_TYPE, disposalType); in GetDisposalType()
3359 errorCode = mainDecoder_->GetImagePropertyInt(0, IMAGE_LOOP_COUNT, loopCount); in GetLoopCount()
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libjpegplugin/src/
H A Djpeg_decoder.cpp774 uint32_t JpegDecoder::GetImagePropertyInt(uint32_t index, const std::string &key, int32_t &value) in GetImagePropertyInt() function in OHOS::ImagePlugin::JpegDecoder
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/plugin_test/
H A Dext_decoder_test.cpp521 uint32_t ret = extDecoder->GetImagePropertyInt(index, key, value);
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/
H A Dext_decoder.cpp1801 uint32_t ExtDecoder::GetImagePropertyInt(uint32_t index, const std::string &key, int32_t &value) in HeapMemAlloc() function in OHOS::ImagePlugin::ExtDecoder
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/common/src/
H A Dpixel_map.cpp1237 uint32_t PixelMap::GetImagePropertyInt(const std::string &key, int32_t &value) in GetImagePropertyInt() function in OHOS::Media::PixelMap