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/
H A Dpng.h55 int ff_png_get_nb_channels(int color_type);
H A Dpng.c41 int ff_png_get_nb_channels(int color_type) in ff_png_get_nb_channels() function
H A Dpngenc.c1151 s->bits_per_pixel = ff_png_get_nb_channels(s->color_type) * s->bit_depth; in png_enc_init()
H A Dpngdec.c655 s->channels = ff_png_get_nb_channels(s->color_type); in decode_idat_chunk()

Completed in 6 milliseconds