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

1 2 3 4 5 6 78 91011>>

  /external/chromium/chrome/browser/resources/file_manager/
manifest.json 26 "filesystem:*.jpeg",
31 "filesystem:*.JPEG",
  /external/chromium_org/chrome/browser/history/
history_indexer.idl 28 // "image/jpeg", indicating that the thumbail is in jpeg
  /external/chromium_org/third_party/libjpeg/
libjpeg.gyp 76 ['OS!="win"', {'product_name': 'jpeg'}],
97 '<(android_src)/external/jpeg',
  /external/jpeg/
jcinit.c 5 * This file is part of the Independent JPEG Group's software.
8 * This file contains initialization logic for the JPEG compressor.
jconfig.doc 5 * This file is part of the Independent JPEG Group's software.
9 * customize the JPEG software for a particular system.
90 * compiling the JPEG code.
96 * The following options affect code selection within the JPEG library,
115 * The remaining options do not affect the JPEG library proper,
122 /* These defines indicate which image (non-JPEG) file formats are allowed. */
jconfig.h 6 * This file is part of the Independent JPEG Group's software.
10 * customize the JPEG software for a particular system.
91 * compiling the JPEG code.
97 * The following options affect code selection within the JPEG library,
116 * The remaining options do not affect the JPEG library proper,
123 /* These defines indicate which image (non-JPEG) file formats are allowed. */
jpeglib.h 5 * This file is part of the Independent JPEG Group's software.
8 * This file defines the application interface for the JPEG library.
18 * installation of the JPEG library is set up. jconfig.h can be
29 /* Version ID for the JPEG library.
37 * All of these are specified by the JPEG standard, so don't change them
46 #define MAX_COMPS_IN_SCAN 4 /* JPEG limit on # of components in one scan */
47 #define MAX_SAMP_FACTOR 4 /* JPEG limit on sampling factors */
78 /* Types for JPEG compression parameters and working tables. */
85 * (not the zigzag order in which they are stored in a JPEG DQT marker).
101 /* These two fields directly represent the contents of a JPEG DHT marker *
    [all...]
jmorecfg.h 5 * This file is part of the Independent JPEG Group's software.
9 * JPEG software for special applications or support machine-dependent
40 * Only 8 and 12 are legal data precisions for lossy JPEG according to the
41 * JPEG standard, and the IJG code does not support anything else!
49 * Maximum number of components (color channels) allowed in JPEG image.
50 * To meet the letter of the JPEG spec, set this to 255. However, darn
186 /* Datatype used for image dimensions. The JPEG standard only supports
260 * The remaining options affect code selection within the JPEG library,
292 #define C_MULTISCAN_FILES_SUPPORTED /* Multiple-scan JPEG files? */
293 #define C_PROGRESSIVE_SUPPORTED /* Progressive JPEG? (Requires MULTISCAN)*
    [all...]
coderules.doc 1 IJG JPEG LIBRARY: CODING RULES
4 This file is part of the Independent JPEG Group's software.
15 jpeg/doc/cstyle.ms.tbl.Z, or cstyle.txt.Z for those without nroff/tbl).
86 The JPEG library is intended to be used within larger programs. Furthermore,
116 modules that are used in cjpeg/djpeg but are not part of the JPEG library
jdatadst.c 5 * This file is part of the Independent JPEG Group's software.
9 * emitting JPEG data to a file (or any stdio stream). While these routines
134 /* The destination object is made permanent so that multiple JPEG images
137 * manager serially with the same JPEG object, because their private object
140 if (cinfo->dest == NULL) { /* first time for this JPEG object? */
  /external/qemu/distrib/jpeg-6b/
jcinit.c 5 * This file is part of the Independent JPEG Group's software.
8 * This file contains initialization logic for the JPEG compressor.
jconfig.doc 5 * This file is part of the Independent JPEG Group's software.
9 * customize the JPEG software for a particular system.
90 * compiling the JPEG code.
96 * The following options affect code selection within the JPEG library,
115 * The remaining options do not affect the JPEG library proper,
122 /* These defines indicate which image (non-JPEG) file formats are allowed. */
jconfig.h 6 * This file is part of the Independent JPEG Group's software.
10 * customize the JPEG software for a particular system.
91 * compiling the JPEG code.
97 * The following options affect code selection within the JPEG library,
116 * The remaining options do not affect the JPEG library proper,
123 /* These defines indicate which image (non-JPEG) file formats are allowed. */
jpeglib.h 5 * This file is part of the Independent JPEG Group's software.
8 * This file defines the application interface for the JPEG library.
18 * installation of the JPEG library is set up. jconfig.h can be
29 /* Version ID for the JPEG library.
37 * All of these are specified by the JPEG standard, so don't change them
46 #define MAX_COMPS_IN_SCAN 4 /* JPEG limit on # of components in one scan */
47 #define MAX_SAMP_FACTOR 4 /* JPEG limit on sampling factors */
78 /* Types for JPEG compression parameters and working tables. */
85 * (not the zigzag order in which they are stored in a JPEG DQT marker).
101 /* These two fields directly represent the contents of a JPEG DHT marker *
    [all...]
jmorecfg.h 5 * This file is part of the Independent JPEG Group's software.
9 * JPEG software for special applications or support machine-dependent
42 * Only 8 and 12 are legal data precisions for lossy JPEG according to the
43 * JPEG standard, and the IJG code does not support anything else!
51 * Maximum number of components (color channels) allowed in JPEG image.
52 * To meet the letter of the JPEG spec, set this to 255. However, darn
188 /* Datatype used for image dimensions. The JPEG standard only supports
262 * The remaining options affect code selection within the JPEG library,
294 #define C_MULTISCAN_FILES_SUPPORTED /* Multiple-scan JPEG files? */
295 #define C_PROGRESSIVE_SUPPORTED /* Progressive JPEG? (Requires MULTISCAN)*
    [all...]
