Searched defs:_timing (Results 1 - 3 of 3) sorted by relevance

/external/libvncserver/webclients/novnc/include/
H A Drfb.js96 this._timing = {
961 this._timing.fbu_rt_start = (new Date()).getTime();
962 this._timing.pixels = 0;
1102 this._timing.cur_fbu = 0;
1103 if (this._timing.fbu_rt_start > 0) {
1105 Util.Info("First FBU latency: " + (now - this._timing.fbu_rt_start));
1138 this._timing.last_fbu = (new Date()).getTime();
1143 this._timing.cur_fbu += (now - this._timing.last_fbu);
1148 this._timing
[all...]
/external/webrtc/webrtc/modules/video_coding/
H A Dgeneric_decoder.h57 VCMTiming* _timing; member in class:webrtc::VCMDecodedFrameCallback
H A Dvideo_coding_impl.h192 VCMTiming _timing; member in class:webrtc::vcm::VideoReceiver

Completed in 148 milliseconds