Lines Matching defs:logctx
106 static inline int decode_hrd_parameters(GetBitContext *gb, void *logctx,
113 av_log(logctx, AV_LOG_ERROR, "cpb_count %d invalid\n", cpb_count);
132 static inline int decode_vui_parameters(GetBitContext *gb, void *logctx,
148 av_log(logctx, AV_LOG_ERROR, "illegal aspect ratio\n");
189 av_log(logctx, AV_LOG_WARNING, "Truncated VUI (%d)\n", get_bits_left(gb));
198 av_log(logctx, AV_LOG_ERROR,
211 if (decode_hrd_parameters(gb, logctx, sps) < 0)
215 if (decode_hrd_parameters(gb, logctx, sps) < 0)
240 av_log(logctx, AV_LOG_ERROR,
724 static int more_rbsp_data_in_pps(const SPS *sps, void *logctx)
730 av_log(logctx, AV_LOG_VERBOSE,