Searched refs:MAX_SAMPLES (Results 1 – 5 of 5) sorted by relevance
46 #define MAX_SAMPLES (size_t)2048 in main() macro47 sox_sample_t samples[MAX_SAMPLES]; /* Temporary store whilst copying. */ in main()66 while ((number_read = sox_read(in, samples, MAX_SAMPLES))) in main()73 while ((number_read = sox_read(in, samples, MAX_SAMPLES))) in main()
49 #define MAX_SAMPLES (size_t)2048 in main() macro50 sox_sample_t samples[MAX_SAMPLES]; /* Temporary store whilst copying. */ in main()80 while ((number_read = sox_read(input, samples, MAX_SAMPLES))) in main()
1521 #define MAX_SAMPLES 65536 macro1536 if (insns[i].n > MAX_SAMPLES) { in do_insnlist_ioctl()1613 if (insn->n > MAX_SAMPLES) { in do_insn_ioctl()1614 insn->n = MAX_SAMPLES; in do_insn_ioctl()1615 n_data = MAX_SAMPLES; in do_insn_ioctl()
75 #define MAX_SAMPLES (MAX_SAMPLE_BYTES/sizeof(u_int32_t)) macro
59 for (sample = 0; (sample < spp) && (sample < MAX_SAMPLES); sample++)309 for (s = 0; (s < spp) && (s < MAX_SAMPLES); s++)