Home
last modified time | relevance | path

Searched refs:isoSpeedRatings_ (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libjpegplugin/include/
H A Dexif_info.h79 std::string isoSpeedRatings_; variable
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
H A Djpeg_decoder_test.cpp711 ASSERT_EQ(value, exifInfo_.isoSpeedRatings_);
1216 jpegDecoder->exifInfo_.isoSpeedRatings_ = "ISOSpeedRatings";
1218 ASSERT_EQ(value, jpegDecoder->exifInfo_.isoSpeedRatings_);
H A Djpeg_decoder_ex_test.cpp584 ASSERT_EQ(value, exifInfo_.isoSpeedRatings_);
1128 ASSERT_EQ(value, exifInfo_.isoSpeedRatings_);
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libjpegplugin/src/
H A Djpeg_decoder.cpp854 value = exifInfo_.isoSpeedRatings_; in GetImagePropertyString()
880 value = exifInfo_.isoSpeedRatings_; in GetImagePropertyString()
H A Dexif_info.cpp371 isoSpeedRatings_(DEFAULT_EXIF_VALUE), in EXIFInfo()
528 isoSpeedRatings_ = value; in SetExifTagValues()
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/plugin_test/
H A Dplugin_libjpeg_test.cpp846 ASSERT_EQ(exinfo.isoSpeedRatings_, val);