/external/ImageMagick/coders/ |
exr.c | 367 *sampling_factor, 469 sampling_factor=(const char *) NULL; 471 if (image_info->sampling_factor != (char *) NULL) 472 sampling_factor=image_info->sampling_factor; 473 if (sampling_factor != NULL) 478 if (sscanf(sampling_factor,"%d:%d:%d",factors,factors+1,factors+2) == 3) 487 if (sscanf(sampling_factor,"%dx%d",factors,factors+1) == 2) 494 "ignoring sampling-factor","=%s",sampling_factor); 505 sampling_factor); 360 *sampling_factor, local [all...] |
jpeg.c | 938 sampling_factor[MagickPathExtent]; 945 (void) FormatLocaleString(sampling_factor,MagickPathExtent, 960 (void) FormatLocaleString(sampling_factor,MagickPathExtent,"%dx%d", 968 (void) FormatLocaleString(sampling_factor,MagickPathExtent, 981 (void) FormatLocaleString(sampling_factor,MagickPathExtent, 993 (void) SetImageProperty(image,"jpeg:sampling-factor",sampling_factor, 996 sampling_factor); 933 sampling_factor[MagickPathExtent]; local 2097 *sampling_factor, local [all...] |
tiff.c | 1395 sampling_factor[MagickPathExtent]; local 3492 *sampling_factor; local [all...] |
/external/ImageMagick/MagickWand/ |
magick-property.c | 2828 sampling_factor[MagickPathExtent]; local [all...] |
/external/syslinux/com32/lib/jpeg/ |
tinyjpeg.c | 531 int i, width, height, nr_components, cid, sampling_factor; local 552 sampling_factor = *stream++; 560 c->Vfactor = sampling_factor&0xf; 561 c->Hfactor = sampling_factor>>4;
|
/hardware/intel/common/libva/test/decode/ |
tinyjpeg.c | 227 int i, width, height, nr_components, cid, sampling_factor; local 253 sampling_factor = *stream++; 259 c->Vfactor = sampling_factor&0xf; 260 c->Hfactor = sampling_factor>>4;
|
/external/ImageMagick/MagickCore/ |
image.h | 404 *sampling_factor, /* JPEG write sampling factor */ member in struct:_ImageInfo
|