/prebuilts/go/linux-x86/src/go/internal/gccgoimporter/ |
gccgoinstallation_test.go | 90 "image/jpeg",
|
/prebuilts/go/linux-x86/src/image/internal/imageutil/ |
gen.go | 61 // is needed by both the image/draw and image/jpeg packages, but it doesn't
|
impl.go | 18 // is needed by both the image/draw and image/jpeg packages, but it doesn't
|
/prebuilts/go/linux-x86/src/image/jpeg/ |
writer_test.go | 5 package jpeg package 138 // Encode that image as JPEG. 145 // Decode that JPEG.
|
dct_test.go | 5 package jpeg package 95 // a given JPEG image, even before the YCbCr to RGB conversion; implementations 197 // testBlocks are the first 10 pre-IDCT blocks from ../testdata/video-001.jpeg.
|
scan.go | 5 package jpeg package 295 // the jpeg.Decode function does not return until the entire image is decoded,
|
writer.go | 5 package jpeg package 217 // encoder encodes an image to the JPEG format. 546 // Encode writes the Image m to w in JPEG 4:2:0 baseline format with the given 551 return errors.New("jpeg: image is too large to encode")
|
fdct.go | 5 package jpeg package 10 It is based on the code in jfdctint.c from the Independent JPEG Group, 43 the Independent JPEG Group". 54 it. This software may be referred to only as "the Independent JPEG Group's
|
huffman.go | 5 package jpeg package
|
/prebuilts/go/linux-x86/test/stress/ |
parsego.go | 159 "image/jpeg",
|
/frameworks/base/core/java/android/hardware/ |
Camera.java | [all...] |
/prebuilts/go/darwin-x86/src/image/jpeg/ |
dct_test.go | 5 package jpeg package 95 // a given JPEG image, even before the YCbCr to RGB conversion; implementations 197 // testBlocks are the first 10 pre-IDCT blocks from ../testdata/video-001.jpeg.
|
scan.go | 5 package jpeg package 295 // the jpeg.Decode function does not return until the entire image is decoded,
|
writer.go | 5 package jpeg package 217 // encoder encodes an image to the JPEG format. 546 // Encode writes the Image m to w in JPEG 4:2:0 baseline format with the given 551 return errors.New("jpeg: image is too large to encode")
|
fdct.go | 5 package jpeg package 10 It is based on the code in jfdctint.c from the Independent JPEG Group, 43 the Independent JPEG Group". 54 it. This software may be referred to only as "the Independent JPEG Group's
|
huffman.go | 5 package jpeg package
|
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...] |
/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/ |
AndroidCamera2AgentImpl.java | 525 // Only set the JPEG capture orientation if requested to do so; otherwise, 526 // capture in the sensor's physical orientation. (e.g., JPEG rotation is [all...] |
CameraAgent.java | 708 * @param jpeg The callback for jpeg image data, may be null. 719 CameraPictureCallback jpeg); 722 * Sets the display orientation for camera to adjust the preview and JPEG orientation. 733 * JPEG—orientations. 739 * @param capture Whether to adjust the JPEG capture orientation as well as the preview one. [all...] |
/cts/apps/CameraITS/tests/scene4/ |
test_aspect_ratio_and_crop.py | 32 different formats ("jpeg" and "yuv") and sizes. 61 "cmpr": "jpeg", "cmpr_size": None}) 64 format_list.append({"iter": "jpeg", "iter_max": None, 66 format_list.append({"iter": "jpeg", "iter_max": None,
|
/external/ImageMagick/coders/ |
pict.c | 826 jpeg, 935 jpeg=MagickFalse; 820 jpeg, local [all...] |
/external/opencv/ |
Android.mk | 234 external/jpeg
|
/prebuilts/go/darwin-x86/src/net/http/ |
sniff.go | 86 &exactSig{[]byte("\xFF\xD8\xFF"), "image/jpeg"}, 199 return "image/jp2" // JPEG 2000
|
/prebuilts/go/darwin-x86/test/bench/garbage/ |
parser.go | 219 "image/jpeg",
|