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

  /external/chromium_org/third_party/webrtc/modules/audio_coding/main/acm2/
initial_delay_manager.h 32 memset(&rtp_info, 0, sizeof(rtp_info));
38 WebRtcRTPHeader rtp_info; member in struct:webrtc::acm2::InitialDelayManager::SyncStream
91 void RecordLastPacket(const WebRtcRTPHeader& rtp_info,
  /external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
video_coding_robustness_unittest.cc 63 WebRtcRTPHeader rtp_info; local
64 memset(&rtp_info, 0, sizeof(rtp_info));
65 rtp_info.frameType = frame_type;
66 rtp_info.header.timestamp = timestamp;
67 rtp_info.header.sequenceNumber = seq_no;
68 rtp_info.header.markerBit = marker_bit;
69 rtp_info.header.payloadType = video_codec_.plType;
70 rtp_info.type.Video.codec = kRtpVideoVp8;
71 rtp_info.type.Video.codecHeader.VP8.InitRTPVideoHeaderVP8()
    [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_coding/main/test/
TestAllCodecs.cc 59 WebRtcRTPHeader rtp_info; local
62 rtp_info.header.markerBit = false;
63 rtp_info.header.ssrc = 0;
64 rtp_info.header.sequenceNumber = sequence_number_++;
65 rtp_info.header.payloadType = payload_type;
66 rtp_info.header.timestamp = timestamp;
68 rtp_info.type.Audio.isCNG = true;
70 rtp_info.type.Audio.isCNG = false;
78 rtp_info.type.Audio.channel = 1;
81 status = receiver_acm_->IncomingPacket(payload_data_, payload_size, rtp_info);
    [all...]
TestStereo.cc 53 WebRtcRTPHeader rtp_info; local
56 rtp_info.header.markerBit = false;
57 rtp_info.header.ssrc = 0;
58 rtp_info.header.sequenceNumber = seq_no_++;
59 rtp_info.header.payloadType = payload_type;
60 rtp_info.header.timestamp = timestamp;
68 rtp_info.type.Audio.isCNG = false;
69 rtp_info.type.Audio.channel = static_cast<int>(codec_mode_);
71 rtp_info.type.Audio.isCNG = true;
72 rtp_info.type.Audio.channel = static_cast<int>(kMono)
    [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
neteq_unittest.cc 210 WebRtcRTPHeader* rtp_info);
213 WebRtcRTPHeader* rtp_info,
393 WebRtcRTPHeader* rtp_info) {
394 rtp_info->header.sequenceNumber = frame_index;
395 rtp_info->header.timestamp = timestamp;
396 rtp_info->header.ssrc = 0x1234; // Just an arbitrary SSRC.
397 rtp_info->header.payloadType = 94; // PCM16b WB codec.
398 rtp_info->header.markerBit = 0;
403 WebRtcRTPHeader* rtp_info,
406 rtp_info->header.sequenceNumber = frame_index
457 WebRtcRTPHeader rtp_info; local
498 WebRtcRTPHeader rtp_info; local
531 WebRtcRTPHeader rtp_info; local
562 WebRtcRTPHeader rtp_info; local
605 WebRtcRTPHeader rtp_info; local
631 WebRtcRTPHeader rtp_info; local
678 WebRtcRTPHeader rtp_info; local
694 WebRtcRTPHeader rtp_info; local
804 WebRtcRTPHeader rtp_info; local
815 WebRtcRTPHeader rtp_info; local
908 WebRtcRTPHeader rtp_info; local
1046 WebRtcRTPHeader rtp_info; local
1128 WebRtcRTPHeader rtp_info; local
1207 WebRtcRTPHeader rtp_info; local
1304 WebRtcRTPHeader rtp_info; local
    [all...]

Completed in 278 milliseconds