Lines Matching refs:frames
96 bat->frames = duration_f * bat->rate;
98 bat->frames = duration_i;
100 bat->frames = -1;
102 if (bat->frames <= 0 || bat->frames > MAX_FRAMES) {
325 " -n frames to playback or capture\n"
329 " -B buffer size in frames\n"
330 " -E period size in frames\n"
360 bat->frames = bat->rate * 2;
592 if (bat->frames) {
594 /* Play nb of frames given by -n argument */
595 bat->sinus_duration = bat->frames;
598 * 150% of the nb of frames to be analyzed */
602 (bat->frames + bat->frames / 2);