Home
last modified time | relevance | path

Searched refs:GetUInt32AndMove (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libjpegplugin/include/
H A Dexif_maker_note.h138 bool GetUInt32AndMove(uint32_t &offset, uint32_t &value);
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libjpegplugin/src/
H A Dexif_maker_note.cpp537 if (!GetUInt32AndMove(offset, components)) { in ParserItem()
591 bool ExifMakerNote::GetUInt32AndMove(uint32_t &offset, uint32_t &value) in GetUInt32AndMove() function in OHOS::ImagePlugin::ExifMakerNote
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
H A Dexif_maker_note_test.cpp526 bool result = exifMakerNote.GetUInt32AndMove(offset, value);
906 bool result = exifMakerNote.GetUInt32AndMove(offset, value);