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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Ddsicinav.c208 int i, y, palette_type, palette_colors_count, bitmap_frame_type, bitmap_frame_size, res = 0; local
211 palette_colors_count = AV_RL16(buf+1);
218 if (bitmap_frame_size < palette_colors_count * (3 + (palette_type != 0)))
221 if (palette_colors_count > 256)
223 for (i = 0; i < palette_colors_count; ++i) {
228 for (i = 0; i < palette_colors_count; ++i) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Ddsicinvideo.c197 int i, y, palette_type, palette_colors_count, local
201 palette_colors_count = AV_RL16(buf + 1);
208 if (bitmap_frame_size < palette_colors_count * (3 + (palette_type != 0)))
211 if (palette_colors_count > 256)
213 for (i = 0; i < palette_colors_count; ++i) {
218 for (i = 0; i < palette_colors_count; ++i) {

Completed in 39 milliseconds