Lines Matching defs:avctx
43 static int vdpau_av1_start_frame(AVCodecContext *avctx,
46 AV1DecContext *s = avctx->priv_data;
58 const AVPixFmtDescriptor *pixdesc = av_pix_fmt_desc_get(avctx->sw_pix_fmt);
63 info->width = avctx->width;
64 info->height = avctx->height;
275 static int vdpau_av1_decode_slice(AVCodecContext *avctx,
278 const AV1DecContext *s = avctx->priv_data;
320 static int vdpau_av1_end_frame(AVCodecContext *avctx)
322 const AV1DecContext *s = avctx->priv_data;
327 val = ff_vdpau_common_end_frame(avctx, s->cur_frame.f, pic_ctx);
334 static int vdpau_av1_init(AVCodecContext *avctx)
337 uint32_t level = avctx->level;
339 switch (avctx->profile) {
353 return ff_vdpau_common_init(avctx, profile, level);