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

1 23 4 5 6 7 8 91011>>

  /external/qemu/distrib/jpeg-6b/
example.c 5 * to read or write JPEG image files. You should look at this code in
9 * skeleton for constructing routines that call the JPEG library.
11 * We present these routines in the same coding style used in the JPEG code
19 * Include file for users of JPEG library.
37 /******************** JPEG COMPRESSION SAMPLE INTERFACE *******************/
39 /* This half of the example shows how to feed data into the JPEG compressor.
41 * as error recovery (the JPEG code will just exit() if it gets an error).
67 * Sample routine for JPEG compression. We assume that the target file name
74 /* This struct contains the JPEG compression parameters and pointers to
75 * working space (which is allocated as needed by the JPEG library)
    [all...]
jerror.h 5 * This file is part of the Independent JPEG Group's software.
8 * This file defines the error and message codes for the JPEG library.
12 * the JPEG library may wish to include this file to get the error codes
52 JMESSAGE(JERR_BAD_J_COLORSPACE, "Bogus JPEG colorspace")
55 "Wrong JPEG library version: library is %d, caller expects %d")
58 JMESSAGE(JERR_BAD_PRECISION, "Unsupported JPEG data precision %d")
65 JMESSAGE(JERR_BAD_STATE, "Improper call to JPEG library in state %d")
67 "JPEG parameter struct mismatch: library thinks size is %u, caller expects %u")
69 JMESSAGE(JERR_BUFFER_SIZE, "Buffer passed to JPEG library is too small")
78 JMESSAGE(JERR_EMPTY_IMAGE, "Empty JPEG image (DNL not supported)"
    [all...]
wizard.doc 1 Advanced usage instructions for the Independent JPEG Group's JPEG software
6 The "wizard" switches are intended for experimentation with JPEG by persons
7 who are reasonably knowledgeable about the JPEG standard. If you don't know
11 when making files intended for general use, because not all JPEG decoders
12 will support unusual JPEG parameter settings.
19 as examples in the JPEG standard) and scales them up or down according to
24 JPEG and is not supported by all implementations. If you need to ensure
39 will be stored in the JPEG file).
46 # Quantization tables given in JPEG spec, section K.
    [all...]
libjpeg.doc 1 USING THE IJG JPEG LIBRARY
4 This file is part of the Independent JPEG Group's software.
8 This file describes how to use the IJG JPEG library within an application
12 JPEG library. Also see jpeglib.h (the include file to be used by application
42 Progressive JPEG support
66 The IJG JPEG library provides C code to read and write JPEG-compressed image
73 JPEG standard but is necessary for typical applications of JPEG. These
74 functions preprocess the image before JPEG compression or postprocess it afte
    [all...]
rdjpgcom.c 5 * This file is part of the Independent JPEG Group's software.
11 * JPEG markers.
61 static FILE * infile; /* input JPEG file */
79 ERREXIT("Premature EOF in JPEG file");
84 /* All 2-byte quantities in JPEG markers are MSB first */
92 ERREXIT("Premature EOF in JPEG file");
95 ERREXIT("Premature EOF in JPEG file");
101 * JPEG markers consist of one or more 0xFF bytes, followed by a marker
128 * Find the next JPEG marker and return its marker code.
157 fprintf(stderr, "Warning: garbage data found in JPEG file\n")
    [all...]
wrjpgcom.c 5 * This file is part of the Independent JPEG Group's software.
11 * JPEG markers.
75 static FILE * infile; /* input JPEG file */
80 static FILE * outfile; /* output JPEG file */
98 ERREXIT("Premature EOF in JPEG file");
103 /* All 2-byte quantities in JPEG markers are MSB first */
111 ERREXIT("Premature EOF in JPEG file");
114 ERREXIT("Premature EOF in JPEG file");
152 * JPEG markers consist of one or more 0xFF bytes, followed by a marker
177 * Find the next JPEG marker and return its marker code
    [all...]
  /device/asus/flo/camera/QCamera2/HAL/
QCameraPostProc.h 45 uint32_t client_hdl; // handle of jpeg client (obtained when open jpeg)
61 jpeg_job_status_t status; // jpeg encoding status
62 mm_jpeg_output_t out_data; // ptr to jpeg output buf
93 QEXIF_INFO_DATA m_Entries[MAX_EXIF_TABLE_ENTRIES]; // exif tags for JPEG encoder
154 QCameraQueue m_inputJpegQ; // input jpeg job queue
155 QCameraQueue m_ongoingJpegQ; // ongoing jpeg job queue
  /device/asus/flo/camera/QCamera2/HAL3/
