Home
last modified time | relevance | path

Searched refs:pcmbytes (Results 1 - 2 of 2) sorted by relevance

/third_party/lame/frontend/
H A Dget_audio.h58 int WriteWaveHeader(FILE * const fp, int pcmbytes, int freq, int channels, int bits);
H A Dget_audio.c1027 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