Home
last modified time | relevance | path

Searched refs:focalLength_ (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libjpegplugin/include/
H A Dexif_info.h97 std::string focalLength_; variable
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libjpegplugin/src/
H A Dexif_info.cpp389 focalLength_(DEFAULT_EXIF_VALUE), in EXIFInfo()
571 focalLength_ = value; in SetExifTagValuesEx()
H A Djpeg_decoder.cpp892 value = exifInfo_.focalLength_; in GetImagePropertyString()
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
H A Djpeg_decoder_ex_test.cpp416 ASSERT_EQ(value, exifInfo_.focalLength_);
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/plugin_test/
H A Dplugin_libjpeg_test.cpp895 ASSERT_EQ(exinfo.focalLength_, val);