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

  /external/jpeg/
jccolor.c 290 int instride = cinfo->input_components;
337 * We assume input_components == num_components.
431 /* Make sure input_components agrees with in_color_space */
434 if (cinfo->input_components != 1)
440 if (cinfo->input_components != RGB_PIXELSIZE)
446 if (cinfo->input_components != 3)
452 if (cinfo->input_components != 4)
457 if (cinfo->input_components < 1)
522 cinfo->num_components != cinfo->input_components)
rdppm.c 339 cinfo->input_components = 1;
347 cinfo->input_components = 3;
355 cinfo->input_components = 1;
370 cinfo->input_components = 3;
387 source->buffer_width = (size_t) w * cinfo->input_components *
406 (JDIMENSION) w * cinfo->input_components, (JDIMENSION) 1);
rdrle.c 147 cinfo->input_components = 1;
150 cinfo->input_components = 3;
160 (JDIMENSION) width, (JDIMENSION) cinfo->input_components);
example.c 127 cinfo.input_components = 3; /* # of color components per pixel */
jctrans.c 77 dstinfo->input_components = srcinfo->num_components;
161 /* Although we don't actually use input_components for transcoding,
162 * jcmaster.c's initial_setup will complain if input_components is 0.
164 cinfo->input_components = 1;
jcmaster.c 56 || cinfo->num_components <= 0 || cinfo->input_components <= 0)
65 samplesperrow = (long) cinfo->image_width * (long) cinfo->input_components;
rdbmp.c 400 cinfo->input_components = 3;
rdtarga.c 461 cinfo->input_components = components;
jcparam.c 458 cinfo->num_components = cinfo->input_components;
jpeglib.h 285 int input_components; /* # of color components in input image */ member in struct:jpeg_compress_struct
    [all...]
  /frameworks/base/core/jni/android/graphics/
YuvToJpegEncoder.cpp 54 cinfo->input_components = 3;
  /external/skia/src/images/
SkImageDecoder_libjpeg.cpp 873 cinfo.input_components = 3;

Completed in 212 milliseconds