HomeSort by relevance Sort by last modified time
    Searched refs:jpeg (Results 101 - 125 of 147) sorted by null

1 2 3 45 6

  /prebuilts/go/linux-x86/src/image/jpeg/
idct.go 5 package jpeg package
reader.go 5 // Package jpeg implements a JPEG image decoder and encoder.
7 // JPEG is defined in ITU-T T.81: http://www.w3.org/Graphics/JPEG/itu-t81.pdf.
8 package jpeg package
20 // A FormatError reports that the input is not a valid JPEG.
23 func (e FormatError) Error() string { return "invalid JPEG format: " + string(e) }
25 // An UnsupportedError reports that the input uses a valid but unimplemented JPEG feature.
28 func (e UnsupportedError) Error() string { return "unsupported JPEG feature: " + string(e) }
63 // "APPlication specific" markers aren't part of the JPEG spec per se
    [all...]
  /prebuilts/go/linux-x86/src/net/http/
sniff.go 86 &exactSig{[]byte("\xFF\xD8\xFF"), "image/jpeg"},
199 return "image/jp2" // JPEG 2000
  /prebuilts/go/linux-x86/test/bench/garbage/
parser.go 219 "image/jpeg",
  /device/moto/shamu/
device.mk 178 mm-jpeg-interface-test \
  /hardware/intel/common/libva/va/
va_trace.c 56 * decode/encode or jpeg surfaces
209 if (strstr(env_value, "jpeg") || strstr(env_value, "jpg"))
397 int encode, decode, jpeg; local
419 jpeg = (trace_ctx->trace_entrypoint == VAEntrypointEncPicture);
422 (jpeg && (trace_flag & VA_TRACE_FLAG_SURFACE_JPEG))) {
3130 int encode, decode, jpeg; local
    [all...]
  /prebuilts/go/darwin-x86/src/go/build/
deps_test.go 237 "image/jpeg": {"L4", "image/internal/imageutil"},
  /prebuilts/go/linux-x86/src/go/build/
deps_test.go 237 "image/jpeg": {"L4", "image/internal/imageutil"},
  /cts/apps/CameraITS/pymodules/its/
image.py 75 elif cap["format"] == "jpeg":
216 For JPEG captures ("jpeg"):
243 elif cap["format"] == "jpeg":
529 """Decompress a JPEG-compressed image, returning as an RGB image.
532 jpeg_buffer: The JPEG stream.
665 Supported formats: PNG, JPEG, and others; see PIL docs for more.
  /external/v8/test/mjsunit/asm/embenchen/
copy.js     [all...]
corrections.js     [all...]
primes.js     [all...]
fannkuch.js     [all...]
fasta.js     [all...]
memops.js     [all...]
zlib.js     [all...]
box2d.js     [all...]
lua_binarytrees.js     [all...]
  /external/bison/build-aux/
texinfo.tex     [all...]
  /external/libmicrohttpd/doc/
texinfo.tex     [all...]
  /toolchain/binutils/binutils-2.25/texinfo/
texinfo.tex     [all...]
  /external/ImageMagick/
configure     [all...]
  /external/v8/test/mjsunit/asm/poppler/
poppler.js     [all...]
  /external/v8/test/mjsunit/asm/sqlite3/
sqlite-change-heap.js     [all...]
sqlite-pointer-masking.js     [all...]

Completed in 998 milliseconds

1 2 3 45 6