Lines Matching defs:avctx
530 av_log(h->avctx, AV_LOG_ERROR,
564 av_log(h->avctx, AV_LOG_ERROR, "run %d is too large\n", run);
569 av_log(h->avctx, AV_LOG_ERROR, "esc_code invalid\n");
621 av_log(h->avctx, AV_LOG_ERROR, "illegal inter cbp %d\n", cbp);
684 av_log(h->avctx, AV_LOG_ERROR, "illegal intra chroma pred mode\n");
693 av_log(h->avctx, AV_LOG_ERROR, "illegal intra cbp\n");
879 av_log(h->avctx, AV_LOG_ERROR, "Invalid mb_type %d in B frame\n", mb_type);
930 av_log(h->avctx, AV_LOG_ERROR, "unexpected start code 0x%02x\n", h->stc);
933 av_log(h->avctx, AV_LOG_ERROR, "stc 0x%02x is too large\n", h->stc);
950 av_log(h->avctx, AV_LOG_ERROR,
991 av_log(h->avctx, AV_LOG_ERROR, "No sequence header decoded yet\n");
1001 av_log(h->avctx, AV_LOG_ERROR, "illegal picture type\n");
1023 ret = ff_get_buffer(h->avctx, h->cur.f, h->cur.f->pict_type == AV_PICTURE_TYPE_B ?
1051 av_log(h->avctx, AV_LOG_ERROR, "sym_factor %d too large\n", h->sym_factor);
1181 avpriv_report_missing_feature(h->avctx,
1191 avpriv_report_missing_feature(h->avctx,
1196 av_log(h->avctx, AV_LOG_ERROR, "Dimensions invalid\n");
1204 av_log(h->avctx, AV_LOG_WARNING,
1214 ret = ff_set_dimensions(h->avctx, width, height);
1222 h->avctx->framerate = ff_mpeg12_frame_rate_tab[frame_rate_code];
1228 static void cavs_flush(AVCodecContext * avctx)
1230 AVSContext *h = avctx->priv_data;
1234 static int cavs_decode_frame(AVCodecContext *avctx, AVFrame *rframe,
1237 AVSContext *h = avctx->priv_data;
1262 av_log(h->avctx, AV_LOG_WARNING, "no frame decoded\n");
1303 //mpeg_decode_extension(avctx, buf_ptr, input_size);
1306 //mpeg_decode_user_data(avctx, buf_ptr, input_size);