Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dmp3.c1146 float *buffer_l, *buffer_r = NULL; in sox_mp3write() local
1178 buffer_r = p->pcm_buffer + nsamples; in sox_mp3write()
1183 buffer_r[i] = MP3_SAMPLE_TO_FLOAT(buf[j++]); in sox_mp3write()
1213 written = p->lame_encode_buffer_float(p->gfp, buffer_l, buffer_r, in sox_mp3write()