Home
last modified time | relevance | path

Searched refs:write_32_bits_low_high (Results 1 – 3 of 3) sorted by relevance

/dports/emulators/vice/vice-3.5/src/lib/liblame/frontend/
H A Dget_audio.c206 write_32_bits_low_high(FILE * fp, int val) in write_32_bits_low_high() function
919 write_32_bits_low_high(fp, pcmbytes + 44 - 8); /* length in bytes without header */ in WriteWaveHeader()
921 write_32_bits_low_high(fp, 2 + 2 + 4 + 4 + 2 + 2); /* length of PCM format declaration area */ in WriteWaveHeader()
924 write_32_bits_low_high(fp, freq); /* sample frequency in [Hz] */ in WriteWaveHeader()
925 write_32_bits_low_high(fp, freq * channels * bytes); /* bytes per second */ in WriteWaveHeader()
929 write_32_bits_low_high(fp, pcmbytes); /* length in bytes of raw PCM data */ in WriteWaveHeader()
/dports/audio/lame/lame-3.100/frontend/
H A Dget_audio.c206 write_32_bits_low_high(FILE * fp, int val) in write_32_bits_low_high() function
964 write_32_bits_low_high(fp, pcmbytes + 44 - 8); /* length in bytes without header */ in WriteWaveHeader()
966 write_32_bits_low_high(fp, 2 + 2 + 4 + 4 + 2 + 2); /* length of PCM format declaration area */ in WriteWaveHeader()
969 write_32_bits_low_high(fp, freq); /* sample frequency in [Hz] */ in WriteWaveHeader()
970 write_32_bits_low_high(fp, freq * channels * bytes); /* bytes per second */ in WriteWaveHeader()
974 write_32_bits_low_high(fp, pcmbytes); /* length in bytes of raw PCM data */ in WriteWaveHeader()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/liblame/frontend/
H A Dget_audio.c206 write_32_bits_low_high(FILE * fp, int val) in write_32_bits_low_high() function
919 write_32_bits_low_high(fp, pcmbytes + 44 - 8); /* length in bytes without header */ in WriteWaveHeader()
921 write_32_bits_low_high(fp, 2 + 2 + 4 + 4 + 2 + 2); /* length of PCM format declaration area */ in WriteWaveHeader()
924 write_32_bits_low_high(fp, freq); /* sample frequency in [Hz] */ in WriteWaveHeader()
925 write_32_bits_low_high(fp, freq * channels * bytes); /* bytes per second */ in WriteWaveHeader()
929 write_32_bits_low_high(fp, pcmbytes); /* length in bytes of raw PCM data */ in WriteWaveHeader()