QCamera3PostProc.h 52 uint32_t client_hdl; // handle of jpeg client (obtained when open jpeg)
70 jpeg_job_status_t status; // jpeg encoding status
71 mm_jpeg_output_t out_data; // ptr to jpeg output buf
89 QEXIF_INFO_DATA m_Entries[MAX_EXIF_TABLE_ENTRIES]; // exif tags for JPEG encoder
148 QCameraQueue m_inputJpegQ; // input jpeg job queue
149 QCameraQueue m_ongoingJpegQ; // ongoing jpeg job queue
  /external/qemu/android/utils/
jpeg-compress.h 17 * a JPEG image.
19 * NOTE: This code uses a jpeglib library located in distrib/jpeg-6b. It's a
29 /* Declares descriptor for a JPEG compression. */
35 * preceed the actual JPEG buffer. This is useful when sending JPEG
76 /* Compresses a framebuffer region into JPEG image.
84 * jpeg_quality JPEG compression quality. A number from 1 to 100. Note that
  /hardware/qcom/camera/QCamera2/HAL/
QCameraPostProc.h 45 uint32_t client_hdl; // handle of jpeg client (obtained when open jpeg)
61 jpeg_job_status_t status; // jpeg encoding status
62 mm_jpeg_output_t out_data; // ptr to jpeg output buf
93 QEXIF_INFO_DATA m_Entries[MAX_EXIF_TABLE_ENTRIES]; // exif tags for JPEG encoder
154 QCameraQueue m_inputJpegQ; // input jpeg job queue
155 QCameraQueue m_ongoingJpegQ; // ongoing jpeg job queue
  /hardware/qcom/camera/QCamera2/HAL3/
QCamera3PostProc.h 52 uint32_t client_hdl; // handle of jpeg client (obtained when open jpeg)
70 jpeg_job_status_t status; // jpeg encoding status
71 mm_jpeg_output_t out_data; // ptr to jpeg output buf
89 QEXIF_INFO_DATA m_Entries[MAX_EXIF_TABLE_ENTRIES]; // exif tags for JPEG encoder
149 QCameraQueue m_inputJpegQ; // input jpeg job queue
150 QCameraQueue m_ongoingJpegQ; // ongoing jpeg job queue
  /external/jpeg/
jerror.h 5 * This file is part of the Independent JPEG Group's software.
8 * This file defines the error and message codes for the JPEG library.
12 * the JPEG library may wish to include this file to get the error codes
52 JMESSAGE(JERR_BAD_J_COLORSPACE, "Bogus JPEG colorspace")
55 "Wrong JPEG library version: library is %d, caller expects %d")
58 JMESSAGE(JERR_BAD_PRECISION, "Unsupported JPEG data precision %d")
65 JMESSAGE(JERR_BAD_STATE, "Improper call to JPEG library in state %d")
67 "JPEG parameter struct mismatch: library thinks size is %u, caller expects %u")
69 JMESSAGE(JERR_BUFFER_SIZE, "Buffer passed to JPEG library is too small")
78 JMESSAGE(JERR_EMPTY_IMAGE, "Empty JPEG image (DNL not supported)"
    [all...]
wizard.doc 1 Advanced usage instructions for the Independent JPEG Group's JPEG software
6 The "wizard" switches are intended for experimentation with JPEG by persons
7 who are reasonably knowledgeable about the JPEG standard. If you don't know
11 when making files intended for general use, because not all JPEG decoders
12 will support unusual JPEG parameter settings.
19 as examples in the JPEG standard) and scales them up or down according to
24 JPEG and is not supported by all implementations. If you need to ensure
39 will be stored in the JPEG file).
46 # Quantization tables given in JPEG spec, section K.
    [all...]
libjpeg.doc 1 USING THE IJG JPEG LIBRARY
4 This file is part of the Independent JPEG Group's software.
8 This file describes how to use the IJG JPEG library within an application
12 JPEG library. Also see jpeglib.h (the include file to be used by application
42 Progressive JPEG support
66 The IJG JPEG library provides C code to read and write JPEG-compressed image
73 JPEG standard but is necessary for typical applications of JPEG. These
74 functions preprocess the image before JPEG compression or postprocess it afte
    [all...]
rdjpgcom.c 5 * This file is part of the Independent JPEG Group's software.
11 * JPEG markers.
61 static FILE * infile; /* input JPEG file */
79 ERREXIT("Premature EOF in JPEG file");
84 /* All 2-byte quantities in JPEG markers are MSB first */
92 ERREXIT("Premature EOF in JPEG file");
95 ERREXIT("Premature EOF in JPEG file");
101 * JPEG markers consist of one or more 0xFF bytes, followed by a marker
128 * Find the next JPEG marker and return its marker code.
157 fprintf(stderr, "Warning: garbage data found in JPEG file\n")
    [all...]
