Home
last modified time | relevance | path

Searched refs:JPEG_APP0 (Results 1 – 9 of 9) sorted by relevance

/external/skia/src/codec/
DSkJpegPriv.h23 static constexpr uint32_t kICCMarker = JPEG_APP0 + 2;
DSkJpegCodec.cpp46 const uint32_t kExifMarker = JPEG_APP0 + 1;
/external/libjpeg-turbo/
Ddjpeg.c453 cinfo->unread_marker - JPEG_APP0, (long) length); in print_text_marker()
531 jpeg_set_marker_processor(&cinfo, JPEG_APP0+12, print_text_marker); in main()
Dtransupp.c1414 srcinfo->marker_list->marker == JPEG_APP0+1 && in jtransform_adjust_parameters()
1576 jpeg_save_markers(srcinfo, JPEG_APP0 + m, 0xFFFF); in jcopy_markers_setup()
1601 marker->marker == JPEG_APP0 && in jcopy_markers_execute()
1610 marker->marker == JPEG_APP0+14 && in jcopy_markers_execute()
Djpeglib.h1067 #define JPEG_APP0 0xE0 /* APP0 marker code */ macro
Dlibjpeg.txt2516 "JPEG_APP0 + n" for APPn. (Actually, jpeg_write_marker will let you write
2566 where marker_code is the marker type to save, JPEG_COM or JPEG_APP0+n.
/external/ImageMagick/coders/
Djpeg.c102 #define ICC_MARKER (JPEG_APP0+2)
104 #define IPTC_MARKER (JPEG_APP0+13)
105 #define XML_MARKER (JPEG_APP0+1)
680 marker=jpeg_info->unread_marker-JPEG_APP0; in ReadProfile()
1100 jpeg_set_marker_processor(&jpeg_info,(int) (JPEG_APP0+i),ReadProfile); in ReadJPEGImage()
/external/pdfium/core/fxcodec/codec/
Dfx_codec_jpeg.cpp83 #define JPEG_MARKER_ICC (JPEG_APP0 + 2)
/external/pdfium/third_party/libjpeg/
Djpeglib.h1151 #define JPEG_APP0 0xE0 /* APP0 marker code */ macro