Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_device/win/
Dcore_audio_utility_win.cc915 BOOL supports_offload = FALSE; in SetClientProperties() local
917 client->IsOffloadCapable(props.eCategory, &supports_offload); in SetClientProperties()
922 RTC_DLOG(INFO) << "supports_offload: " << supports_offload; in SetClientProperties()