Searched refs:jpeg (Results 1 - 25 of 25) sorted by relevance

/external/volley/src/test/java/com/android/volley/toolbox/
H A DImageRequestTest.java50 NetworkResponse jpeg = new NetworkResponse(jpegBytes);
58 verifyResize(jpeg, 512, 250, scalteType, 512, 250); // exactly half
59 verifyResize(jpeg, 511, 249, scalteType, 509, 249); // just under half
60 verifyResize(jpeg, 1080, 500, scalteType, 1024, 500); // larger
61 verifyResize(jpeg, 500, 500, scalteType, 500, 244); // keep same ratio
64 verifyResize(jpeg, 512, 0, scalteType, 512, 250);
65 verifyResize(jpeg, 800, 0, scalteType, 800, 390);
66 verifyResize(jpeg, 1024, 0, scalteType, 1024, 500);
69 verifyResize(jpeg, 0, 250, scalteType, 512, 250);
70 verifyResize(jpeg,
[all...]
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue99/
H A DYamlBase64Test.java64 byte[] jpeg = (byte[]) bean.get("jpegPhoto");
65 checkBytes(jpeg);
69 private void checkBytes(byte[] jpeg) throws IOException { argument
71 input = YamlDocument.class.getClassLoader().getResourceAsStream("issues/issue99.jpeg");
74 while (i < jpeg.length) {
76 if (jpeg[i] < 0) {
77 assertEquals(etalon, jpeg[i] + 256);
79 assertEquals(etalon, jpeg[i]);
116 byte[] jpeg = (byte[]) bean.get("jpegPhoto");
117 checkBytes(jpeg);
[all...]
/external/syslinux/com32/lib/
H A DMakefile21 jpeg/tinyjpeg.o jpeg/jidctflt.o jpeg/decode1.o jpeg/decode3.o \
22 jpeg/rgb24.o jpeg/bgr24.o jpeg/yuv420p.o jpeg/grey.o \
23 jpeg/rgba32.o jpeg/bgra3
[all...]
/external/skia/tests/
H A DPDFJpegEmbedTest.cpp155 static const char jpeg[] = local
162 auto data = SkData::MakeWithoutCopy(jpeg, jpegLength);
167 static const char jpeg[] = local
174 auto data = SkData::MakeWithoutCopy(jpeg, jpegLength);
179 static const char jpeg[] = local
186 auto data = SkData::MakeWithoutCopy(jpeg, jpegLength);
191 static const char jpeg[] = local
198 auto data = SkData::MakeWithoutCopy(jpeg, jpegLength);
203 static const char jpeg[] = local
210 auto data = SkData::MakeWithoutCopy(jpeg, jpegLengt
[all...]
/external/libvncserver/
H A DAndroid.mk10 external/jpeg
/external/eigen/bench/btl/data/
H A Dmk_gnuplot_script.sh46 echo set term jpeg large >> $WHAT.gnuplot
/external/libvncserver/examples/android/jni/
H A DAndroid.mk53 external/jpeg
/external/libjpeg-turbo/
H A DCMakeLists.txt257 add_library(jpeg-static STATIC ${JPEG_SOURCES} ${SIMD_OBJS})
259 set_target_properties(jpeg-static PROPERTIES OUTPUT_NAME jpeg)
262 add_dependencies(jpeg-static simd)
279 target_link_libraries(turbojpeg jpeg-static)
287 target_link_libraries(tjbench turbojpeg jpeg-static)
307 target_link_libraries(tjbench-static turbojpeg-static jpeg-static)
325 target_link_libraries(cjpeg-static jpeg-static)
330 target_link_libraries(djpeg-static jpeg-static)
333 target_link_libraries(jpegtran-static jpeg
[all...]
/external/ImageMagick/coders/
H A DAndroid.mk69 jpeg.c\
H A DMake.com65 $call Make jpeg.c
154 gradient,gray,hald,histogram,hrz,html,icon,info,inline,ipl,jbig,jpeg,jp2, -
184 $ cc'compile_options'/include_directory=([-],[-.magickcore],[-.jpeg],[-.png], -
H A Dpict.c826 jpeg,
935 jpeg=MagickFalse;
1301 if (jpeg == MagickFalse)
1408 jpeg=MagickTrue;
820 jpeg, local
/external/skia/src/pdf/
H A DSkPDFDocument.cpp437 sk_sp<SkPixelSerializer> jpeg,
443 std::move(jpeg), pdfa)
433 SkPDFMakeDocument(SkWStream* stream, void (*proc)(SkWStream*, bool), SkScalar dpi, const SkDocument::PDFMetadata& metadata, sk_sp<SkPixelSerializer> jpeg, bool pdfa) argument
/external/opencv/
H A DAndroid.mk259 external/jpeg
/external/bison/build-aux/
H A Dtexinfo.tex1130 \newhelp\nopdfimagehelp{Texinfo supports .png, .jpg, .jpeg, and .pdf images
1199 \openin 1 #1.jpeg \ifeof 1
1205 \else \gdef\pdfimgext{jpeg}%
/external/libmicrohttpd/doc/
H A Dtexinfo.tex1131 \newhelp\nopdfimagehelp{Texinfo supports .png, .jpg, .jpeg, and .pdf images
1200 \openin 1 #1.jpeg \ifeof 1
1206 \else \gdef\pdfimgext{jpeg}%
/external/python/cpython2/Modules/_ctypes/libffi/
H A Dtexinfo.tex1131 \newhelp\nopdfimagehelp{Texinfo supports .png, .jpg, .jpeg, and .pdf images
1200 \openin 1 #1.jpeg \ifeof 1
1206 \else \gdef\pdfimgext{jpeg}%
/external/ImageMagick/
H A Dconfigure2012 --without-jpeg disable JPEG support
23726 # delegate libraries (bzlib fftw fpx gslib jp2 jbig jpeg lcms lzma png tiff ttf wmf xml zlib)
28746 for dir in bzlib fftw fpx gslib/src jp2 jbig/libjbig jpeg lcms/include lzma magick openjp2/include png tiff/libtiff ttf/include wand webp/src wmf/include xml/include zlib; do
28757 for dir in bzlib fftw fpx gslib/src jbig/libjbig jpeg lcms/src lzma magick openjp2 png tiff/libtiff ttf/objs wand webp wmf/src xml zlib; do
32363 # Check whether --with-jpeg was given.
32372 DISTCHECK_CONFIG_FLAGS="${DISTCHECK_CONFIG_FLAGS} --with-jpeg=$with_jpeg "
[all...]
/external/robolectric/v1/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
/external/v8/tools/profviz/
H A Dgnuplot-4.6.3-emscripten.js4016 'jpg': 'image/jpeg',
4017 'jpeg': 'image/jpeg',
4028 return !Module.noImageDecoding && /\.(jpg|jpeg|png|bmp)$/.exec(name);
[all...]

Completed in 1108 milliseconds