Home
last modified time | relevance | path

Searched refs:lsx_realloc (Results 1 – 17 of 17) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dxmalloc.c40 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 Dfir.c43 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 Dmcompand.c370 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 Dlibsox.sym30 lsx_realloc
H A Dfifo.h63 f->data = lsx_realloc(f->data, f->allocation); in fifo_reserve()
H A Deffects_i_dsp.c197 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 Dutil.c106 set = lsx_realloc(set, len += 2 + strlen(p->text)); in lsx_enum_option()
H A Dremix.c83 p->out_specs[i].in_specs = lsx_realloc(p->out_specs[i].in_specs, in parse()
H A Dmp3.c1154 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 Dhcom.c298 p->data = lsx_realloc(p->data, p->size); in write_samples()
H A Dformats.c231 *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 Dsox.c919 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 Dsynth.c244 …p->getopts_channels = lsx_realloc(p->getopts_channels, sizeof(*p->getopts_channels) * (p->getopts_… in getopts()
H A Deffects.c413 lsx_realloc(effp->obuf, sox_globals.bufsiz * sizeof(*effp->obuf)); in sox_flow_effects()
H A Dsox.h2472 lsx_realloc(
H A Daiff.c536 *text = lsx_realloc(*text, (size_t) totalCommentLength + 1); in commentChunk()
H A Dspectrogram.c462 p->dBfs = lsx_realloc(p->dBfs, p->cols * p->rows * sizeof(*p->dBfs)); in do_column()