Searched refs:log_context (Results 1 – 4 of 4) sorted by relevance
/third_party/ffmpeg/libswresample/ |
D | rematrix.c | 152 int stride, enum AVMatrixEncoding matrix_encoding, void *log_context) in swr_build_matrix() argument 164 stride, matrix_encoding, log_context); in swr_build_matrix() 172 … ptrdiff_t stride, enum AVMatrixEncoding matrix_encoding, void *log_context) in swr_build_matrix2() argument 181 ret = clean_layout(&in_ch_layout, in_layout, log_context); in swr_build_matrix2() 182 ret |= clean_layout(&out_ch_layout, out_layout, log_context); in swr_build_matrix2() 202 av_log(log_context, AV_LOG_WARNING, in swr_build_matrix2() 209 av_log(log_context, AV_LOG_ERROR, "Input channel layout is invalid\n"); in swr_build_matrix2() 215 av_log(log_context, AV_LOG_ERROR, "Input channel layout '%s' is not supported\n", buf); in swr_build_matrix2() 221 av_log(log_context, AV_LOG_ERROR, "Output channel layout is invalid\n"); in swr_build_matrix2() 227 av_log(log_context, AV_LOG_ERROR, "Output channel layout '%s' is not supported\n", buf); in swr_build_matrix2() [all …]
|
D | swresample.h | 464 void *log_context);
|
/third_party/ffmpeg/libavcodec/ |
D | aacdec_fixed.c | 167 static void subband_scale(int *dst, int *src, int scale, int offset, int len, void *log_context) in subband_scale() argument 194 av_log(log_context, AV_LOG_ERROR, "Overflow in subband_scale()\n"); in subband_scale()
|
D | aac.h | 379 void (*subband_scale)(int *dst, int *src, int scale, int offset, int len, void *log_context);
|