Searched refs:sprite_output_frame (Results 1 – 2 of 2) sorted by relevance
203 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()
377 AVFrame *sprite_output_frame; member