Searched refs:incoming_frame (Results 1 – 1 of 1) sorted by relevance
78 VideoFrame incoming_frame = video_frame; in IncomingCapturedFrame() local80 if (incoming_frame.ntp_time_ms() != 0) { in IncomingCapturedFrame()82 incoming_frame.set_render_time_ms(incoming_frame.ntp_time_ms() - in IncomingCapturedFrame()85 int64_t render_time = incoming_frame.render_time_ms() != 0 in IncomingCapturedFrame()86 ? incoming_frame.render_time_ms() in IncomingCapturedFrame()89 incoming_frame.set_render_time_ms(render_time); in IncomingCapturedFrame()90 incoming_frame.set_ntp_time_ms(render_time + delta_ntp_internal_ms_); in IncomingCapturedFrame()95 incoming_frame.set_timestamp( in IncomingCapturedFrame()96 kMsToRtpTimestamp * static_cast<uint32_t>(incoming_frame.ntp_time_ms())); in IncomingCapturedFrame()99 if (incoming_frame.ntp_time_ms() <= last_captured_timestamp_) { in IncomingCapturedFrame()[all …]