Home
last modified time | relevance | path

Searched refs:sprite_output_frame (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dvc1dec.c203 uint8_t *dst = v->sprite_output_frame->data[plane] + in vc1_draw_sprites()
204 v->sprite_output_frame->linesize[plane] * row; in vc1_draw_sprites()
299 av_frame_unref(v->sprite_output_frame); in vc1_decode_sprites()
300 if ((ret = ff_get_buffer(avctx, v->sprite_output_frame, 0)) < 0) in vc1_decode_sprites()
598 av_frame_free(&v->sprite_output_frame); in ff_vc1_decode_end()
1139 if (!v->sprite_output_frame && in vc1_decode_frame()
1140 !(v->sprite_output_frame = av_frame_alloc())) { in vc1_decode_frame()
1148 if ((ret = av_frame_ref(pict, v->sprite_output_frame)) < 0) in vc1_decode_frame()
Dvc1.h377 AVFrame *sprite_output_frame; member