Home
last modified time | relevance | path

Searched refs:JPEG_MARKER_APP0 (Results 1 – 2 of 2) sorted by relevance

/external/libexif/libexif/
Dexif-loader.c38 #undef JPEG_MARKER_APP0
39 #define JPEG_MARKER_APP0 0xe0 macro
286 case JPEG_MARKER_APP0: in exif_loader_write()
Dexif-data.c44 #undef JPEG_MARKER_APP0
45 #define JPEG_MARKER_APP0 0xe0 macro
824 if (ds >= 3 && d[0] == JPEG_MARKER_APP0) { in exif_data_load_data()