Searched refs:WaveFormatWrapper (Results 1 – 3 of 3) sorted by relevance
335 class WaveFormatWrapper {337 WaveFormatWrapper(WAVEFORMATEXTENSIBLE* p) in WaveFormatWrapper() function339 WaveFormatWrapper(WAVEFORMATEX* p) : ptr_(p) {} in WaveFormatWrapper() function340 ~WaveFormatWrapper() = default;605 std::string WaveFormatToString(const WaveFormatWrapper format);
647 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()
84 TEST_F(CoreAudioUtilityWinTest, WaveFormatWrapper) { in TEST_F() argument87 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()