Home
last modified time | relevance | path

Searched refs:WaveFormatWrapper (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/modules/audio_device/win/
Dcore_audio_utility_win.h335 class WaveFormatWrapper {
337 WaveFormatWrapper(WAVEFORMATEXTENSIBLE* p) in WaveFormatWrapper() function
339 WaveFormatWrapper(WAVEFORMATEX* p) : ptr_(p) {} in WaveFormatWrapper() function
340 ~WaveFormatWrapper() = default;
605 std::string WaveFormatToString(const WaveFormatWrapper format);
Dcore_audio_utility_win.cc647 WAVEFORMATEXTENSIBLE* WaveFormatWrapper::GetExtensible() const { in GetExtensible()
652 bool WaveFormatWrapper::IsExtensible() const { in IsExtensible()
656 bool WaveFormatWrapper::IsPcm() const { in IsPcm()
661 bool WaveFormatWrapper::IsFloat() const { in IsFloat()
667 size_t WaveFormatWrapper::size() const { in size()
1010 WaveFormatWrapper wrapped_format(mix_format.Get()); in GetSharedModeMixFormat()
1475 std::string WaveFormatToString(const WaveFormatWrapper format) { in WaveFormatToString()
Dcore_audio_utility_win_unittest.cc84 TEST_F(CoreAudioUtilityWinTest, WaveFormatWrapper) { in TEST_F() argument
87 core_audio_utility::WaveFormatWrapper wave_format(&format); in TEST_F()
115 core_audio_utility::WaveFormatWrapper wave_format_ex(&format_ex); in TEST_F()
506 core_audio_utility::WaveFormatWrapper wformat(&format); in TEST_F()