/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/tests/ |
JPEGTest.h | 56 #define M_SOI 0xD8 /* nStart Of Image (beginning of datastream)*/
|
JPEGTest.c | 210 if ( a != 0xff || b != M_SOI ) { 212 if ( a != 0xff || fgetc(infile) != M_SOI ) { [all...] |
/external/libjpeg-turbo/ |
wrjpgcom.c | 163 #define M_SOI 0xD8 /* Start Of Image (beginning of datastream) */ 209 * 0xFF M_SOI. To be more general, we could use next_marker, but if the 221 if (c1 != 0xFF || c2 != M_SOI) 287 if (first_marker() != M_SOI) 289 write_marker(M_SOI);
|
rdjpgcom.c | 117 #define M_SOI 0xD8 /* Start Of Image (beginning of datastream) */ 165 * 0xFF M_SOI. To be more general, we could use next_marker, but if the 177 if (c1 != 0xFF || c2 != M_SOI) 339 if (first_marker() != M_SOI)
|
jcmarker.c | 52 M_SOI = 0xd8, 477 emit_marker(cinfo, M_SOI); /* first the SOI */ 620 emit_marker(cinfo, M_SOI);
|
jdmarker.c | 54 M_SOI = 0xd8, 950 if (c != 0xFF || c2 != (int) M_SOI) 988 case M_SOI: [all...] |
/packages/apps/Camera2/src/com/android/camera/util/ |
XmpUtil.java | 57 private static final int M_SOI = 0xd8; // File start marker. 219 os.write(M_SOI); 340 if (is.read() != 0xff || is.read() != M_SOI) {
|
/hardware/qcom/camera/QCamera2/stack/mm-jpeg-interface/src/ |
mm_jpeg_mpo_composer.c | 43 #define M_SOI 0xd8 189 } else if (byte != M_SOI) {
|
/external/pdfium/third_party/libjpeg/ |
fpdfapi_jcmarker.c | 48 M_SOI = 0xd8, 473 emit_marker(cinfo, M_SOI); /* first the SOI */ 620 emit_marker(cinfo, M_SOI);
|
fpdfapi_jdmarker.c | 52 M_SOI = 0xd8, 967 if (c != 0xFF || c2 != (int) M_SOI) 1005 case M_SOI: [all...] |
/external/jhead/ |
jpgfile.c | 136 if (a != 0xff || fgetc(infile) != M_SOI){ 333 if (a != 0xff || buffer[pos++] != M_SOI){ 967 case M_SOI:
|
jhead.h | 289 #define M_SOI 0xD8 // Start Of Image (beginning of datastream)
|
/external/opencv3/3rdparty/libjpeg/ |
jcmarker.c | 49 M_SOI = 0xd8, 523 emit_marker(cinfo, M_SOI); /* first the SOI */ 675 emit_marker(cinfo, M_SOI);
|
jdmarker.c | 53 M_SOI = 0xd8, 1065 if (c != 0xFF || c2 != (int) M_SOI) [all...] |
/cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/ |
XmpDepthDecode.java | 50 private static final int M_SOI = 0xd8; // File start marker. 214 if (is.read() != 0xff || is.read() != M_SOI) {
|
/frameworks/rs/java/tests/Refocus/src/com/android/rs/test/ |
XmpDepthDecode.java | 40 private static final int M_SOI = 0xd8; // File start marker. 204 if (is.read() != 0xff || is.read() != M_SOI) {
|
/device/moto/shamu/camera/QCamera2/HAL/test/ |
qcamera_test.h | 221 #define M_SOI 0xD8 // Start Of Image (beginning of datastream)
|
qcamera_test.cpp | 528 if (a != 0xff || buffer[pos++] != M_SOI){ [all...] |
/external/dng_sdk/source/ |
dng_tag_codes.h | 493 M_SOI = 0xd8,
|
dng_lossless_jpeg.cpp | 991 case M_SOI: 1061 if ((c != 0xFF) || (c2 != M_SOI)) [all...] |
dng_parse_utils.cpp | [all...] |
/hardware/qcom/camera/QCamera2/HAL/test/ |
qcamera_test.h | 214 #define M_SOI 0xD8 // Start Of Image (beginning of datastream)
|
qcamera_test.cpp | 559 if (a != 0xff || buffer[pos++] != M_SOI){ [all...] |
/prebuilts/tools/common/m2/repository/com/android/external/eclipse/swt/3.5.0/ |
swt-3.5.0.jar | |
/prebuilts/tools/darwin-x86/swt/ |
swt.jar | |