wrjpgcom.c 5 * This file is part of the Independent JPEG Group's software.
11 * JPEG markers.
75 static FILE * infile; /* input JPEG file */
80 static FILE * outfile; /* output JPEG file */
98 ERREXIT("Premature EOF in JPEG file");
103 /* All 2-byte quantities in JPEG markers are MSB first */
111 ERREXIT("Premature EOF in JPEG file");
114 ERREXIT("Premature EOF in JPEG file");
152 * JPEG markers consist of one or more 0xFF bytes, followed by a marker
177 * Find the next JPEG marker and return its marker code
    [all...]
  /device/asus/flo/camera/QCamera2/stack/common/
mm_jpeg_interface.h 44 uint32_t sequence; /* for jpeg bit streams, assembling is based on sequence. sequence starts from 0 */
90 /* jpeg output dimension */
121 /* jpeg quality: range 0~100 */
180 /* close a jpeg client -- sync call */
184 /* open a jpeg client -- sync call
187 * jpeg ops tbl will be filled in if open succeeds */
  /external/chromium_org/ui/gfx/codec/
jpeg_codec.h 17 // Interface for encoding/decoding JPEG data. This is a wrapper around libjpeg,
19 // elements, WebKit has its own more complicated JPEG decoder which handles,
25 // This is the native JPEG format.
50 // given in 'format'. The encoded JPEG data will be written into the supplied
63 // Decodes the JPEG data contained in input of length input_size. The
71 // Decodes the JPEG data contained in input of length input_size. If
  /frameworks/base/media/java/android/media/
CameraProfile.java 27 * capture (jpeg) quality levels (0-100) used for low, medium, and high
34 * Define three quality levels for JPEG image encoding.
45 * Cache the Jpeg encoding quality parameters
50 * Returns a pre-defined still image capture (jpeg) quality level
70 * Returns a pre-defined still image capture (jpeg) quality level
99 throw new RuntimeException("Unexpected Jpeg encoding quality levels " + nLevels);
  /hardware/qcom/camera/QCamera2/stack/common/
mm_jpeg_interface.h 48 uint32_t sequence; /* for jpeg bit streams, assembling is based on sequence. sequence starts from 0 */
94 /* jpeg output dimension */
125 /* jpeg quality: range 0~100 */
192 /* close a jpeg client -- sync call */
196 /* open a jpeg client -- sync call
199 * jpeg ops tbl will be filled in if open succeeds */
  /development/tools/idegen/templates/idea/
compiler.xml 11 <entry name="?*.jpeg" />
  /device/generic/goldfish/camera/
Android.mk 31 # JPEG conversion libraries and includes.
36 LOCAL_C_INCLUDES += external/jpeg \
87 LOCAL_C_INCLUDES += external/jpeg \
94 LOCAL_MODULE := camera.goldfish.jpeg
  /frameworks/av/services/camera/libcameraservice/api1/client2/
BurstCapture.cpp 94 sp<JpegCompressor> jpeg = new JpegCompressor(); local
95 jpeg->start(buffers, 1);
97 bool success = jpeg->waitForDone(10 * 1e9);
102 ALOGE("%s: JPEG encode timed out", __FUNCTION__);
  /external/chromium_org/ui/gfx/image/
image_util.h 19 // Creates an image from the given JPEG-encoded input. If there was an error
24 // Fills the |dst| vector with JPEG-encoded bytes of the 1x representation of
  /device/asus/flo/camera/QCamera2/stack/mm-jpeg-interface/src/
mm_jpeg_interface.c 94 * @job: jpeg job object
101 * start the jpeg job
137 * Create new jpeg session
173 * Destroy jpeg session
207 * Abort the jpeg job
241 * Close the jpeg job
265 /* No client, close jpeg internally */
285 * Open a jpeg client
304 /* initialize jpeg obj */
335 /* no client, close jpeg */
    [all...]

Completed in 1014 milliseconds

1 23 4 5 6 7 8 91011>>