Searched refs:cpu_smoothing (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/media/base/
H A Dvideoadapter.h136 bool cpu_smoothing() const { return cpu_smoothing_; } function in class:cricket::CoordinatedVideoAdapter
H A Dvideoadapter_unittest.cc586 EXPECT_FALSE(adapter.cpu_smoothing());
698 EXPECT_FALSE(adapter.cpu_smoothing());
921 EXPECT_FALSE(adapter.cpu_smoothing());
972 EXPECT_FALSE(adapter.cpu_smoothing());
1206 EXPECT_FALSE(adapter.cpu_smoothing());
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
H A Dwebrtcvideoengine.cc744 bool cpu_smoothing, adapt_third; local
758 if (video_options_.adapt_cpu_with_smoothing.Get(&cpu_smoothing)) {
759 video_adapter->set_cpu_smoothing(cpu_smoothing);

Completed in 102 milliseconds