Searched refs:ff_png_get_nb_channels (Results 1 – 4 of 4) sorted by relevance
49 int ff_png_get_nb_channels(int color_type) in ff_png_get_nb_channels() function
59 int ff_png_get_nb_channels(int color_type);
1084 s->bits_per_pixel = ff_png_get_nb_channels(s->color_type) * s->bit_depth; in png_enc_init()
656 s->channels = ff_png_get_nb_channels(s->color_type); in decode_idat_chunk()