SAMPLES 102 libavdevice/timefilter.c double ideal[SAMPLES]; SAMPLES 103 libavdevice/timefilter.c double samples[SAMPLES]; SAMPLES 104 libavdevice/timefilter.c double samplet[SAMPLES]; SAMPLES 113 libavdevice/timefilter.c for (i = 0; i < SAMPLES; i++) { SAMPLES 132 libavdevice/timefilter.c for (i = 0; i < SAMPLES; i++) { SAMPLES 152 libavdevice/timefilter.c for (i = 0; i < SAMPLES; i++) { SAMPLES 784 libavfilter/f_ebur128.c SET_META_PEAK(sample, SAMPLES); SAMPLES 802 libavfilter/f_ebur128.c PRINT_PEAKS("SPK", ebur128->sample_peaks, SAMPLES); SAMPLES 888 libavfilter/f_ebur128.c PRINT_PEAK_SUMMARY("Sample", ebur128->sample_peaks, SAMPLES); SAMPLES 228 libswresample/swresample-test.c uint8_t array_in[SAMPLES*8*8]; SAMPLES 229 libswresample/swresample-test.c uint8_t array_mid[SAMPLES*8*8*3]; SAMPLES 230 libswresample/swresample-test.c uint8_t array_out[SAMPLES*8*8+100]; SAMPLES 322 libswresample/swresample-test.c setup_array(ain , array_in , in_sample_fmt, SAMPLES); SAMPLES 323 libswresample/swresample-test.c setup_array(amid, array_mid, out_sample_fmt, 3*SAMPLES); SAMPLES 324 libswresample/swresample-test.c setup_array(aout, array_out, in_sample_fmt , SAMPLES); SAMPLES 327 libswresample/swresample-test.c for(i=0; i<SAMPLES; i++) SAMPLES 328 libswresample/swresample-test.c set(ain, ch, i, in_ch_count, in_sample_fmt, sin(i*i*3/SAMPLES)); SAMPLES 331 libswresample/swresample-test.c audiogen(ain, in_sample_fmt, in_ch_count, SAMPLES/6+1, SAMPLES); SAMPLES 335 libswresample/swresample-test.c mid_count= swr_convert(forw_ctx, amid, 3*SAMPLES, (const uint8_t **)ain, SAMPLES); SAMPLES 337 libswresample/swresample-test.c mid_count= swr_convert(forw_ctx, amid, 0, (const uint8_t **)ain, SAMPLES); SAMPLES 338 libswresample/swresample-test.c mid_count+=swr_convert(forw_ctx, amid, 3*SAMPLES, (const uint8_t **)ain, 0); SAMPLES 344 libswresample/swresample-test.c mid_count+=swr_convert(forw_ctx, amid, 3*SAMPLES, (const uint8_t **)ain, 0); SAMPLES 349 libswresample/swresample-test.c mid_count+=swr_convert(forw_ctx, amid, 1, (const uint8_t **)ain, SAMPLES-3); SAMPLES 352 libswresample/swresample-test.c mid_count+=swr_convert(forw_ctx, amid, 3*SAMPLES, (const uint8_t **)ain, 0); SAMPLES 355 libswresample/swresample-test.c out_count= swr_convert(backw_ctx,aout, SAMPLES, (const uint8_t **)amid, mid_count); SAMPLES 384 libswresample/swresample-test.c flush_count+= swr_convert(backw_ctx,aout, SAMPLES-flush_i, 0, 0);