Home
last modified time | relevance | path

Searched defs:wave_format (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/liblc3/tools/
H A Dwave.c64 struct wave_format { struct
65 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;
/aosp_15_r20/external/crosvm/win_audio/src/win_audio_impl/
H A Dwave_format.rs1043 let wave_format = WAVEFORMATEX { in test_create_audio_shared_format_wave_format_ex() localVariable
1129 let wave_format = WAVEFORMATEX { in test_wave_format_to_proto_convertion() localVariable
H A Dmod.rs10 mod wave_format; module
/aosp_15_r20/external/webrtc/modules/audio_device/win/
H A Dcore_audio_utility_win_unittest.cc85 core_audio_utility::WaveFormatWrapper wave_format(&format); in TEST_F() local