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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dgifdec.c62 uint32_t * stored_img; member in struct:GifState
196 gif_copy_img_rect(s->stored_img, (uint32_t *)frame->data[0],
212 av_fast_malloc(&s->stored_img, &s->stored_img_size, frame->linesize[0] * frame->height);
213 if (!s->stored_img)
216 gif_copy_img_rect((uint32_t *)frame->data[0], s->stored_img,
518 av_freep(&s->stored_img);

Completed in 113 milliseconds