OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:input_components
(Results
26 - 43
of
43
) sorted by null
1
2
/hardware/ti/omap4xxx/camera/
Encoder_libjpeg.cpp
421
cinfo.
input_components
= 3;
/external/opencv3/3rdparty/libjpeg/
jcmaster.c
254
cinfo->num_components <= 0 || cinfo->
input_components
<= 0)
263
samplesperrow = (long) cinfo->image_width * (long) cinfo->
input_components
;
jcparam.c
485
cinfo->num_components = cinfo->
input_components
;
jpeglib.h
297
int
input_components
; /* # of color components in input image */
member in struct:jpeg_compress_struct
[
all
...]
/external/ImageMagick/coders/
jpeg.c
[
all
...]
/external/libjpeg-turbo/
example.c
127
cinfo.
input_components
= 3; /* # of color components per pixel */
jcparam.c
389
cinfo->num_components = cinfo->
input_components
;
jpeglib.h
309
int
input_components
; /* # of color components in input image */
member in struct:jpeg_compress_struct
[
all
...]
libjpeg.txt
325
input_components
Number of color channels (samples per pixel)
330
RGB or grayscale, and
input_components
is 3 or 1 accordingly. (See "Special
352
cinfo.
input_components
= 3; /* # of color components per pixel */
[
all
...]
turbojpeg.c
218
cinfo->
input_components
=tjPixelSize[pixelFormat];
[
all
...]
/external/libvncserver/common/
turbojpeg.c
182
cinfo->
input_components
=tjPixelSize[pixelFormat];
/external/libvncserver/
configure.ac
241
cinfo.
input_components
= 3;
/external/opencv3/modules/imgcodecs/src/
grfmt_jpeg.cpp
597
cinfo.
input_components
= channels;
/external/pdfium/third_party/libjpeg/
fpdfapi_jcparam.c
458
cinfo->num_components = cinfo->
input_components
;
jpeglib.h
383
int
input_components
; /* # of color components in input image */
member in struct:jpeg_compress_struct
[
all
...]
/external/skia/src/images/
SkImageDecoder_libjpeg.cpp
860
cinfo.
input_components
= 3;
[
all
...]
/external/dng_sdk/source/
dng_image_writer.cpp
[
all
...]
/external/opencv/otherlibs/highgui/
grfmt_jpeg.cpp
456
cinfo.
input_components
= channels;
[
all
...]
Completed in 1305 milliseconds
1
2