Searched refs:IncomingTimestamp (Results 1 – 5 of 5) sorted by relevance
31 timing.IncomingTimestamp(timestamp, clock.TimeInMilliseconds()); in TEST()67 timing.IncomingTimestamp(timestamp, clock.TimeInMilliseconds()); in TEST()82 timing.IncomingTimestamp(timestamp, clock.TimeInMilliseconds()); in TEST()119 timing.IncomingTimestamp(timestamp, clock.TimeInMilliseconds()); in TEST()
73 timing_->IncomingTimestamp(packet.timestamp, clock_->TimeInMilliseconds()); in InsertPacket()173 timing_->IncomingTimestamp(frame_timestamp, last_packet_time_ms); in FrameForDecoding()
76 void IncomingTimestamp(uint32_t time_stamp, int64_t last_packet_time_ms);
167 void VCMTiming::IncomingTimestamp(uint32_t time_stamp, int64_t now_ms) { in IncomingTimestamp() function in webrtc::VCMTiming
514 timing_->IncomingTimestamp(frame->Timestamp(), frame->ReceivedTime()); in InsertFrame()