Searched refs:mix_format (Results 1 – 1 of 1) sorted by relevance
602 WAVEFORMATPCMEX mix_format; in GetPreferredAudioParametersInternal() local603 HRESULT hr = core_audio_utility::GetSharedModeMixFormat(client, &mix_format); in GetPreferredAudioParametersInternal()613 int sample_rate = mix_format.Format.nSamplesPerSec; in GetPreferredAudioParametersInternal()624 const size_t channels = mix_format.Format.nChannels; in GetPreferredAudioParametersInternal()1000 ScopedCoMem<WAVEFORMATEXTENSIBLE> mix_format; in GetSharedModeMixFormat() local1002 client->GetMixFormat(reinterpret_cast<WAVEFORMATEX**>(&mix_format)); in GetSharedModeMixFormat()1010 WaveFormatWrapper wrapped_format(mix_format.Get()); in GetSharedModeMixFormat()