HomeSort by relevance Sort by last modified time
    Searched refs:jpeg_write_scanlines (Results 1 - 24 of 24) sorted by null

  /frameworks/av/cmds/stagefright/
jpeg.cpp 83 jpeg_write_scanlines(&cinfo, &row_pointer, 1);
  /external/libjpeg-turbo/
example.c 147 /* jpeg_write_scanlines(...); */
157 /* jpeg_write_scanlines expects an array of pointers to scanlines.
162 (void) jpeg_write_scanlines(&cinfo, row_pointer, 1);
183 * In the above loop, we ignored the return value of jpeg_write_scanlines,
189 * then jpeg_write_scanlines will write all the lines passed (or else exit
jcapistd.c 53 /* Ready for application to drive first pass through jpeg_write_scanlines
69 * Note: we warn about excess calls to jpeg_write_scanlines() since
77 jpeg_write_scanlines (j_compress_ptr cinfo, JSAMPARRAY scanlines,
95 * jpeg_write_scanlines. This lets output of the frame/scan headers be
97 * jpeg_start_compress and jpeg_write_scanlines.
cjpeg.c 615 (void) jpeg_write_scanlines(&cinfo, src_mgr->buffer, num_scanlines);
jpeglib.h 399 * jpeg_write_scanlines(). Application may use this to control its
    [all...]
turbojpeg.c 793 jpeg_write_scanlines(cinfo, &row_pointer[cinfo->next_scanline],
    [all...]
  /external/opencv3/3rdparty/libjpeg/
jcapistd.c 53 /* Ready for application to drive first pass through jpeg_write_scanlines
69 * Note: we warn about excess calls to jpeg_write_scanlines() since
77 jpeg_write_scanlines (j_compress_ptr cinfo, JSAMPARRAY scanlines,
95 * jpeg_write_scanlines. This lets output of the frame/scan headers be
97 * jpeg_start_compress and jpeg_write_scanlines.
jpeglib.h 384 * jpeg_write_scanlines(). Application may use this to control its
906 #define jpeg_write_scanlines macro
    [all...]
  /external/pdfium/third_party/libjpeg/
fpdfapi_jcapistd.c 53 /* Ready for application to drive first pass through jpeg_write_scanlines
69 * Note: we warn about excess calls to jpeg_write_scanlines() since
77 jpeg_write_scanlines (j_compress_ptr cinfo, JSAMPARRAY scanlines,
95 * jpeg_write_scanlines. This lets output of the frame/scan headers be
97 * jpeg_start_compress and jpeg_write_scanlines.
jpeglib.h 113 #define jpeg_write_scanlines FOXIT_PREFIX(jpeg_write_scanlines) macro
452 * jpeg_write_scanlines(). Application may use this to control its
953 #define jpeg_write_scanlines macro
    [all...]
  /frameworks/av/services/camera/libcameraservice/api1/client2/
JpegCompressor.cpp 124 jpeg_write_scanlines(&mCInfo, chunk, kChunkSize);
  /packages/apps/Gallery2/jni_jpegstream/src/
jpeg_writer.cpp 153 if (jpeg_write_scanlines(&mInfo, row_pointer, 1) != 1) {
  /device/generic/goldfish/camera/fake-pipeline2/
JpegCompressor.cpp 184 jpeg_write_scanlines(&mCInfo, chunk, kChunkSize);
  /external/ImageMagick/coders/
jpeg.c     [all...]
  /hardware/ti/omap4-aah/camera/
Encoder_libjpeg.cpp 518 jpeg_write_scanlines(&cinfo, row, 1);
  /hardware/ti/omap4xxx/camera/
Encoder_libjpeg.cpp 446 jpeg_write_scanlines(&cinfo, row, 1);
  /external/opencv3/modules/imgcodecs/src/
grfmt_jpeg.cpp 703 jpeg_write_scanlines( &cinfo, &ptr, 1 );
  /external/pdfium/core/src/fxcodec/codec/
fx_codec_jpeg.cpp 219 jpeg_write_scanlines(&cinfo, row_pointer, 1);
  /external/libvncserver/common/
turbojpeg.c 598 jpeg_write_scanlines(cinfo, &row_pointer[cinfo->next_scanline],
  /external/skia/src/images/
SkImageDecoder_libjpeg.cpp 888 (void) jpeg_write_scanlines(&cinfo, row_pointer, 1);
    [all...]
  /external/opencv/otherlibs/highgui/
grfmt_jpeg.cpp 482 jpeg_write_scanlines( &cinfo, &ptr, 1 );
    [all...]
  /external/opencv3/3rdparty/libtiff/
tif_jpeg.c 304 return CALLJPEG(sp, -1, (int) jpeg_write_scanlines(&sp->cinfo.c,
    [all...]
  /external/dng_sdk/source/
dng_image_writer.cpp     [all...]
  /external/pdfium/third_party/libtiff/
tif_jpeg.c 318 return CALLJPEG(sp, -1, (int) jpeg_write_scanlines(&sp->cinfo.c,
    [all...]

Completed in 361 milliseconds