Searched refs:ff_png_get_nb_channels (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dpng.c60 int ff_png_get_nb_channels(int color_type) function
H A Dpng.h65 int ff_png_get_nb_channels(int color_type);
H A Dpngenc.c278 bits_per_pixel = ff_png_get_nb_channels(color_type) * bit_depth;
H A Dpngdec.c459 s->channels = ff_png_get_nb_channels(s->color_type);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dpng.c49 int ff_png_get_nb_channels(int color_type) function
H A Dpng.h62 int ff_png_get_nb_channels(int color_type);
H A Dpngenc.c289 bits_per_pixel = ff_png_get_nb_channels(color_type) * bit_depth;
H A Dpngdec.c621 s->channels = ff_png_get_nb_channels(s->color_type);

Completed in 70 milliseconds