Home
last modified time | relevance | path

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

/third_party/lame/frontend/
H A Dget_audio.c193 read_32_bits_high_low(FILE * fp) in read_32_bits_high_low() function
1488 uint32_t ui32_chunkSize = read_32_bits_high_low(sf); /* file_length */ in parse_wave_header()
1489 uint32_t ui32_WAVEID = read_32_bits_high_low(sf); in parse_wave_header()
1494 uint32_t ui32_ckID = read_32_bits_high_low(sf); in parse_wave_header()
1649 ui32_ChunkSize = read_32_bits_high_low(sf); in parse_aiff_header()
1651 ui32_TypeID = read_32_bits_high_low(sf); in parse_aiff_header()
1657 uint32_t ui32_type = read_32_bits_high_low(sf); in parse_aiff_header()
1665 uint32_t ui32_cksize = read_32_bits_high_low(sf); in parse_aiff_header()
1674 aiff_info.numSampleFrames = read_32_bits_high_low(sf); in parse_aiff_header()
1681 aiff_info.sampleFormat = read_32_bits_high_low(s in parse_aiff_header()
[all...]

Completed in 4 milliseconds