Lines Matching defs:avctx
87 static int ff_xvmc_field_start(AVCodecContext *avctx, const uint8_t *buf, uint32_t buf_size)
89 struct MpegEncContext *s = avctx->priv_data;
93 assert(avctx);
99 av_log(avctx, AV_LOG_ERROR,
105 av_log(avctx, AV_LOG_ERROR,
116 av_log(avctx, AV_LOG_ERROR,
156 static int ff_xvmc_field_end(AVCodecContext *avctx)
158 struct MpegEncContext *s = avctx->priv_data;
181 av_log(s->avctx, AV_LOG_ERROR, "XVMC doesn't support encoding!!!\n");
301 if (s->avctx->flags & AV_CODEC_FLAG_GRAY) {