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

  /hardware/intel/common/libva/test/decode/
tinyjpeg-internal.h 55 SOF = 0xC0, /* Start of Frame (size information) */
tinyjpeg.c 192 trace("> SOF marker\n");
231 trace("> SOF marker\n");
269 trace("< SOF marker\n");
296 error("SOS cid order (%d:%d) isn't compatible with the SOF marker (%d:%d)\n",
438 case SOF:
  /external/syslinux/com32/lib/jpeg/
tinyjpeg-internal.h 134 SOF = 0xC0, /* Start of Frame (size information) */
tinyjpeg.c 458 trace("> SOF marker\n");
535 trace("> SOF marker\n");
570 trace("< SOF marker\n");
597 error("SOS cid order (%d:%d) isn't compatible with the SOF marker (%d:%d)\n",
751 case SOF:
  /toolchain/binutils/binutils-2.25/opcodes/
ia64-opc.h 102 #define SOF IA64_OPND_SOF
xc16x-opc.c     [all...]
ia64-opc-m.c 137 {"alloc", M, OpX3 (1, 6), {R1, AR_PFS, SOF, SOL, SOR}, FIRST|NO_PRED|MOD_RRBS, 0, NULL},
138 {"alloc", M, OpX3 (1, 6), {R1, SOF, SOL, SOR}, PSEUDO|FIRST|NO_PRED|MOD_RRBS, 0, NULL},
    [all...]
  /prebuilts/go/darwin-x86/src/image/jpeg/
reader.go 300 return FormatError("multiple SOF markers")
322 return FormatError("SOF has wrong length")
803 return image.Config{}, FormatError("missing SOF marker")
scan.go 53 return FormatError("missing SOF marker")
  /prebuilts/go/linux-x86/src/image/jpeg/
reader.go 300 return FormatError("multiple SOF markers")
322 return FormatError("SOF has wrong length")
803 return image.Config{}, FormatError("missing SOF marker")
scan.go 53 return FormatError("missing SOF marker")

Completed in 231 milliseconds