HomeSort by relevance Sort by last modified time
    Searched full:sof (Results 1 - 25 of 39) sorted by null

1 2

  /external/jpeg/
jcmarker.c 278 /* Emit a SOF marker */
287 /* Make sure image isn't bigger than SOF field can handle */
488 * Note that we do not emit the SOF until we have emitted the DQT(s).
490 * try to error-check the quant table numbers as soon as they see the SOF.
530 /* Emit the proper SOF marker */
532 emit_sof(cinfo, M_SOF9); /* SOF code for arithmetic coding */
535 emit_sof(cinfo, M_SOF2); /* SOF code for progressive Huffman */
537 emit_sof(cinfo, M_SOF0); /* SOF code for baseline implementation */
539 emit_sof(cinfo, M_SOF1); /* SOF code for non-baseline Huffman file */
jerror.h 106 JMESSAGE(JERR_SOF_DUPLICATE, "Invalid JPEG file structure: two SOF markers")
108 JMESSAGE(JERR_SOF_UNSUPPORTED, "Unsupported JPEG process: SOF type 0x%02x")
110 JMESSAGE(JERR_SOS_NO_SOF, "Invalid JPEG file structure: SOS before SOF")
wizard.doc 82 component, in the order in which the components appear in the JPEG SOF marker.
100 component, in the order in which they appear in the JPEG SOF marker.
136 JPEG SOF marker, with the first component being numbered 0. (Note that these
wrjpgcom.c 161 #define M_SOF5 0xC5 /* NB: codes C4 and CC are NOT SOF markers */
320 case M_SOS: /* should not see compressed data before SOF */
575 * Note that any COM markers occuring after SOF will not be touched.
jpeglib.h 119 /* for decompression, they are read from the SOF marker. */
121 int component_index; /* its index in SOF or cinfo->comp_info[] */
186 int component_index[MAX_COMPS_IN_SCAN]; /* their SOF/comp_info[] indexes */
304 /* comp_info[i] describes component that appears i'th in SOF */
424 JDIMENSION original_image_width; /* nominal image width (from SOF marker) */
426 JDIMENSION image_width; /* nominal image width (from SOF marker)
537 * are given in SOF/SOS markers or defined to be reset by SOI.
543 /* comp_info[i] describes component that appears i'th in SOF */
    [all...]
rdjpgcom.c 110 #define M_SOF5 0xC5 /* NB: codes C4 and CC are NOT SOF markers */
303 ERREXIT("Bogus SOF marker length");
jpegint.h 225 boolean saw_SOF; /* found SOF? */
jccoefct.c 139 * which we index according to the component's SOF position.
jmorecfg.h 187 * images up to 64K*64K due to 16-bit fields in SOF markers. Therefore
structure.doc     [all...]
jcmaster.c 177 /* Components must appear in SOF order within each scan */
jdmaster.c 305 * Since jpeg_read_header has finished, we know what is in the SOF
  /external/libgsm/src/
preprocess.c 73 * output the array sof[ 0...159 ].
98 /* Compute sof[k] with rounding
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/tests/
JPEGTest.h 47 #define M_SOF5 0xC5 /* NB: codes C4 and CC are NOT SOF markers*/
  /bootable/bootloader/legacy/include/msm7k/
hsusb.h 126 #define STS_SRI (1 << 7) /* R/WC - SOF recv'd */
  /frameworks/base/media/libstagefright/
JPEGSource.cpp 33 #define JPEG_SOF5 0xC5 /* NB: codes C4 and CC are NOT SOF markers*/
  /device/google/accessory/arduino/USB_Host_Shield/
Usb.cpp 385 tmpdata = regRd( rMODE ) | bmSOFKAENAB; //start SOF generation
393 if( regRd( rHIRQ ) & bmFRAMEIRQ ) { //when first SOF received we can continue
Max3421e.cpp 312 //if( HIRQ & bmFRAMEIRQ ) { //->1ms SOF interrupt handler
  /external/jhead/
jhead.h 256 #define M_SOF5 0xC5 // NB: codes C4 and CC are NOT SOF markers
  /external/qemu/hw/
usb-ohci.c     [all...]
  /external/webkit/WebCore/platform/graphics/
FontFastPath.cpp 212 if (c < 0x0591 || c == 0x05BE) // U+0591 through U+05CF excluding U+05BE Hebrew combining marks, Hebrew punctuation Paseq, Sof Pasuq and Nun Hafukha
  /hardware/broadcom/wlan/bcm4329/src/include/
bcmsdpcm.h 106 /* Data Offset from SOF (HW Tag, SW Tag, Pad) */
  /external/strace/
util.c 1231 unsigned long *bsp, cfm, sof, sol;
1241 sof = (cfm >> 0) & 0x7f;
1243 bsp = ia64_rse_skip_regs(bsp, -sof + sol);
    [all...]
  /external/kernel-headers/original/linux/
usb_ch9.h 558 * CONFIGURED respectively when SOF tokens flow again.
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/usb/
ch9.h 576 * CONFIGURED respectively when SOF tokens flow again.

Completed in 272 milliseconds

1 2