Home
last modified time | relevance | path

Searched refs:CommChunk (Results 1 – 2 of 2) sorted by last modified time

/dports/audio/mctoolame-encoder/mctoolame-01a/
H A Dcommon.c612 CommonChunk CommChunk; in aiff_read_headers() local
682 CommChunk.ckSize = ident.ck_length; in aiff_read_headers()
698 CommChunk.sampleSize = _rotl (CommChunk.sampleSize, 8); in aiff_read_headers()
699 CommChunk.ckSize = _lrotl (CommChunk.ckSize, 8); in aiff_read_headers()
700 CommChunk.numChannels = _rotl (CommChunk.numChannels, 8); in aiff_read_headers()
701 CommChunk.numSampleFrames = _lrotl (CommChunk.numSampleFrames, 8); in aiff_read_headers()
817 CommonChunk CommChunk; in aiff_write_headers() local
836 CommChunk.ckSize = sizeof (CommChunk.numChannels) + in aiff_write_headers()
838 sizeof (CommChunk.sampleSize) + sizeof (CommChunk.sampleRate); in aiff_write_headers()
842 CommChunk.numChannels * CommChunk.numSampleFrames; in aiff_write_headers()
[all …]
/dports/audio/mctoolame-decoder/mctoolamed-01a/
H A Dcommon.c381 CommonChunk CommChunk; in aiff_read_headers() local
478 CommChunk.sampleSize = _rotl (CommChunk.sampleSize, 8); in aiff_read_headers()
479 CommChunk.ckSize = _lrotl (CommChunk.ckSize, 8); in aiff_read_headers()
480 CommChunk.numChannels = _rotl (CommChunk.numChannels, 8); in aiff_read_headers()
481 CommChunk.numSampleFrames = _lrotl (CommChunk.numSampleFrames, 8); in aiff_read_headers()
620 CommonChunk CommChunk; in aiff_write_headers() local
641 CommChunk.ckSize = sizeof (CommChunk.numChannels) + in aiff_write_headers()
642 sizeof (CommChunk.numSampleFrames) + sizeof (CommChunk.sampleSize) + in aiff_write_headers()
643 sizeof (CommChunk.sampleRate); in aiff_write_headers()
647 CommChunk.numChannels * CommChunk.numSampleFrames; in aiff_write_headers()
[all …]