Home
last modified time | relevance | path

Searched refs:timestamp_offset (Results 1 – 8 of 8) sorted by relevance

/external/webrtc/webrtc/modules/rtp_rtcp/source/
Dfec_receiver_impl.cc112 uint16_t timestamp_offset = in AddReceivedRedPacket() local
114 timestamp_offset += in AddReceivedRedPacket()
116 timestamp_offset = timestamp_offset >> 2; in AddReceivedRedPacket()
117 if (timestamp_offset != 0) { in AddReceivedRedPacket()
/external/webrtc/webrtc/modules/audio_coding/neteq/tools/
Dpacket_unittest.cc119 uint32_t timestamp_offset, in MakeRedHeader() argument
128 rtp_data[1] = timestamp_offset >> 6; in MakeRedHeader()
129 rtp_data[2] = (timestamp_offset & 0x3F) << 2; in MakeRedHeader()
154 uint32_t timestamp_offset = 100 * i; in TEST() local
158 payload_type, timestamp_offset, block_length, last_block, payload_ptr); in TEST()
/external/webrtc/talk/media/base/
Drtpdataengine.h69 RtpClock(int clockrate, uint16_t first_seq_num, uint32_t timestamp_offset) in RtpClock() argument
72 timestamp_offset_(timestamp_offset) {} in RtpClock()
/external/webrtc/webrtc/modules/audio_coding/neteq/
Dpayload_splitter.cc66 int timestamp_offset = (payload_ptr[1] << 6) + in SplitRed() local
69 timestamp_offset; in SplitRed()
Dnack_unittest.cc223 uint32_t timestamp_offset = in TEST() local
230 timestamp_offset + kLostPackets[n] * kTimestampIncrement; in TEST()
Dpayload_splitter_unittest.cc77 int timestamp_offset, in CreateRedPayload() argument
99 int this_offset = (num_payloads - i - 1) * timestamp_offset; in CreateRedPayload()
/external/webrtc/webrtc/modules/remote_bitrate_estimator/
Dremote_bitrate_estimator_unittest_helper.h69 uint32_t timestamp_offset, int64_t rtcp_receive_time);
Dremote_bitrate_estimator_unittest_helper.cc34 uint32_t timestamp_offset, in RtpStream() argument
42 rtp_timestamp_offset_(timestamp_offset), in RtpStream()