SAMPLES 33 libavdevice/tests/timefilter.c double ideal[SAMPLES]; SAMPLES 34 libavdevice/tests/timefilter.c double samples[SAMPLES]; SAMPLES 35 libavdevice/tests/timefilter.c double samplet[SAMPLES]; SAMPLES 44 libavdevice/tests/timefilter.c for (i = 0; i < SAMPLES; i++) { SAMPLES 63 libavdevice/tests/timefilter.c for (i = 0; i < SAMPLES; i++) { SAMPLES 862 libavfilter/f_ebur128.c SET_META_PEAK(sample, SAMPLES); SAMPLES 887 libavfilter/f_ebur128.c PRINT_PEAKS("SPK", ebur128->sample_peaks, SAMPLES); SAMPLES 978 libavfilter/f_ebur128.c PRINT_PEAK_SUMMARY("Sample", ebur128->sample_peaks, SAMPLES); SAMPLES 229 libswresample/tests/swresample.c uint8_t array_in[SAMPLES*8*8]; SAMPLES 230 libswresample/tests/swresample.c uint8_t array_mid[SAMPLES*8*8*3]; SAMPLES 231 libswresample/tests/swresample.c uint8_t array_out[SAMPLES*8*8+100]; SAMPLES 328 libswresample/tests/swresample.c setup_array(ain , array_in , in_sample_fmt, SAMPLES); SAMPLES 329 libswresample/tests/swresample.c setup_array(amid, array_mid, out_sample_fmt, 3*SAMPLES); SAMPLES 330 libswresample/tests/swresample.c setup_array(aout, array_out, in_sample_fmt , SAMPLES); SAMPLES 333 libswresample/tests/swresample.c for(i=0; i<SAMPLES; i++) SAMPLES 334 libswresample/tests/swresample.c set(ain, ch, i, in_ch_count, in_sample_fmt, sin(i*i*3/SAMPLES)); SAMPLES 337 libswresample/tests/swresample.c audiogen(ain, in_sample_fmt, in_ch_count, SAMPLES/6+1, SAMPLES); SAMPLES 341 libswresample/tests/swresample.c mid_count= swr_convert(forw_ctx, amid, 3*SAMPLES, (const uint8_t **)ain, SAMPLES); SAMPLES 343 libswresample/tests/swresample.c mid_count= swr_convert(forw_ctx, amid, 0, (const uint8_t **)ain, SAMPLES); SAMPLES 344 libswresample/tests/swresample.c mid_count+=swr_convert(forw_ctx, amid, 3*SAMPLES, (const uint8_t **)ain, 0); SAMPLES 350 libswresample/tests/swresample.c mid_count+=swr_convert(forw_ctx, amid, 3*SAMPLES, (const uint8_t **)ain, 0); SAMPLES 355 libswresample/tests/swresample.c mid_count+=swr_convert(forw_ctx, amid, 1, (const uint8_t **)ain, SAMPLES-3); SAMPLES 358 libswresample/tests/swresample.c mid_count+=swr_convert(forw_ctx, amid, 3*SAMPLES, (const uint8_t **)ain, 0); SAMPLES 361 libswresample/tests/swresample.c out_count= swr_convert(backw_ctx,aout, SAMPLES, (const uint8_t **)amid, mid_count); SAMPLES 390 libswresample/tests/swresample.c flush_count+= swr_convert(backw_ctx,aout, SAMPLES-flush_i, 0, 0);