Searched defs:JPEG_MARKER_APP0 (Results 1 - 2 of 2) sorted by relevance

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

Completed in 336 milliseconds