Lines Matching defs:fpw
102 { CMD_DIGITAL, "digital", 1, "fpw" },
154 int fpw;
362 int fpw, intv_usecs, hz_usecs, rv;
364 fpw = atoi(arg);
365 if (fpw > 0)
366 da.fpw = fpw;
368 da.fpw = 5;
372 intv_usecs = 13333 * da.fpw;
383 da.fpw += (hz_usecs - intv_usecs) / 13333;
387 da.aubuf = malloc(da.fpw * CDDA_SIZE);
868 int aulen, fpw;
882 fpw = da.lba_end - da.lba_current + 1;
883 if (fpw > da.fpw)
884 fpw = da.fpw;
885 if (fpw > 0) {
886 aulen = readaudio(fd, da.lba_current, fpw, da.aubuf);
889 da.lba_current += fpw;
997 da.auname, da.fpw,