Home
last modified time | relevance | path

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

/external/webrtc/api/
Drtp_packet_info.h54 void set_rtp_timestamp(uint32_t value) { rtp_timestamp_ = value; } in set_rtp_timestamp() function
Drtp_packet_info_unittest.cc80 rhs.set_rtp_timestamp(value); in TEST()
/external/webrtc/video/
Dvideo_receive_stream_unittest.cc344 info.set_rtp_timestamp(kRtpTimestamp); in TEST_F()
Dvideo_receive_stream2_unittest.cc348 info.set_rtp_timestamp(kRtpTimestamp); in TEST_F()
/external/webrtc/logging/rtc_event_log/encoder/
Drtc_event_log_encoder_new_format.cc382 proto_batch->set_rtp_timestamp(base_event->header().Timestamp()); in EncodeRtpPacket()