Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libjpegplugin/include/
H A Dexif_info.h74 std::string gpsLatitudeRef_; variable
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libjpegplugin/src/
H A Dexif_info.cpp366 gpsLatitudeRef_(DEFAULT_EXIF_VALUE), in EXIFInfo()
518 gpsLatitudeRef_ = value; in SetExifTagValues()
H A Djpeg_decoder.cpp829 value = exifInfo_.gpsLatitudeRef_; in GetImagePropertyString()
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
H A Djpeg_decoder_test.cpp585 ASSERT_EQ(value, exifInfo_.gpsLatitudeRef_);
H A Djpeg_decoder_ex_test.cpp1001 ASSERT_EQ(value, exifInfo_.gpsLatitudeRef_);
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/plugin_test/
H A Dplugin_libjpeg_test.cpp836 ASSERT_EQ(exinfo.gpsLatitudeRef_, val);