coderules.doc 1 IJG JPEG LIBRARY: CODING RULES
4 This file is part of the Independent JPEG Group's software.
15 jpeg/doc/cstyle.ms.tbl.Z, or cstyle.txt.Z for those without nroff/tbl).
86 The JPEG library is intended to be used within larger programs. Furthermore,
116 modules that are used in cjpeg/djpeg but are not part of the JPEG library
jdatadst.c 5 * This file is part of the Independent JPEG Group's software.
9 * emitting JPEG data to a file (or any stdio stream). While these routines
134 /* The destination object is made permanent so that multiple JPEG images
137 * manager serially with the same JPEG object, because their private object
140 if (cinfo->dest == NULL) { /* first time for this JPEG object? */
  /frameworks/base/core/jni/android/graphics/
YuvToJpegEncoder.h 23 /** Encode YUV data to jpeg, which is output to a stream.
25 * @param stream The jpeg output stream.
  /device/lge/mako/camera/QCamera/stack/mm-jpeg-interface/inc/
mm_jpeg_interface.h 57 uint8_t sequence; /*for jpeg bit streams, assembling is based on sequence. sequence starts from 0*/
109 /* jpeg output dimension */
115 /* jpeg quality: range 0~100 */
197 /* close a jpeg client -- sync call */
201 /* open a jpeg client -- sync call
204 * jpeg ops tbl will be filled in if open succeeds */
  /external/opencv/otherlibs/highgui/
grfmt_jpeg.h 65 void* m_cinfo; // pointer to IJG JPEG codec structure
106 //////////////////// JPEG reader /////////////////////
127 int m_ss, m_se, m_ah, m_al; // progressive JPEG parameters
162 //////////////////// JPEG-specific output bitstream ///////////////////////
181 //////////////////// JPEG reader /////////////////////
201 // JPEG filter factory
  /cts/tests/tests/view/src/android/view/cts/
WindowManager_LayoutParamsTest.java 60 WindowManager.LayoutParams.FLAG_DITHER, PixelFormat.JPEG);
64 WindowManager.LayoutParams.FLAG_DITHER, PixelFormat.JPEG);
68 WindowManager.LayoutParams.FLAG_DITHER, PixelFormat.JPEG);
104 WindowManager.LayoutParams.FLAG_DITHER, PixelFormat.JPEG);
112 assertEquals(PixelFormat.JPEG, mLayoutParams.format);
193 WindowManager.LayoutParams.FLAG_DITHER, PixelFormat.JPEG);
201 WindowManager.LayoutParams.FLAG_DITHER, PixelFormat.JPEG);
  /packages/apps/Camera/tests/src/com/android/camera/activity/
CameraTestCase.java 228 "jpeg-thumbnail-size-values=320x240,0x0;jpeg-thumbnail-width=320;jpeg-thumbnail-height=240;" +
229 "jpeg-thumbnail-quality=60;jpeg-quality=95;" +
238 "picture-format-values=jpeg;picture-format=jpeg;" +
  /hardware/qcom/camera/QCamera2/HAL3/
QCamera3PostProc.cpp 96 * @jpeg_cb : callback to handle jpeg event from mm-camera-interface
97 * @user_data : user data ptr for jpeg callback
142 ALOGD("%s: Jpeg closed, rc = %d, mJpegClientHandle = %x",
263 // get jpeg quality
321 //Pass output jpeg buffer info to encoder.
354 * be sent to either input queue of postprocess or jpeg encoding
382 ALOGD("%s: no need offline reprocess, sending to jpeg encoding", __func__);
386 ALOGE("%s: No memory for jpeg job", __func__);
393 // enqueu to jpeg input queue
414 * be sent to either input queue of postprocess or jpeg encodin
    [all...]
  /device/asus/flo/camera/QCamera2/HAL3/
QCamera3PostProc.cpp 95 * @jpeg_cb : callback to handle jpeg event from mm-camera-interface
96 * @user_data : user data ptr for jpeg callback
141 ALOGD("%s: Jpeg closed, rc = %d, mJpegClientHandle = %x",
257 // get jpeg quality
326 //Pass output jpeg buffer info to encoder.
362 * be sent to either input queue of postprocess or jpeg encoding
367 ALOGD("%s: no need offline reprocess, sending to jpeg encoding", __func__);
372 ALOGE("%s: No memory for jpeg job", __func__);
391 // enqueu to jpeg input queue
411 * be sent to either input queue of postprocess or jpeg encodin
    [all...]
  /cts/tests/tests/hardware/src/android/hardware/camera2/cts/
CameraTestUtils.java 144 * software conveniently. It supports YUV_420_888/NV21/YV12 and JPEG input
151 * <p>For JPEG, it returns a 1-D byte array contains a complete JPEG image.</p>
169 // JPEG doesn't have pixelstride and rowstride, treat it as 1D buffer.
170 if (format == ImageFormat.JPEG) {
172 assertNotNull("Fail to get jpeg ByteBuffer", buffer);
241 case ImageFormat.JPEG:
242 assertEquals("Jpeg Image should have one plane", 1, planes.length);
275 case ImageFormat.JPEG:

Completed in 874 milliseconds

1 2 3 4 5 6 78 91011>>