Lines Matching defs:logctx

32                               int picture_structure, void *logctx)
42 av_log(logctx, AV_LOG_ERROR, "luma_log2_weight_denom %d is out of range\n", pwt->luma_log2_weight_denom);
50 av_log(logctx, AV_LOG_ERROR, "chroma_log2_weight_denom %d is out of range\n", pwt->chroma_log2_weight_denom);
125 avpriv_request_sample(logctx, "Out of range weight");
133 int ff_h264_check_intra4x4_pred_mode(int8_t *pred_mode_cache, void *logctx,
148 av_log(logctx, AV_LOG_ERROR,
164 av_log(logctx, AV_LOG_ERROR,
181 int ff_h264_check_intra_pred_mode(void *logctx, int top_samples_available,
189 av_log(logctx, AV_LOG_ERROR,
197 av_log(logctx, AV_LOG_ERROR,
206 av_log(logctx, AV_LOG_ERROR,
223 int slice_type_nos, int picture_structure, void *logctx)
253 av_log(logctx, AV_LOG_ERROR, "reference overflow %u > %u or %u > %u\n",
259 av_log(logctx, AV_LOG_DEBUG, "reference overflow %u > %u \n",
367 int is_avc, void *logctx)
372 ret = ff_h2645_packet_split(&pkt, data, size, logctx, is_avc, 2, AV_CODEC_ID_H264, 1, 0);
383 ret = ff_h264_decode_seq_parameter_set(&tmp_gb, logctx, ps, 0);
386 av_log(logctx, AV_LOG_DEBUG,
389 ret = ff_h264_decode_seq_parameter_set(&tmp_gb, logctx, ps, 0);
392 ret = ff_h264_decode_seq_parameter_set(&nal->gb, logctx, ps, 1);
398 ret = ff_h264_decode_picture_parameter_set(&nal->gb, logctx, ps,
404 av_log(logctx, AV_LOG_VERBOSE, "Ignoring NAL type %d in extradata\n",
420 int err_recognition, void *logctx)
424 ret = decode_extradata_ps(buf, buf_size, ps, 1, logctx);
431 av_log(logctx, AV_LOG_WARNING,
456 (void)decode_extradata_ps(escaped_buf, escaped_buf_size, ps, 1, logctx);
466 int err_recognition, void *logctx)
480 av_log(logctx, AV_LOG_ERROR, "avcC %d too short\n", size);
491 ret = decode_extradata_ps_mp4(p, nalsize, ps, err_recognition, logctx);
493 av_log(logctx, AV_LOG_ERROR,
505 ret = decode_extradata_ps_mp4(p, nalsize, ps, err_recognition, logctx);
507 av_log(logctx, AV_LOG_ERROR,
517 ret = decode_extradata_ps(data, size, ps, 0, logctx);