HomeSort by relevance Sort by last modified time
    Searched refs:GetMixFormat (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/media/audio/win/
audio_low_latency_input_win.h 130 static HRESULT GetMixFormat(const std::string& device_id,
audio_low_latency_input_win.cc 245 HRESULT hr = GetMixFormat(device_id, &audio_engine_mix_format);
256 HRESULT hr = GetMixFormat(device_id, &audio_engine_mix_format);
264 HRESULT WASAPIAudioInputStream::GetMixFormat(const std::string& device_id,
293 return SUCCEEDED(hr) ? audio_client->GetMixFormat(device_format) : hr;
511 // The GetMixFormat() method retrieves the stream format that the
518 hr = audio_client_->GetMixFormat(
core_audio_util_win.cc 399 HRESULT hr = client->GetMixFormat(
483 // not identical to the mix format obtained from the GetMixFormat() method.
  /external/chromium_org/remoting/host/
audio_capturer_win.cc 104 hr = audio_client_->GetMixFormat(&wave_format_ex_);

Completed in 2451 milliseconds