Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dinterplayvideo.c63 AVFrame *prev_decode_frame; member
1013 copy_from(s, s->prev_decode_frame, s->cur_decode_frame, off_x, off_y); in ipvideo_format_10_secondpass()
1097 FFSWAP(AVFrame*, s->prev_decode_frame, s->cur_decode_frame); in ipvideo_decode_format_10_opcodes()
1176 s->prev_decode_frame = av_frame_alloc(); in ipvideo_decode_init()
1178 !s->cur_decode_frame || !s->prev_decode_frame) { in ipvideo_decode_init()
1183 s->prev_decode_frame->width = avctx->width; in ipvideo_decode_init()
1185 s->prev_decode_frame->height = avctx->height; in ipvideo_decode_init()
1187 s->prev_decode_frame->format = avctx->pix_fmt; in ipvideo_decode_init()
1207 av_frame_unref(s->prev_decode_frame); in ipvideo_decode_frame()
1215 ret = ff_get_buffer(avctx, s->prev_decode_frame, in ipvideo_decode_frame()
[all...]

Completed in 3 milliseconds