Home
last modified time | relevance | path

Searched refs:buffer_l (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
1163 buffer_l = p->pcm_buffer; in sox_mp3write()
1169 buffer_l[s] = SOX_SAMPLE_TO_FLOAT_32BIT(buf[s],); in sox_mp3write()
1182 buffer_l[i] = MP3_SAMPLE_TO_FLOAT(buf[j++]); in sox_mp3write()
1190 buffer_l[i] = MP3_SAMPLE_TO_FLOAT(buf[j++]); in sox_mp3write()
1208 written = p->twolame_encode_buffer_float32_interleaved(p->opt, buffer_l, in sox_mp3write()
1213 written = p->lame_encode_buffer_float(p->gfp, buffer_l, buffer_r, in sox_mp3write()