Searched refs:mp3buf (Results 1 – 6 of 6) sorted by relevance
/third_party/lame/include/ |
D | lame.h | 721 unsigned char* mp3buf, /* pointer to encoded MP3 stream */ 738 unsigned char* mp3buf, /* pointer to encoded MP3 stream */ 752 unsigned char* mp3buf, /* pointer to encoded MP3 stream */ 764 unsigned char * mp3buf, 771 unsigned char * mp3buf, 782 unsigned char * mp3buf, 789 unsigned char * mp3buf, 805 unsigned char* mp3buf, /* pointer to encoded MP3 stream */ 819 unsigned char* mp3buf, /* pointer to encoded MP3 stream */ 837 unsigned char* mp3buf, /* pointer to encoded MP3 stream */ [all …]
|
/third_party/lame/libmp3lame/ |
D | lame.c | 1706 int nsamples, unsigned char *mp3buf, const int mp3buf_size) in lame_encode_buffer_sample_t() argument 1725 mp3out = copy_buffer(gfc, mp3buf, buf_size, 0); in lame_encode_buffer_sample_t() 1729 mp3buf += mp3out; in lame_encode_buffer_sample_t() 1793 ret = lame_encode_mp3_frame(gfc, mfbuf[0], mfbuf[1], mp3buf, buf_size); in lame_encode_buffer_sample_t() 1797 mp3buf += ret; in lame_encode_buffer_sample_t() 1877 … unsigned char *mp3buf, const int mp3buf_size, enum PCMSampleType pcm_type, int aa, FLOAT norm) in lame_encode_buffer_template() argument 1904 return lame_encode_buffer_sample_t(gfc, nsamples, mp3buf, mp3buf_size); in lame_encode_buffer_template() 1913 unsigned char *mp3buf, const int mp3buf_size) in lame_encode_buffer() argument 1915 …return lame_encode_buffer_template(gfp, pcm_l, pcm_r, nsamples, mp3buf, mp3buf_size, pcm_short_typ… in lame_encode_buffer() 1922 unsigned char *mp3buf, const int mp3buf_size) in lame_encode_buffer_float() argument [all …]
|
D | mpglib_interface.c | 73 unsigned char * mp3buf, 78 unsigned char* mp3buf, 84 unsigned char* mp3buf, 89 unsigned char* mp3buf, 95 unsigned char* mp3buf,
|
D | encoder.h | 154 sample_t const *inbuf_r, unsigned char *mp3buf, int mp3buf_size);
|
D | encoder.c | 310 unsigned char *mp3buf, /* Output */ in lame_encode_mp3_frame() argument 547 mp3count = copy_buffer(gfc, mp3buf, mp3buf_size, 1); in lame_encode_mp3_frame()
|
D | util.h | 586 int hip_decode1_unclipped(hip_t hip, unsigned char *mp3buf,
|