Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libjpegplugin/include/
H A Dexif_info.h70 std::string imageLength_; // Image length. variable
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libjpegplugin/src/
H A Dexif_info.cpp362 imageLength_(DEFAULT_EXIF_VALUE), in EXIFInfo()
510 imageLength_ = value; in SetExifTagValues()
H A Djpeg_decoder.cpp821 value = exifInfo_.imageLength_; in GetImagePropertyString()
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
H A Djpeg_decoder_test.cpp501 ASSERT_EQ(value, exifInfo_.imageLength_);
H A Djpeg_decoder_ex_test.cpp917 ASSERT_EQ(value, exifInfo_.imageLength_);
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/plugin_test/
H A Dplugin_libjpeg_test.cpp802 ASSERT_EQ(exinfo.imageLength_, val);