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

  /external/webrtc/webrtc/modules/audio_coding/acm2/
audio_coding_module_impl.cc 720 // We are not acquiring any lock when interacting with |aux_rtp_header_| no
722 if (!aux_rtp_header_) {
725 aux_rtp_header_.reset(new WebRtcRTPHeader);
726 aux_rtp_header_->header.payloadType = payload_type;
728 aux_rtp_header_->header.ssrc = 0;
729 aux_rtp_header_->header.markerBit = false;
731 aux_rtp_header_->header.sequenceNumber = 0x1234; // Arbitrary.
732 aux_rtp_header_->type.Audio.channel = 1;
735 aux_rtp_header_->header.timestamp = timestamp;
736 IncomingPacket(incoming_payload, payload_length, *aux_rtp_header_);
    [all...]
audio_coding_module_impl.h 263 rtc::scoped_ptr<WebRtcRTPHeader> aux_rtp_header_; member in class:webrtc::acm2::final

Completed in 311 milliseconds