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

  /external/qemu/android/
loadpng.c 22 int bitdepth, colortype, imethod, cmethod, fmethod, i; local
67 png_get_IHDR(p, pi, &width, &height, &bitdepth, &colortype,
70 // width, height, bitdepth, colortype);
89 if(bitdepth < 8) {
98 if(bitdepth == 16) {
160 int bitdepth, colortype, imethod, cmethod, fmethod, i; local
199 png_get_IHDR(p, pi, &width, &height, &bitdepth, &colortype,
202 // width, height, bitdepth, colortype);
221 if(bitdepth < 8) {
230 if(bitdepth == 16)
    [all...]
  /external/zopfli/src/zopflipng/lodepng/
lodepng.h 101 initially. Bytes per pixel depends on colortype and bitdepth.
109 bitdepth: the desired bit depth for the raw output image. See explanation on PNG color types.
114 LodePNGColorType colortype, unsigned bitdepth);
131 LodePNGColorType colortype, unsigned bitdepth);
146 Converts raw pixel data into a PNG image in memory. The colortype and bitdepth
148 by the colortype, bitdepth and content of the input pixel data.
154 w * h * (bytes per pixel), bytes per pixel depends on colortype and bitdepth.
158 bitdepth: the bit depth of the raw input image. See explanation on PNG color types.
163 LodePNGColorType colortype, unsigned bitdepth);
181 LodePNGColorType colortype, unsigned bitdepth);
316 unsigned bitdepth; \/*bits per sample, see PNG standard or documentation further in this header file*\/ member in struct:LodePNGColorMode
    [all...]
lodepng.cpp     [all...]
  /external/chromium_org/third_party/freetype/src/sfnt/
pngshim.c 194 int bitdepth, color_type, interlace; local
238 &bitdepth, &color_type, &interlace,
264 if ( bitdepth == 16 )
267 if ( bitdepth < 8 )
284 &bitdepth, &color_type, &interlace,
287 if ( bitdepth != 8 ||
  /external/freetype/src/sfnt/
pngshim.c 196 int bitdepth, color_type, interlace; local
249 &bitdepth, &color_type, &interlace,
297 if ( bitdepth == 16 )
300 if ( bitdepth < 8 )
317 &bitdepth, &color_type, &interlace,
320 if ( bitdepth != 8 ||
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/sfnt/
pngshim.c 194 int bitdepth, color_type, interlace; local
238 &bitdepth, &color_type, &interlace,
264 if ( bitdepth == 16 )
267 if ( bitdepth < 8 )
284 &bitdepth, &color_type, &interlace,
287 if ( bitdepth != 8 ||
  /external/chromium_org/tools/telemetry/third_party/png/
png.py 325 bitdepth=8,
350 bitdepth
376 `bitdepth` specifies the bit depth of the source pixel values.
378 ``2**bitdepth-1``. For example, 8-bit images have values
380 1,2,4,8, or 16. When `bitdepth` is not one of these values,
394 argument is specified) the `bitdepth` argument must match one of
398 `bitdepth` argument into service for this.)
405 and the `bitdepth` argument specifies the size of these indexes
528 warnings.warn('please use bitdepth instead of bytes_per_sample',
533 bitdepth = int(8*bytes_per_sample
    [all...]
  /external/zopfli/src/zopflipng/
zopflipng_lib.cc 196 state.info_raw.bitdepth = 8;
199 state.info_raw.bitdepth = 16;
375 if (inputstate.info_png.color.bitdepth == 16 && !png_options.lossy_8bit) {
  /external/libhevc/common/
ihevc_sao.h 71 UWORD32 bitdepth);

Completed in 1029 milliseconds