HomeSort by relevance Sort by last modified time
    Searched defs:timestamp_offset (Results 1 - 5 of 5) 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;
  /hardware/qcom/camera/msm8998/QCamera2/stack/common/
cam_types.h 623 int64_t timestamp_offset; // Timestamp offset with gyro sensor. 0 if uncalibrated. member in struct:__anon48938
    [all...]

Completed in 720 milliseconds