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

  /external/chromium_org/third_party/webrtc/video_engine/test/auto_test/source/
vie_autotest_loopback.cc 707 int remainingInterfaces = 0;
708 remainingInterfaces = ptrViECodec->Release();
709 remainingInterfaces += ptrViECapture->Release();
710 remainingInterfaces += ptrViERtpRtcp->Release();
711 remainingInterfaces += ptrViERender->Release();
712 remainingInterfaces += ptrViENetwork->Release();
713 remainingInterfaces += ptrViEBase->Release();
714 if (remainingInterfaces > 0)
vie_autotest_record.cc 529 int remainingInterfaces = 0;
530 remainingInterfaces = ptrViECodec->Release();
531 remainingInterfaces += ptrViECapture->Release();
532 remainingInterfaces += ptrViERtpRtcp->Release();
533 remainingInterfaces += ptrViERender->Release();
534 remainingInterfaces += ptrViENetwork->Release();
535 remainingInterfaces += ptrViEBase->Release();
536 if (remainingInterfaces > 0) {

Completed in 106 milliseconds