Home
last modified time | relevance | path

Searched defs:SetTimestamp (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/api/video/
Dencoded_image.h89 void SetTimestamp(uint32_t timestamp) { timestamp_rtp_ = timestamp; } in SetTimestamp() function
/external/webrtc/modules/utility/source/
Dprocess_thread_impl_unittest.cc65 ACTION_P(SetTimestamp, ptr) { in ACTION_P() argument
/external/webrtc/modules/rtp_rtcp/source/
Drtp_packet.cc151 void RtpPacket::SetTimestamp(uint32_t timestamp) { in SetTimestamp() function in webrtc::RtpPacket