Searched refs:_timing (Results 1 – 5 of 5) sorted by relevance
/external/libvncserver/webclients/novnc/include/ |
D | rfb.js | 96 this._timing = { property in anonymousFunction83b7ae7e0100.RFB 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.pixels += this._FBU.width * this._FBU.height; 1151 if (this._timing.pixels >= (this._fb_width * this._fb_height)) { [all …]
|
/external/webrtc/webrtc/modules/video_coding/ |
D | video_receiver.cc | 32 _timing(clock_), in VideoReceiver() 33 _receiver(&_timing, clock_, event_factory), in VideoReceiver() 34 _decodedFrameCallback(&_timing, clock_), in VideoReceiver() 87 _timing.GetTimings(&decode_ms, &max_decode_ms, ¤t_delay_ms, in Process() 288 _timing.UpdateCurrentDelay(frame->RenderTimeMs(), in Decode() 390 _timing.Reset(); in ResetDecoder() 464 _timing.set_min_playout_delay(minPlayoutDelayMs); in SetMinimumPlayoutDelay() 471 _timing.set_render_delay(timeMS); in SetRenderDelay() 477 return _timing.TargetVideoDelay(); in Delay()
|
D | generic_decoder.cc | 25 _timing(timing), in VCMDecodedFrameCallback() 73 _timing->StopDecodeTimer(decodedImage.timestamp(), decode_time_ms, now_ms, in Decoded()
|
D | generic_decoder.h | 57 VCMTiming* _timing; variable
|
D | video_coding_impl.h | 192 VCMTiming _timing; variable
|