Searched refs:pcmbytes (Results 1 - 2 of 2) 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 | get_audio.c | 1027 WriteWaveHeader(FILE * const fp, int pcmbytes, int freq, int channels, int bits) in WriteWaveHeader() argument 1033 write_32_bits_low_high(fp, pcmbytes + 44 - 8); /* length in bytes without header */ in WriteWaveHeader() 1043 write_32_bits_low_high(fp, pcmbytes); /* length in bytes of raw PCM data */ in WriteWaveHeader()
|
Completed in 6 milliseconds