Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
H A Dexif_maker_note_test.cpp330 bool result = exifMakerNote.IsHwMakerNote(data, size);
346 bool result = exifMakerNote.IsHwMakerNote(data, size);
362 bool result = exifMakerNote.IsHwMakerNote(data, size);
378 bool result = exifMakerNote.IsHwMakerNote(data, size);
759 bool result = exifMakerNote.IsHwMakerNote(data, size);
776 bool result = exifMakerNote.IsHwMakerNote(data, size);
793 bool result = exifMakerNote.IsHwMakerNote(data, size);
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libjpegplugin/include/
H A Dexif_maker_note.h130 bool IsHwMakerNote(const unsigned char *data, uint32_t size);
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libjpegplugin/src/
H A Dexif_maker_note.cpp404 if (!IsHwMakerNote(data, size)) { in ParserMakerNote()
426 bool ExifMakerNote::IsHwMakerNote(const unsigned char *data, uint32_t size) in IsHwMakerNote() function in OHOS::ImagePlugin::ExifMakerNote