Lines Matching defs:avctx
47 static int nvdec_h264_start_frame(AVCodecContext *avctx,
50 const H264Context *h = avctx->priv_data;
54 NVDECContext *ctx = avctx->internal->hwaccel_priv_data;
62 ret = ff_nvdec_start_frame(avctx, h->cur_pic_ptr->f);
131 static int nvdec_h264_decode_slice(AVCodecContext *avctx, const uint8_t *buffer,
134 NVDECContext *ctx = avctx->internal->hwaccel_priv_data;
136 const H264Context *h = avctx->priv_data;
164 static int nvdec_h264_frame_params(AVCodecContext *avctx,
167 const H264Context *h = avctx->priv_data;
169 return ff_nvdec_frame_params(avctx, hw_frames_ctx, sps->ref_frame_count + sps->num_reorder_frames, 0);