Searched refs:lsx_realloc (Results 1 – 17 of 17) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/sox/git/src/ |
| H A D | xmalloc.c | 40 void *lsx_realloc(void *ptr, size_t newsize) in lsx_realloc() function 67 return lsx_realloc(p, n * size); in lsx_realloc_array()
|
| H A D | fir.c | 43 p->h = lsx_realloc(p->h, p->n * sizeof(*p->h)); in create() 67 p->h = lsx_realloc(p->h, p->n * sizeof(*p->h)); in start()
|
| H A D | mcompand.c | 370 c->band_buf1 = lsx_realloc(c->band_buf1,len*sizeof(sox_sample_t)); in flow() 371 c->band_buf2 = lsx_realloc(c->band_buf2,len*sizeof(sox_sample_t)); in flow() 372 c->band_buf3 = lsx_realloc(c->band_buf3,len*sizeof(sox_sample_t)); in flow()
|
| H A D | libsox.sym | 30 lsx_realloc
|
| H A D | fifo.h | 63 f->data = lsx_realloc(f->data, f->allocation); in fifo_reserve()
|
| H A D | effects_i_dsp.c | 197 lsx_fft_br = lsx_realloc(lsx_fft_br, dft_br_len(fft_len) * sizeof(*lsx_fft_br)); in update_fft_cache() 198 lsx_fft_sc = lsx_realloc(lsx_fft_sc, dft_sc_len(fft_len) * sizeof(*lsx_fft_sc)); in update_fft_cache() 502 *h = lsx_realloc(*h, *len * sizeof(**h)); in lsx_fir_to_phase()
|
| H A D | util.c | 106 set = lsx_realloc(set, len += 2 + strlen(p->text)); in lsx_enum_option()
|
| H A D | remix.c | 83 p->out_specs[i].in_specs = lsx_realloc(p->out_specs[i].in_specs, in parse()
|
| H A D | mp3.c | 1154 float *new_buffer = lsx_realloc(p->pcm_buffer, new_buffer_size); in sox_mp3write() 1197 unsigned char *new_buffer = lsx_realloc(p->mp3_buffer, new_buffer_size); in sox_mp3write()
|
| H A D | hcom.c | 298 p->data = lsx_realloc(p->data, p->size); in write_samples()
|
| H A D | formats.c | 231 *comments = lsx_realloc(*comments, (n + 2) * sizeof(**comments)); in sox_append_comment() 1162 text = lsx_realloc(text, (text_length <<= 1) + 1); in sox_parse_playlist()
|
| H A D | sox.c | 919 s = lsx_realloc(s, buffer_size); in read_user_effects() 2128 text = lsx_realloc(text, (text_length <<= 1) + 1); in read_comment_file() 2255 set = lsx_realloc(set, len += 2 + strlen(p->text)); in enum_option() 2564 files = lsx_realloc(files, (file_count + 1) * sizeof(*files)); in add_file()
|
| H A D | synth.c | 244 …p->getopts_channels = lsx_realloc(p->getopts_channels, sizeof(*p->getopts_channels) * (p->getopts_… in getopts()
|
| H A D | effects.c | 413 lsx_realloc(effp->obuf, sox_globals.bufsiz * sizeof(*effp->obuf)); in sox_flow_effects()
|
| H A D | sox.h | 2472 lsx_realloc(
|
| H A D | aiff.c | 536 *text = lsx_realloc(*text, (size_t) totalCommentLength + 1); in commentChunk()
|
| H A D | spectrogram.c | 462 p->dBfs = lsx_realloc(p->dBfs, p->cols * p->rows * sizeof(*p->dBfs)); in do_column()
|