| /OK3568_Linux_fs/buildroot/dl/sox/git/src/ |
| H A D | cdr.c | 40 static sox_rate_t const write_rates[] = {44100, 0}; in LSX_FORMAT_HANDLER() local 46 lsx_rawseek, write_encodings, write_rates, 0 in LSX_FORMAT_HANDLER()
|
| H A D | raw-fmt.c | 52 static sox_rate_t const write_rates[] = {8000, 0}; in LSX_FORMAT_HANDLER() local 58 lsx_rawseek, write_encodings, write_rates, 0 in LSX_FORMAT_HANDLER()
|
| H A D | wve.c | 53 static sox_rate_t const write_rates[] = {8000, 0}; in LSX_FORMAT_HANDLER() local 60 lsx_rawseek, write_encodings, write_rates, 0 in LSX_FORMAT_HANDLER()
|
| H A D | lpc10.c | 216 static sox_rate_t const write_rates[] = {8000, 0}; in LSX_FORMAT_HANDLER() local 222 NULL, write_encodings, write_rates, sizeof(priv_t) in LSX_FORMAT_HANDLER()
|
| H A D | gsm.c | 238 static sox_rate_t const write_rates[] = {8000, 0}; in LSX_FORMAT_HANDLER() local 244 NULL, write_encodings, write_rates, sizeof(priv_t) in LSX_FORMAT_HANDLER()
|
| H A D | gsrt.c | 193 static sox_rate_t const write_rates[] = { 8000, 0 }; in LSX_FORMAT_HANDLER() local 204 lsx_rawseek, write_encodings, write_rates, 0 in LSX_FORMAT_HANDLER()
|
| H A D | tx16w.c | 373 static sox_rate_t const write_rates[] = {1e5/6, 1e5/3, 1e5/2, 0}; in LSX_FORMAT_HANDLER() local 379 NULL, write_encodings, write_rates, sizeof(priv_t) in LSX_FORMAT_HANDLER()
|
| H A D | amr.h | 324 static sox_rate_t const write_rates[] = {AMR_RATE, 0}; in AMR_FORMAT_FN() local 332 NULL, write_encodings, write_rates, sizeof(priv_t) in AMR_FORMAT_FN()
|
| H A D | prc.c | 435 static sox_rate_t const write_rates[] = {8000, 0}; in LSX_FORMAT_HANDLER() local 446 seek, write_encodings, write_rates, sizeof(priv_t) in LSX_FORMAT_HANDLER()
|
| H A D | hcom.c | 491 static sox_rate_t const write_rates[] = {22050,22050/2,22050/3,22050/4.,0}; in LSX_FORMAT_HANDLER() local 499 NULL, write_encodings, write_rates, sizeof(priv_t) in LSX_FORMAT_HANDLER()
|
| H A D | formats.c | 695 if (ft->handler.write_rates){ in set_output_format() 697 ft->signal.rate = ft->handler.write_rates[0]; in set_output_format() 701 while ((r = ft->handler.write_rates[i++])) { in set_output_format() 709 while ((r = ft->handler.write_rates[i++])) { in set_output_format()
|
| H A D | mp3.c | 1289 static sox_rate_t const write_rates[] = { in LSX_FORMAT_HANDLER() local 1295 sox_mp3seek, write_encodings, write_rates, sizeof(priv_t) in LSX_FORMAT_HANDLER()
|
| H A D | sox.h | 1471 sox_rate_t const * write_rates; member
|
| H A D | sox.c | 2057 if (f->write_rates) { in usage_format1() 2058 sox_rate_t const * p = f->write_rates; in usage_format1()
|