Searched refs:timestamp_offset (Results 1 – 8 of 8) sorted by relevance
/external/webrtc/webrtc/modules/rtp_rtcp/source/ |
D | fec_receiver_impl.cc | 112 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/ |
D | packet_unittest.cc | 119 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/ |
D | rtpdataengine.h | 69 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/ |
D | payload_splitter.cc | 66 int timestamp_offset = (payload_ptr[1] << 6) + in SplitRed() local 69 timestamp_offset; in SplitRed()
|
D | nack_unittest.cc | 223 uint32_t timestamp_offset = in TEST() local 230 timestamp_offset + kLostPackets[n] * kTimestampIncrement; in TEST()
|
D | payload_splitter_unittest.cc | 77 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/ |
D | remote_bitrate_estimator_unittest_helper.h | 69 uint32_t timestamp_offset, int64_t rtcp_receive_time);
|
D | remote_bitrate_estimator_unittest_helper.cc | 34 uint32_t timestamp_offset, in RtpStream() argument 42 rtp_timestamp_offset_(timestamp_offset), in RtpStream()
|