Home
last modified time | relevance | path

Searched refs:DEFAULT_EXIF_VALUE (Results 1 - 10 of 10) sorted by relevance

/foundation/multimedia/image_framework/plugins/common/libs/image/libjpegplugin/include/
H A Dexif_maker_note.h70 const std::string DEFAULT_EXIF_VALUE = "default_exif_value"; member in OHOS::ImagePlugin::ExifMakerNote
72 {"HwMnoteCaptureMode", DEFAULT_EXIF_VALUE},
73 {"HwMnotePhysicalAperture", DEFAULT_EXIF_VALUE},
74 {"HwMnoteRollAngle", DEFAULT_EXIF_VALUE},
75 {"HwMnotePitchAngle", DEFAULT_EXIF_VALUE},
76 {"HwMnoteSceneFoodConf", DEFAULT_EXIF_VALUE},
77 {"HwMnoteSceneStageConf", DEFAULT_EXIF_VALUE},
78 {"HwMnoteSceneBlueSkyConf", DEFAULT_EXIF_VALUE},
79 {"HwMnoteSceneGreenPlantConf", DEFAULT_EXIF_VALUE},
80 {"HwMnoteSceneBeachConf", DEFAULT_EXIF_VALUE},
[all...]
H A Dexif_info.h67 static const std::string DEFAULT_EXIF_VALUE; member in OHOS::ImagePlugin::EXIFInfo
/foundation/multimedia/image_framework/plugins/common/libs/image/libjpegplugin/src/
H A Dexif_info.cpp288 const std::string EXIFInfo::DEFAULT_EXIF_VALUE = "default_exif_value"; member in OHOS::ImagePlugin::EXIFInfo
360 : bitsPerSample_(DEFAULT_EXIF_VALUE), in EXIFInfo()
361 orientation_(DEFAULT_EXIF_VALUE), in EXIFInfo()
362 imageLength_(DEFAULT_EXIF_VALUE), in EXIFInfo()
363 imageWidth_(DEFAULT_EXIF_VALUE), in EXIFInfo()
364 gpsLatitude_(DEFAULT_EXIF_VALUE), in EXIFInfo()
365 gpsLongitude_(DEFAULT_EXIF_VALUE), in EXIFInfo()
366 gpsLatitudeRef_(DEFAULT_EXIF_VALUE), in EXIFInfo()
367 gpsLongitudeRef_(DEFAULT_EXIF_VALUE), in EXIFInfo()
368 dateTimeOriginal_(DEFAULT_EXIF_VALUE), in EXIFInfo()
[all...]
H A Dexif_maker_note.cpp220 hwCaptureMode = EXIFInfo::DEFAULT_EXIF_VALUE; in ExifMakerNote()
221 hwPhysicalAperture = EXIFInfo::DEFAULT_EXIF_VALUE; in ExifMakerNote()
H A Djpeg_decoder.cpp835 if (IsSameTextStr(value, EXIFInfo::DEFAULT_EXIF_VALUE)) { in GetImagePropertyString()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/image_source_test/
H A Dimage_source_exif_test.cpp38 static const std::string DEFAULT_EXIF_VALUE = "default_exif_value"; member
504 ASSERT_EQ(value, DEFAULT_EXIF_VALUE); in HWTEST_F()
532 ASSERT_EQ(value, DEFAULT_EXIF_VALUE); in HWTEST_F()
561 ASSERT_EQ(value, DEFAULT_EXIF_VALUE); in HWTEST_F()
590 ASSERT_EQ(value, DEFAULT_EXIF_VALUE); in HWTEST_F()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/exif_metadata_accessor_test/
H A Dexif_metadata_test.cpp1738 std::string DEFAULT_EXIF_VALUE = "default_exif_value"; in HWTEST_F() local
1745 ASSERT_NE(value, DEFAULT_EXIF_VALUE); in HWTEST_F()
1756 ASSERT_EQ(value, DEFAULT_EXIF_VALUE); in HWTEST_F()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/accessor/src/
H A Dexif_metadata.cpp51 const static std::string DEFAULT_EXIF_VALUE = "default_exif_value"; member
206 value = DEFAULT_EXIF_VALUE; in HandleHwMnote()
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/
H A Dext_decoder.cpp98 const static string DEFAULT_EXIF_VALUE = "default_exif_value"; member
1765 value = DEFAULT_EXIF_VALUE; in HeapMemAlloc()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/codec/src/
H A Dimage_source.cpp307 const static std::string DEFAULT_EXIF_VALUE = "default_exif_value"; member
1651 value = DEFAULT_EXIF_VALUE;

Completed in 22 milliseconds