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

  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/test/BWEStandAlone/
TestSenderReceiver.cc 55 _rtp = RtpRtcp::CreateRtpRtcp(0, false);
56 if (!_rtp)
62 if (_rtp->InitReceiver() != 0)
64 throw "_rtp->InitReceiver()";
68 if (_rtp->InitSender() != 0)
70 throw "_rtp->InitSender()";
91 if (_rtp)
93 RtpRtcp::DestroyRtpRtcp(_rtp);
94 _rtp = NULL;
121 if (_rtp->RegisterIncomingRTPCallback(this) != 0
    [all...]
TestSenderReceiver.h 133 uint32_t BitrateSent() { return (_rtp->BitrateSent()); };
149 RtpRtcp* _rtp; member in class:TestSenderReceiver
  /external/chromium_org/third_party/webrtc/modules/video_coding/main/test/
mt_test_common.h 31 _rtp(rtp),
38 webrtc::RtpRtcp& _rtp; member in class:webrtc::SendSharedState
65 _rtp(rtp) {}
67 webrtc::RtpRtcp& _rtp; member in class:webrtc::SharedRTPState
75 _rtp(rtp),
77 webrtc::RtpRtcp& _rtp; member in class:webrtc::SharedTransportState
test_callbacks.h 166 void SetRtpModule(RtpRtcp* rtp_module) { _rtp = rtp_module; }
195 RtpRtcp* _rtp; member in class:webrtc::RTPSendCompleteCallback
211 _rtp(rtp) {}
215 webrtc::RtpRtcp& _rtp; member in class:webrtc::PacketRequester
247 void RegisterRtpModule(RtpRtcp* rtp) {_rtp = rtp;}
257 RtpRtcp* _rtp; member in class:webrtc::VideoProtectionCallback
media_opt_test.cc 70 _rtp(NULL),
92 delete _rtp;
207 _rtp = RtpRtcp::CreateRtpRtcp(configuration);
209 _outgoingTransport->SetRtpModule(_rtp);
222 _rtp->RegisterSendPayload(video_codec);
231 _rtp->RegisterSendPayload(video_codec);
240 _rtp->RegisterSendPayload(video_codec);
243 _rtp->SetGenericFECStatus(_nackFecEnabled, VCM_RED_PAYLOAD_TYPE,
246 _rtp->SetGenericFECStatus(_fecEnabled, VCM_RED_PAYLOAD_TYPE,
284 VCMRTPEncodeCompleteCallback* encodeCompleteCallback = new VCMRTPEncodeCompleteCallback(_rtp);
    [all...]
media_opt_test.h 57 webrtc::RtpRtcp* _rtp; member in class:MediaOptTest
test_callbacks.cc 214 _rtp(NULL),
296 assert(_rtp); // We must have a configured RTP module for this test.
417 return _rtp.SendNACK(sequenceNumbers, length);
461 if (_rtp->SetFecParameters(&delta_fec_params_,

Completed in 1118 milliseconds