Searched refs:lsx_parse_frequency (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/sox/git/src/ |
| H A D | sinc.c | 53 case 't': p->tbw1 = lsx_parse_frequency(optstate.arg, &parse_ptr2); in create() 64 p->Fc0 = lsx_parse_frequency(parse_ptr, &parse_ptr); in create() 66 p->Fc1 = lsx_parse_frequency(parse_ptr + 1, &parse_ptr); in create()
|
| H A D | biquad.c | 45 … (argc > fc_pos && ((p->fc = lsx_parse_frequency(argv[fc_pos], &dummy_p)) <= 0 || *dummy_p)) || in lsx_biquad_getopts()
|
| H A D | mcompand.c | 197 c->bands[i].topfreq = lsx_parse_frequency(argv[(i<<1)+1],&cp); in getopts()
|
| H A D | sox_i.h | 80 #define lsx_parse_frequency(a, b) lsx_parse_frequency_k(a, b, INT_MAX) macro
|
| H A D | vad.c | 44 case c: p->name = lsx_parse_frequency(optstate.arg, &parseIndex); \
|
| H A D | rate.c | 620 if ((p->out_rate = lsx_parse_frequency(*argv, &dummy_p)) <= 0 || *dummy_p) in create()
|