HomeSort by relevance Sort by last modified time
    Searched defs:JSAMPLE (Results 1 - 5 of 5) sorted by null

  /external/jpeg/
jmorecfg.h 80 /* JSAMPLE should be the smallest type that will hold the values 0..255.
86 typedef uint8_t JSAMPLE;
91 typedef char JSAMPLE;
107 /* JSAMPLE should be the smallest type that will hold the values 0..4095.
111 typedef int16_t JSAMPLE;
155 * extraction code like we did for JSAMPLE. (In other words, these
  /external/pdfium/core/include/thirdparties/libjpeg/
jmorecfg.h 56 /* JSAMPLE should be the smallest type that will hold the values 0..255.
62 typedef unsigned char JSAMPLE;
67 typedef char JSAMPLE;
83 /* JSAMPLE should be the smallest type that will hold the values 0..4095.
87 typedef short JSAMPLE;
131 * extraction code like we did for JSAMPLE. (In other words, these
  /external/pdfium/core/src/fxcodec/libjpeg/
jmorecfg.h 56 /* JSAMPLE should be the smallest type that will hold the values 0..255.
62 typedef unsigned char JSAMPLE;
67 typedef char JSAMPLE;
83 /* JSAMPLE should be the smallest type that will hold the values 0..4095.
87 typedef short JSAMPLE;
131 * extraction code like we did for JSAMPLE. (In other words, these
  /external/qemu/distrib/jpeg-6b/
jmorecfg.h 77 /* JSAMPLE should be the smallest type that will hold the values 0..255.
83 typedef unsigned char JSAMPLE;
88 typedef char JSAMPLE;
104 /* JSAMPLE should be the smallest type that will hold the values 0..4095.
108 typedef short JSAMPLE;
152 * extraction code like we did for JSAMPLE. (In other words, these
  /external/chromium_org/third_party/libjpeg_turbo/
jmorecfg.h 55 /* JSAMPLE should be the smallest type that will hold the values 0..255.
61 typedef unsigned char JSAMPLE;
66 typedef char JSAMPLE;
82 /* JSAMPLE should be the smallest type that will hold the values 0..4095.
86 typedef short JSAMPLE;
130 * extraction code like we did for JSAMPLE. (In other words, these

Completed in 93 milliseconds