Lines Matching refs:tmp_frame
45 AVFrame *tmp_frame;
78 ctx->tmp_frame = av_frame_alloc();
79 if (!ctx->tmp_frame) {
102 if (ctx->tmp_frame->buf[0])
103 ff_thread_release_buffer(avctx, ctx->tmp_frame);
104 av_frame_free(&ctx->tmp_frame);
140 if (ctx->tmp_frame->buf[0])
141 ff_thread_release_buffer(avctx, ctx->tmp_frame);
142 err = ff_thread_get_buffer(avctx, ctx->tmp_frame, AV_GET_BUFFER_FLAG_REF);
145 pic->output_surface = ff_vaapi_get_surface_id(ctx->tmp_frame);
389 ret = av_frame_ref(ctx->ref_tab[i].frame, ctx->tmp_frame);