Home
last modified time | relevance | path

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

/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
Dwebrtcvideoengine_unittest.cc1076 vie_.GetCpuOveruseOptions(first_send_channel); in TEST_F()
1088 cpu_option = vie_.GetCpuOveruseOptions(first_send_channel); in TEST_F()
1098 cpu_option = vie_.GetCpuOveruseOptions(recv_channel_num); in TEST_F()
1108 cpu_option = vie_.GetCpuOveruseOptions(second_send_channel); in TEST_F()
1125 webrtc::CpuOveruseOptions cpu_option = vie_.GetCpuOveruseOptions(channel_num); in TEST_F()
1134 cpu_option = vie_.GetCpuOveruseOptions(channel_num); in TEST_F()
1143 cpu_option = vie_.GetCpuOveruseOptions(channel_num); in TEST_F()
1164 vie_.GetCpuOveruseOptions(first_send_channel); in TEST_F()
1179 cpu_option = vie_.GetCpuOveruseOptions(second_send_channel); in TEST_F()
1206 vie_.GetCpuOveruseOptions(first_send_channel); in TEST_F()
[all …]
Dwebrtcvideoengine.cc875 static bool GetCpuOveruseOptions(const VideoOptions& options, in GetCpuOveruseOptions() function
3075 if (GetCpuOveruseOptions(options_, &overuse_options)) { in SetOptions()
3513 if (GetCpuOveruseOptions(options_, &overuse_options)) { in ConfigureSending()
Dfakewebrtcvideoengine.h548 webrtc::CpuOveruseOptions GetCpuOveruseOptions(int channel) const { in GetCpuOveruseOptions() function