Searched refs:lsx_parseposition (Results 1 – 9 of 9) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/sox/git/src/ |
| H A D | delay.c | 53 …char const * next = lsx_parseposition(0., p->args[i].str = lsx_strdup(argv[i]), NULL, (uint64_t)0,… in create() 83 …if (!lsx_parseposition(effp->in_signal.rate, p->args[i].str, &delay, last_seen, in_length, '=') ||… in start()
|
| H A D | trim.c | 49 arg = lsx_parseposition(0., arg, NULL, (uint64_t)0, (uint64_t)0, '+'); in parse() 71 …if (!lsx_parseposition(effp->in_signal.rate, p->pos[i].argstr, &p->pos[i].sample, last_seen, in_le… in start()
|
| H A D | fade.c | 93 n = lsx_parseposition(0., fade->out_stop_str, NULL, (uint64_t)0, (uint64_t)0, '='); in sox_fade_getopts() 137 if (!lsx_parseposition(effp->in_signal.rate, fade->out_stop_str, in sox_fade_start()
|
| H A D | bend.c | 83 next = lsx_parseposition(rate, p->bends[i].str, in parse() 93 next = lsx_parseposition(rate, next + 1, in parse()
|
| H A D | pad.c | 52 next = lsx_parseposition(rate, next+1, argv ? NULL : &p->pads[i].start, in parse()
|
| H A D | effects_i.c | 338 char const * lsx_parseposition(sox_rate_t rate, const char *str0, uint64_t *samples, uint64_t lates… in lsx_parseposition() function
|
| H A D | splice.c | 135 next = lsx_parseposition(rate, p->splices[i].str, in parse()
|
| H A D | spectrogram.c | 230 next = lsx_parseposition(0, optstate.arg, NULL, 0, 0, '='); in getopts() 373 if (!lsx_parseposition(effp->in_signal.rate, p->start_time_str, &d, in start()
|
| H A D | sox_i.h | 77 char const * lsx_parseposition(sox_rate_t rate, const char *str, uint64_t *samples, uint64_t latest…
|