HomeSort by relevance Sort by last modified time
    Searched defs:timestamp_offset (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
fec_receiver_impl.cc 97 uint16_t timestamp_offset = local
99 timestamp_offset +=
101 timestamp_offset = timestamp_offset >> 2;
102 if (timestamp_offset != 0) {
  /external/chromium_org/third_party/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/chromium_org/third_party/webrtc/modules/audio_coding/main/acm2/
nack_unittest.cc 225 uint32_t timestamp_offset = (k & 0x1) ? local
231 timestamp_lost_packets[n] = timestamp_offset + kLostPackets[n] *
  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
payload_splitter.cc 65 int timestamp_offset = (payload_ptr[1] << 6) + local
68 timestamp_offset;
  /external/chromium_org/content/renderer/pepper/
pepper_media_stream_audio_track_host.cc 214 base::TimeDelta timestamp_offset; local
241 buffer->timestamp = (timestamp_ + timestamp_offset).InMillisecondsF();
261 timestamp_offset += base::TimeDelta::FromMilliseconds(

Completed in 809 milliseconds