Home
last modified time | relevance | path

Searched refs:kMsToRtpTimestamp (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/modules/rtp_rtcp/source/
Dflexfec_sender.cc42 const int kMsToRtpTimestamp = kVideoPayloadTypeFrequency / 1000; variable
142 static_cast<uint32_t>(kMsToRtpTimestamp * in GetFecPackets()
/external/webrtc/modules/video_coding/codecs/test/
Dvideoprocessor.cc44 const int kMsToRtpTimestamp = kVideoPayloadTypeFrequency / 1000; variable
251 .set_timestamp_ms(static_cast<int64_t>(timestamp / kMsToRtpTimestamp)) in ProcessFrame()
/external/webrtc/video/
Dvideo_stream_encoder.cc1485 const int kMsToRtpTimestamp = 90; in OnFrame() local
1487 kMsToRtpTimestamp * static_cast<uint32_t>(incoming_frame.ntp_time_ms())); in OnFrame()