Searched refs:pict_bufs (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 Dcinepakenc.c139 unsigned char *pict_bufs[4], *strip_buf, *frame_buf; member in struct:__anon3110
220 if(!(s->pict_bufs[x] = av_malloc((avctx->pix_fmt == AV_PIX_FMT_RGB24 ? 6 : 4) * (avctx->width * avctx->height) >> 2)))
257 s->last_frame->data[0] = s->pict_bufs[0];
259 s->best_frame->data[0] = s->pict_bufs[1];
261 s->scratch_frame->data[0] = s->pict_bufs[2];
277 s->input_frame->data[0] = s->pict_bufs[3];
309 av_freep(&s->pict_bufs[x]);
1314 av_freep(&s->pict_bufs[x]);

Completed in 55 milliseconds