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

  /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 578 bool automaticResizeOn;
590 automaticResizeOn == other.automaticResizeOn &&
  /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/modules/video_coding/main/source/
codec_database.cc 35 vp8_settings.automaticResizeOn = false;
  /external/chromium_org/third_party/webrtc/modules/video_coding/codecs/vp8/
vp8_impl.cc 345 codec_.codecSpecific.VP8.automaticResizeOn
  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtcvideoengine.cc     [all...]
webrtcvideoengine2.cc     [all...]

Completed in 144 milliseconds