Searched refs:sprite_output_frame (Results 1 – 2 of 2) sorted by relevance
199 uint8_t *dst = v->sprite_output_frame->data[plane] + in vc1_draw_sprites()200 v->sprite_output_frame->linesize[plane] * row; in vc1_draw_sprites()295 av_frame_unref(v->sprite_output_frame); in vc1_decode_sprites()296 if ((ret = ff_get_buffer(avctx, v->sprite_output_frame, 0)) < 0) in vc1_decode_sprites()593 av_frame_free(&v->sprite_output_frame); in ff_vc1_decode_end()1141 if (!v->sprite_output_frame && in vc1_decode_frame()1142 !(v->sprite_output_frame = av_frame_alloc())) { in vc1_decode_frame()1150 if ((ret = av_frame_ref(pict, v->sprite_output_frame)) < 0) in vc1_decode_frame()
379 AVFrame *sprite_output_frame; member