Home | History | Annotate | Download | only in record

Lines Matching refs:precision

148 			decode_int(optarg, &ti.precision);
149 if (ti.precision != 4 && ti.precision != 8 &&
150 ti.precision != 16 && ti.precision != 24 &&
151 ti.precision != 32)
152 errx(1, "precision must be between 4, 8, 16, 24 or 32");
278 SETINFO (precision)
346 "sample_rate=%d channels=%d precision=%d encoding=%s\n",
348 info.record.precision,
428 "-P precision (4, 8, 16, 24, or 32 bits)\n\t"