OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:jpeg_set_defaults
(Results
1 - 8
of
8
) sorted by null
/external/jpeg/
jctrans.c
80
jpeg_set_defaults
(dstinfo);
81
/*
jpeg_set_defaults
may choose wrong colorspace, eg YCbCr if input is RGB.
100
* Note we assume
jpeg_set_defaults
has allocated the dest comp_info array.
libjpeg.doc
337
calling
jpeg_set_defaults
(); then, if there are particular values you want
341
You must set in_color_space correctly before calling
jpeg_set_defaults
(),
344
jpeg_start_compress(). There's no harm in calling
jpeg_set_defaults
() more
354
jpeg_set_defaults
(&cinfo);
460
should call
jpeg_set_defaults
() to adjust for the new colorspace; and then
[
all
...]
jpeglib.h
280
* be correct before you can even call
jpeg_set_defaults
().
291
* jpeg_start_compress(). We recommend calling
jpeg_set_defaults
() to
899
#define
jpeg_set_defaults
macro
[
all
...]
cjpeg.c
499
* but we need to provide some value for
jpeg_set_defaults
() to work.
503
jpeg_set_defaults
(&cinfo);
example.c
133
jpeg_set_defaults
(&cinfo);
jcparam.c
268
jpeg_set_defaults
(j_compress_ptr cinfo)
function
/frameworks/base/core/jni/android/graphics/
YuvToJpegEncoder.cpp
56
jpeg_set_defaults
(cinfo);
/external/skia/src/images/
SkImageDecoder_libjpeg.cpp
874
jpeg_set_defaults
(&cinfo);
Completed in 255 milliseconds