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

  /external/webrtc/webrtc/modules/audio_device/test/
func_test_manager.cc 295 bool boosted(false);
296 EXPECT_EQ(0, _audioDevice->MicrophoneBoost(&boosted));
297 boosted = !boosted;
298 EXPECT_EQ(0, _audioDevice->SetMicrophoneBoost(boosted));
299 if (boosted)
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_speed_features.c 161 const int boosted = frame_is_boosted(cpi); local
269 sf->cb_partition_search = !boosted;
303 sf->motion_field_mode_search = !boosted;
    [all...]

Completed in 78 milliseconds