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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dicodec.c36 int nb_pal; member in struct:__anon3502
79 ico->images[i].nb_pal = avio_r8(pb);
80 if (ico->images[i].nb_pal == 255)
81 ico->images[i].nb_pal = 0;
157 image->nb_pal = AV_RL32(buf + 32);
159 if (st->codec->bits_per_coded_sample <= 8 && !image->nb_pal) {
160 image->nb_pal = 1 << st->codec->bits_per_coded_sample;
161 AV_WL32(buf + 32, image->nb_pal);
164 AV_WL32(buf - 4, 14 + 40 + image->nb_pal * 4);

Completed in 73 milliseconds