HomeSort by relevance Sort by last modified time
    Searched full:x_density (Results 1 - 25 of 30) sorted by null

1 2

  /packages/apps/Gallery2/jni_jpegstream/src/
jpeg_writer.cpp 94 mInfo.X_density = DEFAULT_X_DENSITY; // Horizontal pixel density
  /external/chromium_org/third_party/libjpeg_turbo/
jctrans.c 153 dstinfo->X_density = srcinfo->X_density;
jdmarker.c 227 cinfo->X_density = 1;
620 cinfo->X_density = (GETJOCTET(data[8]) << 8) + GETJOCTET(data[9]);
634 cinfo->X_density, cinfo->Y_density, cinfo->density_unit);
    [all...]
jpeglib.h 397 /* ratio is defined by X_density/Y_density even when density_unit=0. */
399 UINT16 X_density; /* Horizontal pixel density */
623 UINT16 X_density; /* Horizontal pixel density */
    [all...]
jcmarker.c 380 emit_2bytes(cinfo, (int) cinfo->X_density);
rdbmp.c 374 cinfo->X_density = (UINT16) (biXPelsPerMeter/100); /* 100 cm per meter */
wrbmp.c 213 PUT_4B(bmpinfoheader, 24, (INT32) (cinfo->X_density*100)); /* XPels/M */
jcparam.c 375 cinfo->X_density = 1; /* Pixel aspect ratio is square by default */
  /external/jpeg/
jctrans.c 146 dstinfo->X_density = srcinfo->X_density;
jdmarker.c 225 cinfo->X_density = 1;
612 cinfo->X_density = (GETJOCTET(data[8]) << 8) + GETJOCTET(data[9]);
626 cinfo->X_density, cinfo->Y_density, cinfo->density_unit);
    [all...]
jpeglib.h 347 /* ratio is defined by X_density/Y_density even when density_unit=0. */
349 UINT16 X_density; /* Horizontal pixel density */
563 UINT16 X_density; /* Horizontal pixel density */
    [all...]
jcmarker.c 376 emit_2bytes(cinfo, (int) cinfo->X_density);
rdbmp.c 339 cinfo->X_density = (UINT16) (biXPelsPerMeter/100); /* 100 cm per meter */
wrbmp.c 213 PUT_4B(bmpinfoheader, 24, (INT32) (cinfo->X_density*100)); /* XPels/M */
  /external/pdfium/core/src/fxcodec/libjpeg/
fpdfapi_jctrans.c 147 dstinfo->X_density = srcinfo->X_density;
fpdfapi_jdmarker.c 226 cinfo->X_density = 1;
638 cinfo->X_density = (GETJOCTET(data[8]) << 8) + GETJOCTET(data[9]);
652 cinfo->X_density, cinfo->Y_density, cinfo->density_unit);
    [all...]
jpeglib.h 410 /* ratio is defined by X_density/Y_density even when density_unit=0. */
412 UINT16 X_density; /* Horizontal pixel density */
622 UINT16 X_density; /* Horizontal pixel density */
    [all...]
fpdfapi_jcmarker.c 377 emit_2bytes(cinfo, (int) cinfo->X_density);
  /external/qemu/distrib/jpeg-6b/
jctrans.c 146 dstinfo->X_density = srcinfo->X_density;
jdmarker.c 225 cinfo->X_density = 1;
604 cinfo->X_density = (GETJOCTET(data[8]) << 8) + GETJOCTET(data[9]);
618 cinfo->X_density, cinfo->Y_density, cinfo->density_unit);
    [all...]
jpeglib.h 347 /* ratio is defined by X_density/Y_density even when density_unit=0. */
349 UINT16 X_density; /* Horizontal pixel density */
563 UINT16 X_density; /* Horizontal pixel density */
    [all...]
jcmarker.c 376 emit_2bytes(cinfo, (int) cinfo->X_density);
rdbmp.c 339 cinfo->X_density = (UINT16) (biXPelsPerMeter/100); /* 100 cm per meter */
wrbmp.c 213 PUT_4B(bmpinfoheader, 24, (INT32) (cinfo->X_density*100)); /* XPels/M */
  /external/pdfium/core/include/thirdparties/libjpeg/
jpeglib.h 410 /* ratio is defined by X_density/Y_density even when density_unit=0. */
412 UINT16 X_density; /* Horizontal pixel density */
622 UINT16 X_density; /* Horizontal pixel density */
    [all...]

Completed in 2011 milliseconds

1 2