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

12

  /external/pdfium/core/src/fxcodec/libjpeg/
fpdfapi_jcmaster.c 57 || cinfo->num_components <= 0 || cinfo->input_components <= 0)
66 samplesperrow = (long) cinfo->image_width * (long) cinfo->input_components;
fpdfapi_jcparam.c 459 cinfo->num_components = cinfo->input_components;
jpeglib.h 348 int input_components; /* # of color components in input image */ member in struct:jpeg_compress_struct
    [all...]
  /external/qemu/distrib/jpeg-6b/
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 464 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/jpeg/
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...]
  /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...]
  /external/chromium_org/third_party/skia/src/images/
SkImageDecoder_libjpeg.cpp     [all...]
  /external/pdfium/core/src/fxcodec/codec/
fx_codec_jpeg.cpp 209 cinfo.input_components = nComponents;
  /external/skia/src/images/
SkImageDecoder_libjpeg.cpp     [all...]
  /external/opencv/otherlibs/highgui/
grfmt_jpeg.cpp 456 cinfo.input_components = channels;
    [all...]

Completed in 1184 milliseconds

12