Lines Matching defs:avctx
226 static int vaapi_h264_start_frame(AVCodecContext *avctx,
230 const H264Context *h = avctx->priv_data;
283 err = ff_vaapi_decode_make_param_buffer(avctx, pic,
296 err = ff_vaapi_decode_make_param_buffer(avctx, pic,
305 ff_vaapi_decode_cancel(avctx, pic);
310 static int vaapi_h264_end_frame(AVCodecContext *avctx)
312 const H264Context *h = avctx->priv_data;
317 ret = ff_vaapi_decode_issue(avctx, pic);
321 ff_h264_draw_horiz_band(h, sl, 0, h->avctx->height);
328 static int vaapi_h264_decode_slice(AVCodecContext *avctx,
332 const H264Context *h = avctx->priv_data;
377 err = ff_vaapi_decode_make_slice_buffer(avctx, pic,
381 ff_vaapi_decode_cancel(avctx, pic);