Searched defs:wave_format (Results 1 – 4 of 4) sorted by relevance
64 struct wave_format { struct65 uint32_t id;66 uint32_t size;67 uint16_t fmt;68 uint16_t channels;69 uint32_t samplerate;70 uint32_t byterate;71 uint16_t framesize;72 uint16_t bitdepth;
1043 let wave_format = WAVEFORMATEX { in test_create_audio_shared_format_wave_format_ex() localVariable1129 let wave_format = WAVEFORMATEX { in test_wave_format_to_proto_convertion() localVariable
10 mod wave_format; module
85 core_audio_utility::WaveFormatWrapper wave_format(&format); in TEST_F() local