Lines Matching defs:log_context
152 int stride, enum AVMatrixEncoding matrix_encoding, void *log_context)
164 stride, matrix_encoding, log_context);
172 ptrdiff_t stride, enum AVMatrixEncoding matrix_encoding, void *log_context)
181 ret = clean_layout(&in_ch_layout, in_layout, log_context);
182 ret |= clean_layout(&out_ch_layout, out_layout, log_context);
202 av_log(log_context, AV_LOG_WARNING,
209 av_log(log_context, AV_LOG_ERROR, "Input channel layout is invalid\n");
215 av_log(log_context, AV_LOG_ERROR, "Input channel layout '%s' is not supported\n", buf);
221 av_log(log_context, AV_LOG_ERROR, "Output channel layout is invalid\n");
227 av_log(log_context, AV_LOG_ERROR, "Output channel layout '%s' is not supported\n", buf);
421 av_log(log_context, AV_LOG_DEBUG, "Matrix coefficients:\n");
424 av_log(log_context, AV_LOG_DEBUG, "%s: ", buf);
427 av_log(log_context, AV_LOG_DEBUG, "%s:%f ", buf, matrix_param[stride*i + j]);
429 av_log(log_context, AV_LOG_DEBUG, "\n");