OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:timestamp_offset
(Results
1 - 4
of
4
) sorted by null
/external/webrtc/webrtc/modules/rtp_rtcp/source/
fec_receiver_impl.cc
112
uint16_t
timestamp_offset
=
local
114
timestamp_offset
+=
116
timestamp_offset
=
timestamp_offset
>> 2;
117
if (
timestamp_offset
!= 0) {
/external/webrtc/webrtc/modules/audio_coding/neteq/tools/
packet_unittest.cc
119
uint32_t
timestamp_offset
,
128
rtp_data[1] =
timestamp_offset
>> 6;
129
rtp_data[2] = (
timestamp_offset
& 0x3F) << 2;
154
uint32_t
timestamp_offset
= 100 * i;
local
158
payload_type,
timestamp_offset
, block_length, last_block, payload_ptr);
/external/webrtc/webrtc/modules/audio_coding/neteq/
nack_unittest.cc
223
uint32_t
timestamp_offset
=
local
230
timestamp_offset
+ kLostPackets[n] * kTimestampIncrement;
payload_splitter.cc
66
int
timestamp_offset
= (payload_ptr[1] << 6) +
local
69
timestamp_offset
;
Completed in 210 milliseconds