HomeSort by relevance Sort by last modified time
    Searched refs:pc1 (Results 1 - 25 of 28) sorted by null

1 2

  /external/webrtc/webrtc/tools/loopback_test/
loopback_test.js 97 var pc1 = new RTCPeerConnection(pcConfig, pcConstraints);
98 constrainTurnCandidates(pc1);
99 constrainOfferToRemoveFec(pc1);
100 pc1StatTracker = new StatTracker(pc1, 50);
117 pc1.addStream(stream);
118 var call = new Call(pc1, pc2);
149 // var c = new Call(pc1, pc2);
153 function Call(pc1, pc2) {
154 pc1.onicecandidate = applyIceCandidate.bind(pc2);
155 pc2.onicecandidate = applyIceCandidate.bind(pc1);
    [all...]
  /external/webrtc/webrtc/tools/rtcbot/test/
oneWayVideoStreamingWithDownloadingFile.js 34 function onPeerConnectionCreated(pc1, pc2) {
36 pc1.addEventListener('addstream', test.fail);
38 pc1.addEventListener('icecandidate', onIceCandidate.bind(pc2));
39 pc2.addEventListener('icecandidate', onIceCandidate.bind(pc1));
45 pc1.addStream(stream);
48 createOfferAndAnswer(pc1, pc2);
69 function createOfferAndAnswer(pc1, pc2) {
71 pc1.createOffer(gotOffer, test.fail);
75 pc1.setLocalDescription(offer, onSetSessionDescriptionSuccess, test.fail);
86 pc1.setRemoteDescription(answer, onSetSessionDescriptionSuccess
    [all...]
webrtc_video_streaming.js 30 function onPeerConnectionCreated(pc1, pc2) {
32 pc1.addEventListener('addstream', test.fail);
34 pc1.addEventListener('icecandidate', onIceCandidate.bind(pc2));
35 pc2.addEventListener('icecandidate', onIceCandidate.bind(pc1));
41 pc1.addStream(stream);
44 createOfferAndAnswer(pc1, pc2);
65 function createOfferAndAnswer(pc1, pc2) {
67 pc1.createOffer(gotOffer, test.fail);
71 pc1.setLocalDescription(offer, onSetSessionDescriptionSuccess, test.fail);
82 pc1.setRemoteDescription(answer, onSetSessionDescriptionSuccess
    [all...]
two_way_video_streaming.js 45 function onPeerConnectionCreated(pc1, pc2) {
47 pc1.addEventListener('addstream', onAddStream.bind(bot1));
49 pc1.addEventListener('icecandidate', onIceCandidate.bind(pc2));
50 pc2.addEventListener('icecandidate', onIceCandidate.bind(pc1));
52 createOfferAndAnswer(pc1, pc2);
72 function createOfferAndAnswer(pc1, pc2) {
74 pc1.createOffer(gotOffer, test.fail);
78 pc1.setLocalDescription(offer, onSetSessionDescriptionSuccess, test.fail);
89 pc1.setRemoteDescription(answer, onSetSessionDescriptionSuccess,
99 report.collectStatsFromPeerConnection("bot1", pc1);
    [all...]
three_bots_video_conference.js 68 function establichCall(pc1, pc2) {
69 pc1.addEventListener('icecandidate', onIceCandidate.bind(pc2));
70 pc2.addEventListener('icecandidate', onIceCandidate.bind(pc1));
72 createOfferAndAnswer(pc1, pc2);
91 function createOfferAndAnswer(pc1, pc2) {
93 pc1.createOffer(gotOffer, test.fail);
97 pc1.setLocalDescription(offer, onSetSessionDescriptionSuccess, test.fail);
108 pc1.setRemoteDescription(answer, onSetSessionDescriptionSuccess,
simple_offer_answer.js 18 function run(pc1, pc2) {
20 pc1.createOffer(gotOffer);
25 pc1.setLocalDescription(offer, expectedCall, test.fail);
34 pc1.setRemoteDescription(answer, expectedCall, test.fail);
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/
PKIXCertPathCheckerTest.java 52 PKIXCertPathChecker pc1 = TestUtils.getTestCertPathChecker(); local
53 PKIXCertPathChecker pc2 = (PKIXCertPathChecker) pc1.clone();
54 assertNotSame("notSame", pc1, pc2);
  /libcore/luni/src/test/java/tests/security/cert/
PKIXCertPathCheckerTest.java 54 PKIXCertPathChecker pc1 = TestUtils.getTestCertPathChecker(); local
55 PKIXCertPathChecker pc2 = (PKIXCertPathChecker) pc1.clone();
56 assertNotSame("notSame", pc1, pc2);
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_stacktrace.cc 94 uhwptr pc1 = caller_frame[2]; local
96 uhwptr pc1 = frame[1];
98 if (pc1 != pc) {
99 trace_buffer[size++] = (uptr) pc1;
  /external/clang/test/SemaCXX/
namespace-alias.cpp 97 C1 *pc1 = 0;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3dx9math.inl 885 static inline D3DXCOLOR* D3DXColorAdd(D3DXCOLOR *pout, CONST D3DXCOLOR *pc1, CONST D3DXCOLOR *pc2)
887 if ( !pout || !pc1 || !pc2 ) return NULL;
888 pout->r = (pc1->r) + (pc2->r);
889 pout->g = (pc1->g) + (pc2->g);
890 pout->b = (pc1->b) + (pc2->b);
891 pout->a = (pc1->a) + (pc2->a);
895 static inline D3DXCOLOR* D3DXColorLerp(D3DXCOLOR *pout, CONST D3DXCOLOR *pc1, CONST D3DXCOLOR *pc2, FLOAT s)
897 if ( !pout || !pc1 || !pc2 ) return NULL;
898 pout->r = (1-s) * (pc1->r) + s *(pc2->r);
899 pout->g = (1-s) * (pc1->g) + s *(pc2->g)
    [all...]
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_tex_sample.c 1983 float pc0, pc1, pc2, pc3; local
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/engines/
DESEngine.java 126 private static final byte[] pc1 = field in class:DESEngine
317 int l = pc1[j];
  /external/libvncserver/common/
d3des.c 59 static unsigned char pc1[56] = { variable
82 l = pc1[j];
  /external/wpa_supplicant_8/src/crypto/
des-internal.c 66 static const u8 pc1[56] = { variable
279 l = (u32) pc1[j];
  /external/compiler-rt/lib/tsan/rtl/
tsan_rtl_report.cc 114 uptr pc1 = pc; local
118 pc1 = StackTrace::GetPreviousInstructionPc(pc);
119 SymbolizedStack *ent = SymbolizeCode(pc1);
  /external/libvncserver/webclients/java-applet/
VncViewer.jar 
  /external/libvncserver/webclients/java-applet/ssl/
SignedVncViewer.jar 
VncViewer.jar 
SignedUltraViewerSSL.jar 
UltraViewerSSL.jar 
  /prebuilts/tools/common/m2/repository/com/cenqua/clover/clover/3.1.12/
clover-3.1.12.jar 
  /external/google-tv-pairing-protocol/java/jar/
bcprov-jdk15-143.jar 
  /prebuilts/devtools/tools/lib/
bcprov-jdk15on-1.48.jar 
  /prebuilts/sdk/tools/lib/
signapk.jar 

Completed in 1510 milliseconds

1 2