HomeSort by relevance Sort by last modified time
    Searched full:jpeg (Results 676 - 700 of 1412) sorted by null

<<21222324252627282930>>

  /hardware/samsung_slsi/exynos5/libcamera2/
ExynosJpegEncoderForCamera.cpp 199 JPEG_ERROR_LOG("%s::Fail to JPEG input buffer!!\n", __func__);
226 JPEG_ERROR_LOG("%s::Fail to JPEG output buffer!!\n", __func__);
774 // create jpeg thumbnail class
779 JPEG_ERROR_LOG("ERR(%s):Cannot open a jpeg device file\n", __func__);
910 JPEG_ERROR_LOG("jpeg size is too small\n");
  /hardware/ti/omap4xxx/camera/OMXCameraAdapter/
OMXCapture.cpp 80 CAMHAL_LOGDA("JPEG format selected");
99 CAMHAL_LOGEA("Invalid format, JPEG format selected as default");
104 CAMHAL_LOGEA("Picture format is NULL, defaulting to JPEG");
109 // JPEG capture is not supported in video mode by OMX Camera
110 // Set capture format to yuv422i...jpeg encode will
    [all...]
  /prebuilts/tools/linux-x86/swt/
about.html 145 <h4>Independent JPEG Group's JPEG software release 6b</h4>
147 <p>This software is based in part on the work of the Independent JPEG Group's JPEG software release 6b (&quot;LIBJPEG&quot;).
148 LIBJPEG was used to implement the decoding of JPEG format files in Java (TM). The Content does NOT include any portion of the LIBJPEG file ansi2knr.c.</p>
  /prebuilts/tools/linux-x86_64/swt/
about.html 145 <h4>Independent JPEG Group's JPEG software release 6b</h4>
147 <p>This software is based in part on the work of the Independent JPEG Group's JPEG software release 6b (&quot;LIBJPEG&quot;).
148 LIBJPEG was used to implement the decoding of JPEG format files in Java (TM). The Content does NOT include any portion of the LIBJPEG file ansi2knr.c.</p>
  /external/jpeg/
jccoefct.c 5 * This file is part of the Independent JPEG Group's software.
9 * This controller is the top level of the JPEG compressor proper.
19 * and also for writing multiple-scan JPEG files. In all cases, the DCT
jidctfst.c 5 * This file is part of the Independent JPEG Group's software.
20 * JPEG textbook (see REFERENCES section in file README). The following code
25 * folded into the multiplications or divisions by the JPEG quantization
wrbmp.c 5 * This file is part of the Independent JPEG Group's software.
26 * To support 12-bit JPEG data, we'd have to scale output down to 8 bits.
36 * from JPEG's top-to-bottom order. To do this, we save the outgoing data
jsimd_arm_neon.S 293 * function from jpeg-6b (jidctred.c).
295 * NOTE: jpeg-8 has an improved implementation of 4x4 inverse-DCT, which
298 * bit exact compatibility with jpeg-6b.
508 * function from jpeg-6b (jidctred.c).
510 * NOTE: jpeg-8 has an improved implementation of 2x2 inverse-DCT, which
513 * bit exact compatibility with jpeg-6b.
  /external/qemu/distrib/jpeg-6b/
jccoefct.c 5 * This file is part of the Independent JPEG Group's software.
9 * This controller is the top level of the JPEG compressor proper.
19 * and also for writing multiple-scan JPEG files. In all cases, the DCT
jidctfst.c 5 * This file is part of the Independent JPEG Group's software.
20 * JPEG textbook (see REFERENCES section in file README). The following code
25 * folded into the multiplications or divisions by the JPEG quantization
wrbmp.c 5 * This file is part of the Independent JPEG Group's software.
26 * To support 12-bit JPEG data, we'd have to scale output down to 8 bits.
36 * from JPEG's top-to-bottom order. To do this, we save the outgoing data
  /packages/apps/Gallery/src/com/android/camera/
ImageManager.java 194 // Stores a bitmap or a jpeg byte array to a file (using the specified
213 source.compress(CompressFormat.JPEG, 75, outputStream);
237 values.put(Images.Media.MIME_TYPE, "image/jpeg");
  /packages/apps/VideoEditor/src/com/android/videoeditor/util/
ImageUtils.java 121 * Rotate a JPEG according to the EXIF data
123 * @param inputFilename The name of the input file (must be a JPEG filename)
210 rotatedBmp.compress(CompressFormat.JPEG, 100, fos);
  /development/samples/HoneycombGallery/src/com/example/android/hcgallery/
ContentFragment.java 330 if (!mBitmap.compress(Bitmap.CompressFormat.JPEG, 60, fo)) {
356 shareIntent.setType("image/jpeg");
  /device/generic/goldfish/camera/
EmulatedFakeCamera3.cpp 599 /** android.jpeg */
945 * Wait for JPEG compressor to not be busy, if needed
950 ALOGE("%s: Timeout waiting for JPEG compression to complete!",
    [all...]
  /device/lge/mako/self-extractors/
generate-packages.sh 171 system/lib/libimage-jpeg-dec-omx-comp.so \
172 system/lib/libimage-jpeg-enc-omx-comp.so \
  /external/chromium_org/ash/
ash_switches.cc 37 // non-user-writable JPEG files).
43 // Default wallpaper to use (as paths to trusted, non-user-writable JPEG files).
  /external/chromium_org/chrome/browser/resources/image_loader/
request.js 251 case 'image/jpeg':
253 imageData = this.canvas_.toDataURL('image/jpeg', 0.9);
  /external/chromium_org/third_party/WebKit/Source/core/
webcore_platform_geometry.target.darwin-arm.mk 162 $(PWD)/external/jpeg \
305 $(PWD)/external/jpeg \
webcore_platform_geometry.target.darwin-mips.mk 162 $(PWD)/external/jpeg \
305 $(PWD)/external/jpeg \
webcore_platform_geometry.target.darwin-x86.mk 164 $(PWD)/external/jpeg \
310 $(PWD)/external/jpeg \
webcore_platform_geometry.target.linux-arm.mk 162 $(PWD)/external/jpeg \
305 $(PWD)/external/jpeg \
webcore_platform_geometry.target.linux-mips.mk 162 $(PWD)/external/jpeg \
305 $(PWD)/external/jpeg \
webcore_platform_geometry.target.linux-x86.mk 164 $(PWD)/external/jpeg \
310 $(PWD)/external/jpeg \
  /external/jhead/
jhead.h 51 // This structure is used to store jpeg file sections in memory.
258 // JPEG markers consist of one or more 0xFF bytes, followed by a marker

Completed in 837 milliseconds

<<21222324252627282930>>