Searched refs:colormapsize (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 Dswfdec.c286 int linesize, colormapsize = 0; local
299 colormapsize = avio_r8(pb) + 1;
317 linesize * height >= INT_MAX - colormapsize * colormapbpp) {
322 out_len = colormapsize * colormapbpp + linesize * height;
325 ch_id, bmp_fmt, width, height, linesize, len, out_len, colormapsize);
358 if ((res = av_new_packet(pkt, out_len - colormapsize * colormapbpp)) < 0)
372 for (i = 0; i < colormapsize; i++)
402 memcpy(pkt->data, buf + colormapsize*colormapbpp, linesize * height);

Completed in 49 milliseconds