HomeSort by relevance Sort by last modified time
    Searched refs:M_SOF0 (Results 1 - 22 of 22) sorted by null

  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/tests/
JPEGTest.h 43 #define M_SOF0 0xC0 /* nStart Of Frame N*/
JPEGTest.c 315 case M_SOF0:
    [all...]
  /external/jpeg/
rdjpgcom.c 106 #define M_SOF0 0xC0 /* Start Of Frame N */
282 case M_SOF0: process = "Baseline"; break;
339 case M_SOF0: /* Baseline */
wrjpgcom.c 157 #define M_SOF0 0xC0 /* Start Of Frame N */
305 case M_SOF0: /* Baseline */
jcmarker.c 17 M_SOF0 = 0xc0,
537 emit_sof(cinfo, M_SOF0); /* SOF code for baseline implementation */