/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/image_source_test/ |
H A D | image_source_exif_test.cpp | 91 imageSource->GetImagePropertyString(0, prop, value); in GetProperty() 121 imageSource->GetImagePropertyString(index, key, checkStr); 162 imageSource->GetImagePropertyString(index, key, checkStr); 200 imageSource->GetImagePropertyString(index, key, checkStr); 234 imageSource->GetImagePropertyString(index, key, checkStr); 264 imageSource->GetImagePropertyString(index, key, strValue); 270 imageSource->GetImagePropertyString(index, key, strValue); 276 imageSource->GetImagePropertyString(index, key, strValue); 282 imageSource->GetImagePropertyString(index, key, strValue); 288 imageSource->GetImagePropertyString(index, key, strValue); [all …]
|
H A D | image_source_jpeg_test.cpp | 1146 uint32_t res = imageSource->GetImagePropertyString(index, key, value); 1167 uint32_t res = imageSource->GetImagePropertyString(index, key, value); 1485 res = imageSource->GetImagePropertyString(index, key, value); 1508 res = imageSource->GetImagePropertyString(index, key, value); 1531 res = imageSource->GetImagePropertyString(index, key, value); 1596 res = imageSource->GetImagePropertyString(index, key, value); 1619 res = imageSource->GetImagePropertyString(index, key, value); 1642 res = imageSource->GetImagePropertyString(index, key, value); 1665 res = imageSource->GetImagePropertyString(index, key, value); 1814 res = imageSource->GetImagePropertyString(index, key, value); [all …]
|
H A D | image_source_test.cpp | 615 imageSource->GetImagePropertyString(index, key, value); 633 imageSource->GetImagePropertyString(index, key, value); 1903 uint32_t retGetIn = imageSource->GetImagePropertyString(index, key, valueGetIn); 1913 imageSource->GetImagePropertyString(index, key, checkStr); 1920 uint32_t retGet = imageSourceOut->GetImagePropertyString(index, key, value); 1942 uint32_t retGetIn = imageSource->GetImagePropertyString(index, key, valueGetIn); 1950 imageSource->GetImagePropertyString(index, key, checkStr); 1957 uint32_t retGet = imageSourceOut->GetImagePropertyString(index, key, value); 1997 uint32_t ret = imageSource->GetImagePropertyString(index, key, value);
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/ |
H A D | jpeg_decoder_ex_test.cpp | 79 jpegDecoder->GetImagePropertyString(0, key, value); 100 jpegDecoder->GetImagePropertyString(0, key, value); 121 jpegDecoder->GetImagePropertyString(0, key, value); 142 jpegDecoder->GetImagePropertyString(0, key, value); 163 jpegDecoder->GetImagePropertyString(0, key, value); 184 jpegDecoder->GetImagePropertyString(0, key, value); 205 jpegDecoder->GetImagePropertyString(0, key, value); 226 jpegDecoder->GetImagePropertyString(0, key, value); 247 jpegDecoder->GetImagePropertyString(0, key, value); 268 jpegDecoder->GetImagePropertyString(0, key, value); [all …]
|
H A D | jpeg_decoder_test.cpp | 458 jpegDecoder->GetImagePropertyString(0, key, value); 479 jpegDecoder->GetImagePropertyString(0, key, value); 500 jpegDecoder->GetImagePropertyString(0, key, value); 813 jpegDecoder->GetImagePropertyString(key, value); 834 jpegDecoder->GetImagePropertyString(key, value); 855 jpegDecoder->GetImagePropertyString(key, value); 876 jpegDecoder->GetImagePropertyString(key, value); 897 jpegDecoder->GetImagePropertyString(key, value); 918 jpegDecoder->GetImagePropertyString(key, value); 939 jpegDecoder->GetImagePropertyString(key, value); [all …]
|
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_scanner/src/scanner/ |
H A D | metadata_extractor.cpp | 193 err = imageSource->GetImagePropertyString(0, PHOTO_DATA_IMAGE_DATE_TIME, timeString); in ExtractDetailTimeMetadata() 224 err = imageSource->GetImagePropertyString(0, PHOTO_DATA_IMAGE_DATE_TIME, timeString); in ExtractDateTakenMetadata() 238 err = imageSource->GetImagePropertyString(0, PHOTO_DATA_IMAGE_GPS_DATE_STAMP, dateString); in ExtractDateTakenMetadata() 294 err = imageSource->GetImagePropertyString(0, PHOTO_DATA_IMAGE_GPS_LONGITUDE, propertyStr); in ExtractImageExif() 297 err = imageSource->GetImagePropertyString(0, PHOTO_DATA_IMAGE_GPS_LATITUDE, propertyStr); in ExtractImageExif() 300 err = imageSource->GetImagePropertyString(0, PHOTO_DATA_IMAGE_FRONT_CAMERA, propertyStr); in ExtractImageExif() 304 err = imageSource->GetImagePropertyString(0, exifKey, propertyStr); in ExtractImageExif() 311 err = imageSource->GetImagePropertyString(0, PHOTO_DATA_IMAGE_USER_COMMENT, propertyStr); in ExtractImageExif() 315 err = imageSource->GetImagePropertyString(0, PHOTO_DATA_IMAGE_PHOTO_MODE, propertyStr); in ExtractImageExif() 342 err = imageSource->GetImagePropertyString(0, PHOTO_DATA_IMAGE_GPS_LATITUDE, propertyStr); in ExtractLocationMetadata() [all …]
|
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_multistages_capture_test/src/ |
H A D | medialibrary_multistages_photo_capture_test.cpp | 783 auto err = imageSource->GetImagePropertyString(0, PHOTO_DATA_IMAGE_GPS_LONGITUDE, propertyStr); 784 … auto refErr = imageSource->GetImagePropertyString(0, PHOTO_DATA_IMAGE_GPS_LONGITUDE_REF, refStr); 790 err = imageSource->GetImagePropertyString(0, PHOTO_DATA_IMAGE_GPS_LATITUDE, propertyStr); 791 refErr = imageSource->GetImagePropertyString(0, PHOTO_DATA_IMAGE_GPS_LATITUDE_REF, refStr); 817 auto err = imageSource->GetImagePropertyString(0, PHOTO_DATA_IMAGE_GPS_LONGITUDE, propertyStr); 818 … auto refErr = imageSource->GetImagePropertyString(0, PHOTO_DATA_IMAGE_GPS_LONGITUDE_REF, refStr); 824 err = imageSource->GetImagePropertyString(0, PHOTO_DATA_IMAGE_GPS_LATITUDE, propertyStr); 825 refErr = imageSource->GetImagePropertyString(0, PHOTO_DATA_IMAGE_GPS_LATITUDE_REF, refStr);
|
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libjpegplugin/include/ |
H A D | jpeg_decoder.h | 59 …uint32_t GetImagePropertyString(uint32_t index, const std::string &key, std::string &value) overri… 88 uint32_t GetImagePropertyString(const std::string &key, std::string &value);
|
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libgifplugin/include/ |
H A D | gif_decoder.h | 49 …uint32_t GetImagePropertyString(uint32_t index, const std::string &key, std::string &value) overri…
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/fuzztest/imageplugin_fuzzer/src/ |
H A D | image_plugin_fuzz.cpp | 83 extDecoder->GetImagePropertyString(0, key, value); in ExtDecoderFuncTest001()
|
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/ |
H A D | image_source_ohos.cpp | 76 uint32_t res = imageSource_->GetImagePropertyString(0, key, value); in GetProperty()
|
/ohos5.0/foundation/multimedia/image_framework/plugins/manager/include/image/ |
H A D | abs_image_decoder.h | 172 …virtual uint32_t GetImagePropertyString(uint32_t index, const std::string &key, std::string &value) in GetImagePropertyString() function
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/fuzztest/imagesource_fuzzer/src/ |
H A D | image_source_fuzz.cpp | 46 imageSource->GetImagePropertyString(0, key, value); in ImageSourceFuncTest001()
|
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/ |
H A D | ext_decoder.h | 58 …uint32_t GetImagePropertyString(uint32_t index, const std::string &key, std::string &value) overri…
|
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libjpegplugin/src/ |
H A D | jpeg_decoder.cpp | 803 uint32_t JpegDecoder::GetImagePropertyString(uint32_t index, const std::string &key, std::string &v… in GetImagePropertyString() function in OHOS::ImagePlugin::JpegDecoder 836 } else if (GetImagePropertyString(key, value) != Media::SUCCESS) { in GetImagePropertyString() 847 uint32_t JpegDecoder::GetImagePropertyString(const std::string &key, std::string &value) in GetImagePropertyString() function in OHOS::ImagePlugin::JpegDecoder
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/exif_metadata_accessor_test/ |
H A D | exif_getfilterarea_test.cpp | 424 errorCode = imageSource->GetImagePropertyString(0, dngExifKeys[i], tmp); 445 errorCode = imageSource2->GetImagePropertyString(0, dngExifKeys[i], tmp);
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/mock/ |
H A D | mock_image_source.cpp | 180 uint32_t ImageSource::GetImagePropertyString(uint32_t index, const std::string &key, std::string &v… in GetImagePropertyString() function in OHOS::Media::ImageSource
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/kits/cj/src/ |
H A D | image_source_impl.cpp | 138 return nativeImgSrc->GetImagePropertyString(index, key, defaultValue); in GetImageProperty()
|
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libgifplugin/src/ |
H A D | gif_decoder.cpp | 793 uint32_t GifDecoder::GetImagePropertyString(uint32_t index, const std::string &key, std::string &va… in GetImagePropertyString() function in OHOS::ImagePlugin::GifDecoder 798 return AbsImageDecoder::GetImagePropertyString(index, key, value); in GetImagePropertyString()
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/kits/js/common/ndk/ |
H A D | image_source_native.cpp | 557 …uint32_t errorCode = source->GetInnerImageSource()->GetImagePropertyString(DEFAULT_INDEX, keyStrin… in OH_ImageSourceNative_GetImageProperty()
|
/ohos5.0/foundation/multimedia/image_framework/interfaces/innerkits/include/ |
H A D | image_source.h | 220 …NATIVEEXPORT uint32_t GetImagePropertyString(uint32_t index, const std::string &key, std::string &…
|
H A D | pixel_map.h | 323 NATIVEEXPORT uint32_t GetImagePropertyString(const std::string &key, std::string &value);
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/codec/src/ |
H A D | image_source.cpp | 1701 uint32_t ImageSource::GetImagePropertyString(uint32_t index, const std::string &key, std::string &v… in GetImagePropertyString() function in OHOS::Media::ImageSource 1714 ret = mainDecoder_->GetImagePropertyString(index, key, value); in GetImagePropertyString() 2051 errorCode = decoderPtr->GetImagePropertyString(FIRST_FRAME, EXT_ENCODED_FORMAT_KEY, format); in GetFormatExtended() 2132 ret = mainDecoder_->GetImagePropertyString(0, ACTUAL_IMAGE_ENCODED_FORMAT, value); in OnSourceRecognized() 3296 errorCode = mainDecoder_->GetImagePropertyString(index, IMAGE_DELAY_TIME, delayTimeStr); in GetDelayTime() 3425 …if (decoder != nullptr && decoder->GetImagePropertyString(FIRST_FRAME, ENCODED_FORMAT_KEY, format)… in GetExtendedCodecMimeType()
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/kits/js/common/ |
H A D | image_source_mdk_kits.cpp | 619 uint32_t errorCode = native->GetImagePropertyString(DEFAULT_INDEX, key, val); in ImageSourceNapiGetImageProperty()
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/pixel_map_test/ |
H A D | image_pixel_map_test.cpp | 1951 pixelMap->GetImagePropertyString(key, getValue); 1953 imageSource->GetImagePropertyString(0, key, getValue);
|