Searched refs:IsHwMakerNote (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/ |
H A D | exif_maker_note_test.cpp | 330 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 D | exif_maker_note.h | 130 bool IsHwMakerNote(const unsigned char *data, uint32_t size);
|
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libjpegplugin/src/ |
H A D | exif_maker_note.cpp | 404 if (!IsHwMakerNote(data, size)) { in ParserMakerNote() 426 bool ExifMakerNote::IsHwMakerNote(const unsigned char *data, uint32_t size) in IsHwMakerNote() function in OHOS::ImagePlugin::ExifMakerNote
|