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

  /external/chromium_org/third_party/webrtc/video_engine/test/auto_test/source/
vie_autotest_loopback.cc 98 webrtc::ViERTP_RTCP* ptrViERtpRtcp =
100 if (ptrViERtpRtcp == NULL)
200 error = ptrViERtpRtcp->SetRTCPStatus(videoChannel,
208 error = ptrViERtpRtcp->SetKeyFrameRequestMethod(
216 error = ptrViERtpRtcp->SetRembStatus(videoChannel, true, true);
225 error = ptrViERtpRtcp->SetLocalSSRC(videoChannel, kSsrc);
231 error = ptrViERtpRtcp->SetLocalSSRC(videoChannel, kRtxSsrc,
238 error = ptrViERtpRtcp->SetRemoteSSRCType(videoChannel,
247 error = ptrViERtpRtcp->SetRtxSendPayloadType(videoChannel, kRtxPayloadType);
253 error = ptrViERtpRtcp->SetRtxReceivePayloadType(videoChannel
    [all...]
vie_autotest_record.cc 253 webrtc::ViERTP_RTCP* ptrViERtpRtcp =
255 if (ptrViERtpRtcp == NULL) {
260 error = ptrViERtpRtcp->SetRTCPStatus(videoChannel,
267 error = ptrViERtpRtcp->SetKeyFrameRequestMethod(
274 error = ptrViERtpRtcp->SetRembStatus(videoChannel, true, true);
434 ptrViERtpRtcp->StartRTPDump(videoChannel,
458 ptrViERtpRtcp->StopRTPDump(videoChannel, webrtc::kRtpOutgoing);
532 remainingInterfaces += ptrViERtpRtcp->Release();

Completed in 37 milliseconds