Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/frontend/webrtc/html_client/js/
Dcf_webrtc.js91 #cameraInputQueue; field in DeviceConnection
127 this.#cameraInputQueue = new Array();
130 if (self.#cameraInputQueue.length > 0) {
131 self.sendCameraData(self.#cameraInputQueue.shift());
418 this.#cameraInputQueue.length > 0) {
419 this.#cameraInputQueue.push(data);