Home
last modified time | relevance | path

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

/third_party/lame/frontend/
H A Dget_audio.c244 uint32_t sampleFormat; member
1648 aiff_info.sampleFormat = IFF_ID_NONE; in parse_aiff_header()
1681 aiff_info.sampleFormat = read_32_bits_high_low(sf); in parse_aiff_header()
1725 if (aiff_info.sampleFormat == IFF_ID_2CLE) { in parse_aiff_header()
1729 else if (aiff_info.sampleFormat == IFF_ID_2CBE) { in parse_aiff_header()
1733 else if (aiff_info.sampleFormat == IFF_ID_NONE) { in parse_aiff_header()
1737 else if (aiff_info.sampleFormat == IFF_ID_FL32) { in parse_aiff_header()
1742 else if (aiff_info.sampleFormat == IFF_ID_FL64) { in parse_aiff_header()

Completed in 4 milliseconds