Lines Matching defs:avctx
32 static int vdpau_vp9_start_frame(AVCodecContext *avctx,
35 VP9Context *s = avctx->priv_data;
42 const AVPixFmtDescriptor *pixdesc = av_pix_fmt_desc_get(avctx->sw_pix_fmt);
47 info->width = avctx->width;
48 info->height = avctx->height;
132 switch (avctx->colorspace) {
166 static int vdpau_vp9_decode_slice(AVCodecContext *avctx,
169 VP9SharedContext *h = avctx->priv_data;
186 static int vdpau_vp9_end_frame(AVCodecContext *avctx)
188 VP9SharedContext *h = avctx->priv_data;
194 val = ff_vdpau_common_end_frame(avctx, pic.tf.f, pic_ctx);
201 static int vdpau_vp9_init(AVCodecContext *avctx)
204 uint32_t level = avctx->level;
206 switch (avctx->profile) {
223 return ff_vdpau_common_init(avctx, profile, level);