Home
last modified time | relevance | path

Searched refs:ff_png_get_nb_channels (Results 1 – 4 of 4) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dpng.c49 int ff_png_get_nb_channels(int color_type) in ff_png_get_nb_channels() function
Dpng.h59 int ff_png_get_nb_channels(int color_type);
Dpngenc.c1084 s->bits_per_pixel = ff_png_get_nb_channels(s->color_type) * s->bit_depth; in png_enc_init()
Dpngdec.c656 s->channels = ff_png_get_nb_channels(s->color_type); in decode_idat_chunk()