Home
last modified time | relevance | path

Searched defs:pcm_l (Results 1 - 4 of 4) sorted by relevance

/third_party/lame/frontend/
H A Damiga_mpega.c113 lame_decode_fromfile(FILE * fd, short pcm_l[], short pcm_r[], mp3data_struct * mp3data) in lame_decode_fromfile() argument
H A Dget_audio.c2226 short int pcm_l[1152], pcm_r[1152]; in lame_decode_initfile() local
2363 lame_decode_fromfile(FILE * fd, short pcm_l[], short pcm_r[], mp3data_struct * mp3data) in lame_decode_fromfile() argument
/third_party/lame/libmp3lame/
H A Dmpglib_interface.c279 lame_decode1_headersB(unsigned char *buffer, int len, short pcm_l[], short pcm_r[], mp3data_struct * mp3data, int *enc_delay, int *enc_padding) lame_decode1_headersB() argument
307 lame_decode1_headers(unsigned char *buffer, int len, short pcm_l[], short pcm_r[], mp3data_struct * mp3data) lame_decode1_headers() argument
320 lame_decode1(unsigned char *buffer, int len, short pcm_l[], short pcm_r[]) lame_decode1() argument
340 lame_decode_headers(unsigned char *buffer, int len, short pcm_l[], short pcm_r[], mp3data_struct * mp3data) lame_decode_headers() argument
366 lame_decode(unsigned char *buffer, int len, short pcm_l[], short pcm_r[]) lame_decode() argument
456 hip123_decode1( hip_t hip, unsigned char *buffer, size_t len, unsigned char *pcm_l, unsigned char *pcm_r, int *enc_delay, int *enc_padding, mp3data_struct *mp3data, int unclipped) hip123_decode1() argument
586 hip_decode1_unclipped(hip_t hip, unsigned char *buffer, size_t len, sample_t pcm_l[], sample_t pcm_r[]) hip_decode1_unclipped() argument
614 hip_decode1_headers(hip_t hip, unsigned char *buffer, size_t len, short pcm_l[], short pcm_r[], mp3data_struct * mp3data) hip_decode1_headers() argument
629 hip_decode1(hip_t hip, unsigned char *buffer, size_t len, short pcm_l[], short pcm_r[]) hip_decode1() argument
650 hip_decode_headers(hip_t hip, unsigned char *buffer, size_t len, short pcm_l[], short pcm_r[], mp3data_struct * mp3data) hip_decode_headers() argument
672 hip_decode(hip_t hip, unsigned char *buffer, size_t len, short pcm_l[], short pcm_r[]) hip_decode() argument
680 hip_decode1_headersB(hip_t hip, unsigned char *buffer, size_t len, short pcm_l[], short pcm_r[], mp3data_struct * mp3data, int *enc_delay, int *enc_padding) hip_decode1_headersB() argument
[all...]
H A Dlame.c1911 lame_encode_buffer(lame_global_flags * gfp, const short int pcm_l[], const short int pcm_r[], const int nsamples, unsigned char *mp3buf, const int mp3buf_size) lame_encode_buffer() argument
1920 lame_encode_buffer_float(lame_global_flags * gfp, const float pcm_l[], const float pcm_r[], const int nsamples, unsigned char *mp3buf, const int mp3buf_size) lame_encode_buffer_float() argument
1930 lame_encode_buffer_ieee_float(lame_t gfp, const float pcm_l[], const float pcm_r[], const int nsamples, unsigned char *mp3buf, const int mp3buf_size) lame_encode_buffer_ieee_float() argument
1950 lame_encode_buffer_ieee_double(lame_t gfp, const double pcm_l[], const double pcm_r[], const int nsamples, unsigned char *mp3buf, const int mp3buf_size) lame_encode_buffer_ieee_double() argument
1970 lame_encode_buffer_int(lame_global_flags * gfp, const int pcm_l[], const int pcm_r[], const int nsamples, unsigned char *mp3buf, const int mp3buf_size) lame_encode_buffer_int() argument
1981 lame_encode_buffer_long2(lame_global_flags * gfp, const long pcm_l[], const long pcm_r[], const int nsamples, unsigned char *mp3buf, const int mp3buf_size) lame_encode_buffer_long2() argument
1992 lame_encode_buffer_long(lame_global_flags * gfp, const long pcm_l[], const long pcm_r[], const int nsamples, unsigned char *mp3buf, const int mp3buf_size) lame_encode_buffer_long() argument
[all...]

Completed in 7 milliseconds