Searched refs:M_SOI (Results 1 - 10 of 10) sorted by relevance

/external/jpeg/
H A Dwrjpgcom.c170 #define M_SOI 0xD8 /* Start Of Image (beginning of datastream) */ macro
216 * 0xFF M_SOI. To be more general, we could use next_marker, but if the
228 if (c1 != 0xFF || c2 != M_SOI)
294 if (first_marker() != M_SOI)
296 write_marker(M_SOI);
H A Drdjpgcom.c119 #define M_SOI 0xD8 /* Start Of Image (beginning of datastream) */ macro
167 * 0xFF M_SOI. To be more general, we could use next_marker, but if the
179 if (c1 != 0xFF || c2 != M_SOI)
329 if (first_marker() != M_SOI)
H A Djcmarker.c48 M_SOI = 0xd8, enumerator in enum:__anon6472
473 emit_marker(cinfo, M_SOI); /* first the SOI */
620 emit_marker(cinfo, M_SOI);
H A Djdmarker.c52 M_SOI = 0xd8, enumerator in enum:__anon6493
942 if (c != 0xFF || c2 != (int) M_SOI)
988 case M_SOI:
/external/pdfium/core/src/fxcodec/libjpeg/
H A Dfpdfapi_jcmarker.c49 M_SOI = 0xd8, enumerator in enum:__anon13292
474 emit_marker(cinfo, M_SOI); /* first the SOI */
621 emit_marker(cinfo, M_SOI);
H A Dfpdfapi_jdmarker.c53 M_SOI = 0xd8, enumerator in enum:__anon13308
968 if (c != 0xFF || c2 != (int) M_SOI)
1006 case M_SOI:
/external/jhead/
H A Djpgfile.c136 if (a != 0xff || fgetc(infile) != M_SOI){
333 if (a != 0xff || buffer[pos++] != M_SOI){
967 case M_SOI:
H A Djhead.h289 #define M_SOI 0xD8 // Start Of Image (beginning of datastream) macro
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 95 milliseconds