Searched refs:buffer_l (Results 1 – 5 of 5) sorted by relevance
/third_party/lame/include/ |
D | lame.h | 718 const short int buffer_l [], /* PCM data for left channel */ 802 const long buffer_l [], /* PCM data for left channel */ 816 const long buffer_l [], /* PCM data for left channel */ 834 const int buffer_l [], /* PCM data for left channel */
|
/third_party/lame/frontend/ |
D | lame_main.c | 441 const int* buffer_l = Buffer[0]; in lame_encoder_loop() local 450 imp3 = lame_encode_buffer_int(gf, buffer_l, buffer_r, chunk, in lame_encoder_loop() 452 buffer_l += chunk; in lame_encoder_loop()
|
/third_party/lame/Dll/ |
D | BladeMP3EncDLL.h | 262 …RR beEncodeChunkFloatS16NI(HBE_STREAM hbeStream, DWORD nSamples, PFLOAT buffer_l, PFLOAT buffer_r,…
|
D | BladeMP3EncDLL.c | 730 … PFLOAT buffer_l, PFLOAT buffer_r, PBYTE pOutput, PDWORD pdwOutput) in beEncodeChunkFloatS16NI() argument 735 nOutputSamples = lame_encode_buffer_float(gfp,buffer_l,buffer_r,nSamples,pOutput,0); in beEncodeChunkFloatS16NI()
|
/third_party/lame/libmp3lame/ |
D | lame.c | 1876 void const* buffer_l, void const* buffer_r, const int nsamples, in lame_encode_buffer_template() argument 1892 if (buffer_l == 0 || buffer_r == 0) { in lame_encode_buffer_template() 1895 lame_copy_inbuffer(gfc, buffer_l, buffer_r, nsamples, pcm_type, aa, norm); in lame_encode_buffer_template() 1898 if (buffer_l == 0) { in lame_encode_buffer_template() 1901 lame_copy_inbuffer(gfc, buffer_l, buffer_l, nsamples, pcm_type, aa, norm); in lame_encode_buffer_template()
|