Searched refs:colormapsize (Results 1 - 1 of 1) sorted by relevance
/third_party/ffmpeg/libavformat/ |
H A D | swfdec.c | 334 int linesize, colormapsize = 0; in swf_read_packet() local 347 colormapsize = avio_r8(pb) + 1; in swf_read_packet() 365 linesize * height >= INT_MAX - colormapsize * colormapbpp) { in swf_read_packet() 370 out_len = colormapsize * colormapbpp + linesize * height; in swf_read_packet() 373 ch_id, bmp_fmt, width, height, linesize, len, out_len, colormapsize); in swf_read_packet() 416 if ((res = av_new_packet(pkt, out_len - colormapsize * colormapbpp)) < 0) in swf_read_packet() 435 for (i = 0; i < colormapsize; i++) in swf_read_packet() 459 memcpy(pkt->data, buf + colormapsize*colormapbpp, linesize * height); in swf_read_packet()
|
Completed in 1 milliseconds