/ohos5.0/foundation/multimedia/image_effect/frameworks/native/utils/common/ |
H A D | common_utils.cpp | 369 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 D | image_source_exif_test.cpp | 266 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 D | image_source_test.cpp | 580 imageSource->GetImagePropertyInt(index, key, value); 598 imageSource->GetImagePropertyInt(index, key, value); 1979 uint32_t ret = imageSource->GetImagePropertyInt(index, key, value);
|
H A D | image_source_jpeg_test.cpp | 209 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 D | image_source_heif_test.cpp | 188 imageSource->GetImagePropertyInt(index, key, value);
|
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libgifplugin/include/ |
H A D | gif_decoder.h | 48 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 D | jpeg_decoder.h | 58 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 D | image_plugin_fuzz.cpp | 82 extDecoder->GetImagePropertyInt(0, key, valInt); in ExtDecoderFuncTest001()
|
/ohos5.0/foundation/multimedia/image_framework/plugins/manager/include/image/ |
H A D | abs_image_decoder.h | 166 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 D | image_source_fuzz.cpp | 45 imageSource->GetImagePropertyInt(0, key, valueInt); in ImageSourceFuncTest001()
|
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/ |
H A D | ext_decoder.h | 57 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 D | jpeg_decoder_test.cpp | 397 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 D | jpeg_decoder_ex_test.cpp | 813 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 D | mock_image_source.cpp | 175 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 D | metadata_extractor.cpp | 291 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 D | gif_decoder.cpp | 772 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 D | thumbnail_source_loading.cpp | 383 err = imageSource->GetImagePropertyInt(0, PHOTO_DATA_IMAGE_ORIENTATION, data_.orientation); in CreateImagePixelMap()
|
/ohos5.0/foundation/multimedia/image_framework/interfaces/innerkits/include/ |
H A D | image_source.h | 219 … NATIVEEXPORT uint32_t GetImagePropertyInt(uint32_t index, const std::string &key, int32_t &value);
|
H A D | pixel_map.h | 322 NATIVEEXPORT uint32_t GetImagePropertyInt(const std::string &key, int32_t &value);
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/codec/src/ |
H A D | image_source.cpp | 1414 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 D | jpeg_decoder.cpp | 774 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 D | ext_decoder_test.cpp | 521 uint32_t ret = extDecoder->GetImagePropertyInt(index, key, value);
|
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/ |
H A D | ext_decoder.cpp | 1801 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 D | pixel_map.cpp | 1237 uint32_t PixelMap::GetImagePropertyInt(const std::string &key, int32_t &value) in GetImagePropertyInt() function in OHOS::Media::PixelMap
|