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

  /external/chromium_org/third_party/webrtc/test/
encoder_settings.cc 71 codec.codecSpecific.VP8.automaticResizeOn = false;
  /external/chromium_org/third_party/webrtc/video_engine/
vie_codec_unittest.cc 41 video_codec->codecSpecific.VP8.automaticResizeOn = true;
166 codec2.codecSpecific.VP8.automaticResizeOn = false;
  /external/chromium_org/third_party/webrtc/
common_types.h 568 bool automaticResizeOn;
580 automaticResizeOn == other.automaticResizeOn &&
  /external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
codec_database.cc 99 settings->codecSpecific.VP8.automaticResizeOn = false;
  /external/chromium_org/third_party/webrtc/video_engine/test/auto_test/source/
vie_autotest_codec.cc 506 video_codec.codecSpecific.VP8.automaticResizeOn = true;
523 EXPECT_TRUE(video_codec.codecSpecific.VP8.automaticResizeOn);
    [all...]
  /external/chromium_org/third_party/webrtc/modules/video_coding/codecs/test/
videoprocessor_integrationtest.cc 187 config_.codec_settings->codecSpecific.VP8.automaticResizeOn =
    [all...]
  /external/chromium_org/third_party/webrtc/video/
video_send_stream.cc 310 video_codec.codecSpecific.VP8.automaticResizeOn = false;
  /external/chromium_org/third_party/webrtc/modules/video_coding/codecs/vp8/
vp8_impl.cc 233 config_->rc_resize_allowed = inst->codecSpecific.VP8.automaticResizeOn ?
  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtcvideoengine.cc     [all...]
webrtcvideoengine2.cc     [all...]

Completed in 237 milliseconds