Home
last modified time | relevance | path

Searched refs:srcObject (Results 1 – 8 of 8) sorted by relevance

/external/autotest/client/site_tests/video_WebRtcMainFeedSwitching/
Dmain-feed-switching.js67 const newMainSrc = this.videoElements[switchWith].srcObject;
68 this.videoElements[switchWith].srcObject = this.mainFeed.srcObject;
69 this.mainFeed.srcObject = newMainSrc;
Dcontrol.perf7 PURPOSE = """Measure performance when srcObject of video tags are frequently
/external/webrtc/webrtc/tools/loopback_test/
Dadapter.js195 if (typeof element.srcObject !== 'undefined') {
196 element.srcObject = stream;
/external/autotest/client/site_tests/video_YouTubeMseEme/files/
Dvideo_YouTubeMseEme.js75 temp_video.srcObject = ms;
146 video.srcObject = ms;
/external/autotest/client/site_tests/audio_WebRtcAudioLoopback/
Daudio_loopback_test.js66 this.remoteAudio.srcObject = e.stream;
/external/autotest/client/common_lib/cros/webrtc_scripts/
Dloopback-peerconnection.js139 this.remoteView.srcObject = e.stream;
/external/vulkan-validation-layers/layers/
Dstateless_validation.h88 uint64_t srcObject; member
144 …log_msg(report_data, VK_DEBUG_REPORT_ERROR_BIT_EXT, misc.objectType, misc.srcObject, vuid, "%s", s… in ValidateGreaterThan()
/external/vulkan-validation-layers/tests/
Dlayer_validation_tests.cpp186 …ol32 VKAPI_CALL myDbgFunc(VkFlags msgFlags, VkDebugReportObjectTypeEXT objType, uint64_t srcObject,
429 …ol32 VKAPI_CALL myDbgFunc(VkFlags msgFlags, VkDebugReportObjectTypeEXT objType, uint64_t srcObject, in myDbgFunc() argument