Home
last modified time | relevance | path

Searched refs:get_leuint16 (Results 1 – 2 of 2) sorted by relevance

/dports/emulators/mess/mame-mame0226/src/lib/formats/
H A Dwavfile.cpp34 static uint16_t get_leuint16(const void *ptr) in get_leuint16() function
108 format_type = get_leuint16(&format_tag[0]); in wavfile_process()
109 opts->channels = get_leuint16(&format_tag[2]); in wavfile_process()
113 opts->bits_per_sample = get_leuint16(&format_tag[14]); in wavfile_process()
/dports/emulators/mame/mame-mame0226/src/lib/formats/
H A Dwavfile.cpp34 static uint16_t get_leuint16(const void *ptr) in get_leuint16() function
108 format_type = get_leuint16(&format_tag[0]); in wavfile_process()
109 opts->channels = get_leuint16(&format_tag[2]); in wavfile_process()
113 opts->bits_per_sample = get_leuint16(&format_tag[14]); in wavfile_process()