Home
last modified time | relevance | path

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

/third_party/lame/frontend/
H A Dget_audio.c1643 IFF_AIFF aiff_info; in parse_aiff_header() local
1647 memset(&aiff_info, 0, sizeof(aiff_info)); in parse_aiff_header()
1648 aiff_info.sampleFormat = IFF_ID_NONE; in parse_aiff_header()
1673 aiff_info.numChannels = read_16_bits_high_low(sf); in parse_aiff_header()
1674 aiff_info.numSampleFrames = read_32_bits_high_low(sf); in parse_aiff_header()
1675 aiff_info.sampleSize = read_16_bits_high_low(sf); in parse_aiff_header()
1676 aiff_info.sampleRate = read_ieee_extended_high_low(sf); in parse_aiff_header()
1681 aiff_info.sampleFormat = read_32_bits_high_low(sf); in parse_aiff_header()
1696 aiff_info in parse_aiff_header()
[all...]

Completed in 3 milliseconds