Home
last modified time | relevance | path

Searched refs:IncomingTimestamp (Results 1 – 5 of 5) sorted by relevance

/external/webrtc/modules/video_coding/
Dtiming_unittest.cc31 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()
Dreceiver.cc73 timing_->IncomingTimestamp(packet.timestamp, clock_->TimeInMilliseconds()); in InsertPacket()
173 timing_->IncomingTimestamp(frame_timestamp, last_packet_time_ms); in FrameForDecoding()
Dtiming.h76 void IncomingTimestamp(uint32_t time_stamp, int64_t last_packet_time_ms);
Dtiming.cc167 void VCMTiming::IncomingTimestamp(uint32_t time_stamp, int64_t now_ms) { in IncomingTimestamp() function in webrtc::VCMTiming
Dframe_buffer2.cc514 timing_->IncomingTimestamp(frame->Timestamp(), frame->ReceivedTime()); in InsertFrame()