SWR_CH_MAX 40 libavfilter/af_amerge.c int route[SWR_CH_MAX]; /**< channels routing, see copy_samples */ SWR_CH_MAX 52 libavfilter/af_amerge.c AV_OPT_TYPE_INT, { .i64 = 2 }, 1, SWR_CH_MAX, FLAGS }, SWR_CH_MAX 73 libavfilter/af_amerge.c int64_t inlayout[SWR_CH_MAX], outlayout = 0; SWR_CH_MAX 102 libavfilter/af_amerge.c if (nb_ch > SWR_CH_MAX) { SWR_CH_MAX 103 libavfilter/af_amerge.c av_log(ctx, AV_LOG_ERROR, "Too many channels (max %d)\n", SWR_CH_MAX); SWR_CH_MAX 116 libavfilter/af_amerge.c int *route[SWR_CH_MAX]; SWR_CH_MAX 227 libavfilter/af_amerge.c AVFrame *outbuf, *inbuf[SWR_CH_MAX] = { NULL }; SWR_CH_MAX 228 libavfilter/af_amerge.c uint8_t *outs, *ins[SWR_CH_MAX]; SWR_CH_MAX 43 libswresample/aarch64/audio_convert_init.c for(channels=3; channels<SWR_CH_MAX && src[channels]; channels++) SWR_CH_MAX 43 libswresample/arm/audio_convert_init.c for(channels=3; channels<SWR_CH_MAX && src[channels]; channels++) SWR_CH_MAX 221 libswresample/audioconvert.c av_assert2(ctx->channels == SWR_CH_MAX || !in->ch[ctx->channels]); SWR_CH_MAX 38 libswresample/options.c {"ich" , "set input channel count" , OFFSET(user_in_ch_count ), AV_OPT_TYPE_INT, {.i64=0 }, 0 , SWR_CH_MAX, PARAM}, SWR_CH_MAX 39 libswresample/options.c {"in_channel_count" , "set input channel count" , OFFSET(user_in_ch_count ), AV_OPT_TYPE_INT, {.i64=0 }, 0 , SWR_CH_MAX, PARAM}, SWR_CH_MAX 40 libswresample/options.c {"och" , "set output channel count" , OFFSET(user_out_ch_count ), AV_OPT_TYPE_INT, {.i64=0 }, 0 , SWR_CH_MAX, PARAM}, SWR_CH_MAX 41 libswresample/options.c {"out_channel_count" , "set output channel count" , OFFSET(user_out_ch_count ), AV_OPT_TYPE_INT, {.i64=0 }, 0 , SWR_CH_MAX, PARAM}, SWR_CH_MAX 42 libswresample/options.c {"uch" , "set used channel count" , OFFSET(user_used_ch_count), AV_OPT_TYPE_INT, {.i64=0 }, 0 , SWR_CH_MAX, PARAM}, SWR_CH_MAX 43 libswresample/options.c {"used_channel_count" , "set used channel count" , OFFSET(user_used_ch_count), AV_OPT_TYPE_INT, {.i64=0 }, 0 , SWR_CH_MAX, PARAM}, SWR_CH_MAX 113 libswresample/rematrix.c if(av_get_channel_layout_nb_channels(layout) >= SWR_CH_MAX) SWR_CH_MAX 329 libswresample/rematrix.c for(i=0; i<SWR_CH_MAX; i++) SWR_CH_MAX 330 libswresample/rematrix.c for(j=0; j<SWR_CH_MAX; j++){ SWR_CH_MAX 336 libswresample/rematrix.c for(i=0; i<SWR_CH_MAX; i++) SWR_CH_MAX 337 libswresample/rematrix.c for(j=0; j<SWR_CH_MAX; j++){ SWR_CH_MAX 474 libswresample/rematrix.c for (i = 0; i < SWR_CH_MAX; i++) { SWR_CH_MAX 476 libswresample/rematrix.c for (j = 0; j < SWR_CH_MAX; j++) { SWR_CH_MAX 186 libswresample/swresample.c if(av_get_channel_layout_nb_channels(s-> in_ch_layout) > SWR_CH_MAX) { SWR_CH_MAX 191 libswresample/swresample.c if(av_get_channel_layout_nb_channels(s->out_ch_layout) > SWR_CH_MAX) { SWR_CH_MAX 445 libswresample/swresample.c static void fill_audiodata(AudioData *out, uint8_t *in_arg [SWR_CH_MAX]){ SWR_CH_MAX 458 libswresample/swresample.c static void reversefill_audiodata(AudioData *out, uint8_t *in_arg [SWR_CH_MAX]){ SWR_CH_MAX 714 libswresample/swresample.c int attribute_align_arg swr_convert(struct SwrContext *s, uint8_t *out_arg[SWR_CH_MAX], int out_count, SWR_CH_MAX 715 libswresample/swresample.c const uint8_t *in_arg [SWR_CH_MAX], int in_count){ SWR_CH_MAX 730 libswresample/swresample.c uint8_t *tmp_arg[SWR_CH_MAX]; SWR_CH_MAX 829 libswresample/swresample.c const uint8_t *tmp_arg[SWR_CH_MAX]; SWR_CH_MAX 841 libswresample/swresample.c uint8_t *tmp_arg[SWR_CH_MAX]; SWR_CH_MAX 46 libswresample/swresample_internal.h uint8_t *ch[SWR_CH_MAX]; ///< samples buffer per channel SWR_CH_MAX 65 libswresample/swresample_internal.h float ns_errors[SWR_CH_MAX][2*NS_TAPS]; SWR_CH_MAX 171 libswresample/swresample_internal.h double matrix[SWR_CH_MAX][SWR_CH_MAX]; ///< floating point rematrixing coefficients SWR_CH_MAX 172 libswresample/swresample_internal.h float matrix_flt[SWR_CH_MAX][SWR_CH_MAX]; ///< single precision floating point rematrixing coefficients SWR_CH_MAX 177 libswresample/swresample_internal.h int32_t matrix32[SWR_CH_MAX][SWR_CH_MAX]; ///< 17.15 fixed point rematrixing coefficients SWR_CH_MAX 178 libswresample/swresample_internal.h uint8_t matrix_ch[SWR_CH_MAX][SWR_CH_MAX+1]; ///< Lists of input channels per output channel that have non zero rematrixing coefficients SWR_CH_MAX 129 libswresample/tests/swresample.c static void setup_array(uint8_t *out[SWR_CH_MAX], uint8_t *in, enum AVSampleFormat format, int samples){ SWR_CH_MAX 134 libswresample/tests/swresample.c for(i=0; i<SWR_CH_MAX; i++){ SWR_CH_MAX 151 libswresample/tests/swresample.c double tabf1[SWR_CH_MAX]; SWR_CH_MAX 152 libswresample/tests/swresample.c double tabf2[SWR_CH_MAX]; SWR_CH_MAX 153 libswresample/tests/swresample.c double taba[SWR_CH_MAX]; SWR_CH_MAX 232 libswresample/tests/swresample.c uint8_t *ain[SWR_CH_MAX]; SWR_CH_MAX 233 libswresample/tests/swresample.c uint8_t *aout[SWR_CH_MAX]; SWR_CH_MAX 234 libswresample/tests/swresample.c uint8_t *amid[SWR_CH_MAX];