Home
last modified time | relevance | path

Searched refs:mp3data (Results 1 - 6 of 6) sorted by relevance

/third_party/lame/frontend/
H A Damiga_mpega.c66 lame_decode_initfile(const char *fullname, mp3data_struct * mp3data) in lame_decode_initfile() argument
95 mp3data->header_parsed = 0; in lame_decode_initfile()
100 mp3data->header_parsed = 1; in lame_decode_initfile()
101 mp3data->stereo = mstream->dec_channels; in lame_decode_initfile()
102 mp3data->samplerate = mstream->dec_frequency; in lame_decode_initfile()
103 mp3data->bitrate = mstream->bitrate; in lame_decode_initfile()
104 mp3data->nsamp = (float) mstream->ms_duration / 1000 * mstream->dec_frequency; in lame_decode_initfile()
105 mp3data->mode = mstream->mode; in lame_decode_initfile()
106 mp3data->mode_ext = 0; /* mpega.library doesn't supply this info! :( */ in lame_decode_initfile()
107 mp3data in lame_decode_initfile()
113 lame_decode_fromfile(FILE * fd, short pcm_l[], short pcm_r[], mp3data_struct * mp3data) lame_decode_fromfile() argument
[all...]
H A Dget_audio.c384 int lame_decode_initfile_amiga(const char *fullname, mp3data_struct * const mp3data);
386 int lame_decode_initfile(FILE * fd, mp3data_struct * mp3data, int *enc_delay, int *enc_padding);
389 int lame123_decode_initfile(FILE * fd, mp3data_struct * mp3data, int *enc_delay, int *enc_padding);
394 mp3data_struct * mp3data);
2120 int lame123_decode_initfile(FILE *fd, mp3data_struct *mp3data, int *enc_delay, int *enc_padding) in lame123_decode_initfile() argument
2130 memset(mp3data, 0, sizeof(mp3data_struct)); in lame123_decode_initfile()
2165 mp3data->totalframes = len; in lame123_decode_initfile()
2170 mp3data->nsamp = len; in lame123_decode_initfile()
2193 mp3data->header_parsed = 1; in lame123_decode_initfile()
2194 mp3data in lame123_decode_initfile()
2218 lame_decode_initfile(FILE * fd, mp3data_struct * mp3data, int *enc_delay, int *enc_padding) lame_decode_initfile() argument
2363 lame_decode_fromfile(FILE * fd, short pcm_l[], short pcm_r[], mp3data_struct * mp3data) lame_decode_fromfile() argument
[all...]
H A Dtimestatus.c403 decoder_progress(DecoderProgress dp, const mp3data_struct * mp3data, int iread) in decoder_progress() argument
408 dp->frame_ctr, dp->frames_total, mp3data->bitrate); in decoder_progress()
417 if (mp3data->mode == JOINT_STEREO) { in decoder_progress()
418 int curr = mp3data->mode_ext; in decoder_progress()
/third_party/lame/libmp3lame/
H A Dmpglib_interface.c82 mp3data_struct* mp3data );
93 mp3data_struct* mp3data );
99 mp3data_struct* mp3data,
159 char pcm_l_raw[], char pcm_r_raw[], mp3data_struct * mp3data, in decode1_headersB_clipchoice()
178 mp3data->header_parsed = 0; in decode1_headersB_clipchoice()
198 mp3data->header_parsed = 1; in decode1_headersB_clipchoice()
199 mp3data->stereo = pmp->fr.stereo; in decode1_headersB_clipchoice()
200 mp3data->samplerate = freqs[pmp->fr.sampling_frequency]; in decode1_headersB_clipchoice()
201 mp3data->mode = pmp->fr.mode; in decode1_headersB_clipchoice()
202 mp3data in decode1_headersB_clipchoice()
158 decode1_headersB_clipchoice(PMPSTR pmp, unsigned char *buffer, size_t len, char pcm_l_raw[], char pcm_r_raw[], mp3data_struct * mp3data, int *enc_delay, int *enc_padding, char *p, size_t psize, int decoded_sample_size, int (*decodeMP3_ptr) (PMPSTR, unsigned char *, int, char *, int, int *)) decode1_headersB_clipchoice() argument
279 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
323 mp3data_struct mp3data; lame_decode1() local
340 lame_decode_headers(unsigned char *buffer, int len, short pcm_l[], short pcm_r[], mp3data_struct * mp3data) lame_decode_headers() argument
369 mp3data_struct mp3data; lame_decode() local
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
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
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
674 mp3data_struct mp3data; hip_decode() local
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 Dbitstream.c1073 mp3data=0 indicates data in buffer is an id3tags and VBR tags
1074 mp3data=1 data is real mp3 frame data.
1079 copy_buffer(lame_internal_flags * gfc, unsigned char *buffer, int size, int mp3data) in copy_buffer() argument
1082 if (minimum > 0 && mp3data) { in copy_buffer()
1091 } /* if (mp3data) */ in copy_buffer()
/third_party/lame/include/
H A Dlame.h1094 , mp3data_struct* mp3data
1111 , mp3data_struct* mp3data
1121 , mp3data_struct* mp3data
1146 mp3data_struct* mp3data );
1157 mp3data_struct* mp3data );
1163 mp3data_struct* mp3data,

Completed in 8 milliseconds