HomeSort by relevance Sort by last modified time
    Searched refs:input_components (Results 26 - 50 of 59) sorted by null

12 3

  /external/jpeg/
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...]
  /external/pdfium/core/src/fxcodec/libjpeg/
fpdfapi_jctrans.c 78 dstinfo->input_components = srcinfo->num_components;
162 /* Although we don't actually use input_components for transcoding,
163 * jcmaster.c's initial_setup will complain if input_components is 0.
165 cinfo->input_components = 1;
fpdfapi_jcmaster.c 57 || cinfo->num_components <= 0 || cinfo->input_components <= 0)
66 samplesperrow = (long) cinfo->image_width * (long) cinfo->input_components;
  /external/qemu/distrib/jpeg-6b/
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;
  /device/generic/goldfish/camera/fake-pipeline2/
JpegCompressor.cpp 165 mCInfo.input_components = 3;
  /external/chromium_org/third_party/libjpeg_turbo/
bmp.c 151 if(cinfo.input_components==1 && cinfo.in_color_space==JCS_RGB)
jcmaster.c 87 || cinfo->num_components <= 0 || cinfo->input_components <= 0)
96 samplesperrow = (long) cinfo->image_width * (long) cinfo->input_components;
rdbmp.c 442 cinfo->input_components = 3;
rdtarga.c 461 cinfo->input_components = components;
turbojpegl.c 134 j->cinfo.input_components = ps;
jcparam.c 498 cinfo->num_components = cinfo->input_components;
jpeglib.h 314 int input_components; /* # of color components in input image */ member in struct:jpeg_compress_struct
    [all...]
  /packages/apps/Camera2/jni/
jpegutil.cpp 232 cinfo.input_components = 3;
  /frameworks/base/core/jni/android/graphics/
YuvToJpegEncoder.cpp 54 cinfo->input_components = 3;
  /hardware/ti/omap4-aah/camera/
Encoder_libjpeg.cpp 491 cinfo.input_components = 3;
  /hardware/ti/omap4xxx/camera/
Encoder_libjpeg.cpp 421 cinfo.input_components = 3;
  /external/pdfium/core/include/thirdparties/libjpeg/
jpeglib.h 348 int input_components; /* # of color components in input image */ member in struct:jpeg_compress_struct
    [all...]

Completed in 1181 milliseconds

12 3