Lines Matching refs:now_ms
173 int64_t now_ms, in StopDecodeTimer() argument
176 codec_timer_.MaxFilter(decode_time_ms, now_ms); in StopDecodeTimer()
183 first_decoded_frame_ms_ = now_ms; in StopDecodeTimer()
185 int time_until_rendering_ms = render_time_ms - render_delay_ms_ - now_ms; in StopDecodeTimer()
193 void VCMTiming::IncomingTimestamp(uint32_t time_stamp, int64_t now_ms) { in IncomingTimestamp() argument
195 ts_extrapolator_->Update(now_ms, time_stamp); in IncomingTimestamp()
199 int64_t now_ms) const { in RenderTimeMs()
201 const int64_t render_time_ms = RenderTimeMsInternal(frame_timestamp, now_ms); in RenderTimeMs()
206 int64_t now_ms) const { in RenderTimeMsInternal()
210 estimated_complete_time_ms = now_ms; in RenderTimeMsInternal()
227 int64_t now_ms) const { in MaxWaitingTime()
231 render_time_ms - now_ms - MaxDecodeTimeMs() - render_delay_ms_; in MaxWaitingTime()