HomeSort by relevance Sort by last modified time
    Searched refs:last_packet_rtp_info_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/webrtc/modules/audio_coding/main/acm2/
initial_delay_manager.cc 28 last_packet_rtp_info_.header.payloadType = kInvalidPayloadType;
29 last_packet_rtp_info_.header.ssrc = 0;
30 last_packet_rtp_info_.header.sequenceNumber = 0;
31 last_packet_rtp_info_.header.timestamp = 0;
49 RTPHeader* last_header = &last_packet_rtp_info_.header;
65 last_packet_rtp_info_.header.payloadType == kInvalidPayloadType) {
159 memcpy(&last_packet_rtp_info_, &rtp_info, sizeof(rtp_info));
197 memcpy(&sync_stream->rtp_info, &last_packet_rtp_info_,
198 sizeof(last_packet_rtp_info_));
213 last_packet_rtp_info_.header.timestamp += timestamp_update
    [all...]
initial_delay_manager.h 96 WebRtcRTPHeader last_packet_rtp_info_; member in class:webrtc::acm2::InitialDelayManager

Completed in 34 milliseconds