Searched refs:automaticResizeOn (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/webrtc/video_engine/
H A Dvie_codec_unittest.cc41 video_codec->codecSpecific.VP8.automaticResizeOn = true;
166 codec2.codecSpecific.VP8.automaticResizeOn = false;
/external/chromium_org/third_party/webrtc/
H A Dcommon_types.h578 bool automaticResizeOn; member in struct:webrtc::VideoCodecVP8
590 automaticResizeOn == other.automaticResizeOn &&
/external/chromium_org/third_party/webrtc/video_engine/test/auto_test/source/
H A Dvie_autotest_codec.cc506 video_codec.codecSpecific.VP8.automaticResizeOn = true;
523 EXPECT_TRUE(video_codec.codecSpecific.VP8.automaticResizeOn);
/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/test/
H A Dvideoprocessor_integrationtest.cc187 config_.codec_settings->codecSpecific.VP8.automaticResizeOn =
/external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
H A Dcodec_database.cc35 vp8_settings.automaticResizeOn = false;
/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/vp8/
H A Dvp8_impl.cc345 codec_.codecSpecific.VP8.automaticResizeOn
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
H A Dwebrtcvideoengine.cc3773 << vie_codec.codecSpecific.VP8.automaticResizeOn
3945 automatic_resize != vie_codec.codecSpecific.VP8.automaticResizeOn ||
3960 vie_codec.codecSpecific.VP8.automaticResizeOn = automatic_resize;
H A Dwebrtcvideoengine2.cc1741 codec.codecSpecific.VP8.automaticResizeOn = false;

Completed in 625 milliseconds