Home | History | Annotate | Download | only in libtests

Lines Matching refs:output_bit_depth

6359    png_byte output_bit_depth;
6542 dp->output_bit_depth = 255; /* invalid */
6569 dp->output_bit_depth = png_get_bit_depth(pp, pi);
6574 if (dp->output_bit_depth >= 8 &&
6586 if (dp->output_bit_depth > 8) goto error;
6589 if (dp->output_bit_depth == 1 || dp->output_bit_depth == 2 ||
6590 dp->output_bit_depth == 4)
6594 if (dp->output_bit_depth == 8 || dp->output_bit_depth == 16)
6606 pos = safecatn(message, sizeof message, pos, dp->output_bit_depth);
6647 if (test_pixel.bit_depth != dp->output_bit_depth)
6652 pos = safecatn(message, sizeof message, pos, dp->output_bit_depth);
6683 else if (test_pixel.bit_depth != dp->output_bit_depth)
6692 pos = safecatn(message, sizeof message, pos, dp->output_bit_depth);
6764 const png_byte out_bd = dp->output_bit_depth;