Home
last modified time | relevance | path

Searched refs:videoElements (Results 1 – 2 of 2) sorted by relevance

/external/autotest/client/site_tests/video_WebRtcMainFeedSwitching/
Dmain-feed-switching.js27 this.videoElements = []; property
47 this.videoElements.push(videoElement);
66 const switchWith = Math.floor(Math.random() * this.videoElements.length);
67 const newMainSrc = this.videoElements[switchWith].srcObject;
68 this.videoElements[switchWith].srcObject = this.mainFeed.srcObject;
/external/autotest/client/site_tests/video_WebRtcResolutionSwitching/
Dresolution-switching.js31 this.videoElements = []; property
43 this.videoElements.push(videoElement);