Home
last modified time | relevance | path

Searched refs:log_context (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libswresample/
Drematrix.c123 int stride, enum AVMatrixEncoding matrix_encoding, void *log_context) in swr_build_matrix() argument
131 in_ch_layout = clean_layout(log_context, in_ch_layout_param); in swr_build_matrix()
132 out_ch_layout = clean_layout(log_context, out_ch_layout_param); in swr_build_matrix()
148 av_log(log_context, AV_LOG_WARNING, in swr_build_matrix()
156 av_log(log_context, AV_LOG_ERROR, "Input channel layout '%s' is not supported\n", buf); in swr_build_matrix()
162 av_log(log_context, AV_LOG_ERROR, "Output channel layout '%s' is not supported\n", buf); in swr_build_matrix()
352 av_log(log_context, AV_LOG_DEBUG, "Matrix coefficients:\n"); in swr_build_matrix()
356 av_log(log_context, AV_LOG_DEBUG, "%s: ", c ? c : "?"); in swr_build_matrix()
359 av_log(log_context, AV_LOG_DEBUG, "%s:%f ", c ? c : "?", matrix_param[stride*i + j]); in swr_build_matrix()
361 av_log(log_context, AV_LOG_DEBUG, "\n"); in swr_build_matrix()
/third_party/ffmpeg/libavcodec/
Daacdec_fixed.c168 static void subband_scale(int *dst, int *src, int scale, int offset, int len, void *log_context) in subband_scale() argument
195 av_log(log_context, AV_LOG_ERROR, "Overflow in subband_scale()\n"); in subband_scale()
Daac.h372 void (*subband_scale)(int *dst, int *src, int scale, int offset, int len, void *log_context);