Home
last modified time | relevance | path

Searched refs:GetImagePropertyString (Results 1 – 25 of 29) sorted by relevance

12

/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/image_source_test/
H A Dimage_source_exif_test.cpp91 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 Dimage_source_jpeg_test.cpp1146 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 Dimage_source_test.cpp615 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 Djpeg_decoder_ex_test.cpp79 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 Djpeg_decoder_test.cpp458 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 Dmetadata_extractor.cpp193 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 Dmedialibrary_multistages_photo_capture_test.cpp783 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 Djpeg_decoder.h59 …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 Dgif_decoder.h49 …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 Dimage_plugin_fuzz.cpp83 extDecoder->GetImagePropertyString(0, key, value); in ExtDecoderFuncTest001()
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dimage_source_ohos.cpp76 uint32_t res = imageSource_->GetImagePropertyString(0, key, value); in GetProperty()
/ohos5.0/foundation/multimedia/image_framework/plugins/manager/include/image/
H A Dabs_image_decoder.h172 …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 Dimage_source_fuzz.cpp46 imageSource->GetImagePropertyString(0, key, value); in ImageSourceFuncTest001()
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/
H A Dext_decoder.h58 …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 Djpeg_decoder.cpp803 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 Dexif_getfilterarea_test.cpp424 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 Dmock_image_source.cpp180 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 Dimage_source_impl.cpp138 return nativeImgSrc->GetImagePropertyString(index, key, defaultValue); in GetImageProperty()
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libgifplugin/src/
H A Dgif_decoder.cpp793 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 Dimage_source_native.cpp557 …uint32_t errorCode = source->GetInnerImageSource()->GetImagePropertyString(DEFAULT_INDEX, keyStrin… in OH_ImageSourceNative_GetImageProperty()
/ohos5.0/foundation/multimedia/image_framework/interfaces/innerkits/include/
H A Dimage_source.h220 …NATIVEEXPORT uint32_t GetImagePropertyString(uint32_t index, const std::string &key, std::string &…
H A Dpixel_map.h323 NATIVEEXPORT uint32_t GetImagePropertyString(const std::string &key, std::string &value);
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/codec/src/
H A Dimage_source.cpp1701 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 Dimage_source_mdk_kits.cpp619 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 Dimage_pixel_map_test.cpp1951 pixelMap->GetImagePropertyString(key, getValue);
1953 imageSource->GetImagePropertyString(0, key, getValue);

12