OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:scroll_duration
(Results
1 - 3
of
3
) sorted by null
/external/webrtc/webrtc/video/
video_quality_test.h
50
int32_t
scroll_duration
;
member in struct:webrtc::VideoQualityTest::Params::__anon28191
video_quality_test.cc
615
if (params_.screenshare.
scroll_duration
)
616
ss << ", " << params_.screenshare.
scroll_duration
<< "s scroll";
864
if (params_.screenshare.
scroll_duration
== 0) {
874
params_.screenshare.
scroll_duration
) *
876
RTC_CHECK_LE(params_.screenshare.
scroll_duration
,
882
params_.common.height, params_.screenshare.
scroll_duration
* 1000,
[
all
...]
screenshare_loopback.cc
199
scroll_duration
,
Completed in 70 milliseconds