Searched refs:WriteWaveHeader (Results 1 - 3 of 3) sorted by relevance
/third_party/lame/frontend/ |
H A D | get_audio.h | 58 int WriteWaveHeader(FILE * const fp, int pcmbytes, int freq, int channels, int bits);
|
H A D | lame_main.c | 221 WriteWaveHeader(outf, 0x7FFFFFFF, lame_get_in_samplerate(gfp), tmp_num_channels, 16); in lame_decoder_loop() 254 WriteWaveHeader(outf, (int) wavsize, lame_get_in_samplerate(gfp), tmp_num_channels, 16); in lame_decoder_loop()
|
H A D | get_audio.c | 1027 WriteWaveHeader(FILE * const fp, int pcmbytes, int freq, int channels, int bits) in WriteWaveHeader() function
|
Completed in 5 milliseconds