Searched defs:bit_depth (Results 1 - 4 of 4) sorted by relevance

/ndk/tests/build/issue20862-libpng-O0/jni/
H A Dpnginfo.h66 png_byte bit_depth; /* 1, 2, 4, 8, or 16 bits/channel (from IHDR) */ member in struct:png_info_def
122 * in the pixel data. Values are in the range [1, bit_depth], and are
206 * The integer range [0, 2^bit_depth - 1] maps to the floating-point
H A Dpngstruct.h137 png_byte bit_depth; /* bit depth of file */ member in struct:png_struct_def
H A Dpngrtran.c1204 switch (png_ptr->bit_depth)
1447 png_ptr->bit_depth != 16)
1474 png_ptr->bit_depth == 16)
1532 png_build_gamma_table(png_ptr, png_ptr->bit_depth);
1899 info_ptr->bit_depth = 8;
1909 if (info_ptr->bit_depth < 8)
1910 info_ptr->bit_depth = 8;
1935 if (info_ptr->bit_depth == 16)
1940 info_ptr->bit_depth = 8;
1945 info_ptr->bit_depth
2491 int bit_depth = row_info->bit_depth; local
3429 png_build_grayscale_palette(int bit_depth, png_colorp palette) argument
[all...]
H A Dpng.h845 png_byte bit_depth; /* bit depth of row */ member in struct:png_row_info_struct
1173 PNG_EXPORT(35, void, png_build_grayscale_palette, (int bit_depth,
2029 /* Returns image bit_depth. */
2169 png_uint_32 *width, png_uint_32 *height, int *bit_depth, int *color_type,
2174 png_uint_32 width, png_uint_32 height, int bit_depth, int color_type,

Completed in 72 milliseconds