Home
last modified time | relevance | path

Searched refs:pc1 (Results 1 – 15 of 15) sorted by relevance

/external/webrtc/webrtc/tools/rtcbot/test/
Dwebrtc_video_streaming.js30 function onPeerConnectionCreated(pc1, pc2) { argument
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) { argument
67 pc1.createOffer(gotOffer, test.fail);
71 pc1.setLocalDescription(offer, onSetSessionDescriptionSuccess, test.fail);
82 pc1.setRemoteDescription(answer, onSetSessionDescriptionSuccess,
[all …]
DoneWayVideoStreamingWithDownloadingFile.js34 function onPeerConnectionCreated(pc1, pc2) { argument
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) { argument
71 pc1.createOffer(gotOffer, test.fail);
75 pc1.setLocalDescription(offer, onSetSessionDescriptionSuccess, test.fail);
86 pc1.setRemoteDescription(answer, onSetSessionDescriptionSuccess,
[all …]
Dtwo_way_video_streaming.js45 function onPeerConnectionCreated(pc1, pc2) { argument
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) { argument
74 pc1.createOffer(gotOffer, test.fail);
78 pc1.setLocalDescription(offer, onSetSessionDescriptionSuccess, test.fail);
89 pc1.setRemoteDescription(answer, onSetSessionDescriptionSuccess,
99 report.collectStatsFromPeerConnection("bot1", pc1);
Dthree_bots_video_conference.js68 function establichCall(pc1, pc2) { argument
69 pc1.addEventListener('icecandidate', onIceCandidate.bind(pc2));
70 pc2.addEventListener('icecandidate', onIceCandidate.bind(pc1));
72 createOfferAndAnswer(pc1, pc2);
91 function createOfferAndAnswer(pc1, pc2) { argument
93 pc1.createOffer(gotOffer, test.fail);
97 pc1.setLocalDescription(offer, onSetSessionDescriptionSuccess, test.fail);
108 pc1.setRemoteDescription(answer, onSetSessionDescriptionSuccess,
Dsimple_offer_answer.js18 function run(pc1, pc2) { argument
20 pc1.createOffer(gotOffer);
25 pc1.setLocalDescription(offer, expectedCall, test.fail);
34 pc1.setRemoteDescription(answer, expectedCall, test.fail);
/external/webrtc/webrtc/tools/loopback_test/
Dloopback_test.js97 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);
153 function Call(pc1, pc2) { argument
154 pc1.onicecandidate = applyIceCandidate.bind(pc2);
155 pc2.onicecandidate = applyIceCandidate.bind(pc1);
171 pc1.createOffer(gotDescription1, onCreateSessionDescriptionError);
[all …]
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/
DPKIXCertPathCheckerTest.java52 PKIXCertPathChecker pc1 = TestUtils.getTestCertPathChecker(); in testClone() local
53 PKIXCertPathChecker pc2 = (PKIXCertPathChecker) pc1.clone(); in testClone()
54 assertNotSame("notSame", pc1, pc2); in testClone()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_stacktrace.cc94 uhwptr pc1 = caller_frame[2]; in FastUnwindStack() local
96 uhwptr pc1 = frame[1]; in FastUnwindStack()
98 if (pc1 != pc) { in FastUnwindStack()
99 trace_buffer[size++] = (uptr) pc1; in FastUnwindStack()
/external/libvncserver/common/
Dd3des.c59 static unsigned char pc1[56] = { variable
82 l = pc1[j]; in rfbDesKey()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/engines/
DDESEngine.java126 private static final byte[] pc1 = field in DESEngine
317 int l = pc1[j]; in generateWorkingKey()
/external/clang/test/SemaCXX/
Dnamespace-alias.cpp97 C1 *pc1 = 0; variable
/external/wpa_supplicant_8/src/crypto/
Ddes-internal.c66 static const u8 pc1[56] = { variable
279 l = (u32) pc1[j]; in deskey()
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_tex_sample.c1983 float pc0, pc1, pc2, pc3; in sample_compare() local
1997 pc1 = CLAMP(c0[1], 0.0F, 1.0F); in sample_compare()
2002 pc1 = CLAMP(p[1], 0.0F, 1.0F); in sample_compare()
2010 k1 = pc1 < rgba[0][1]; in sample_compare()
2016 k1 = pc1 <= rgba[0][1]; in sample_compare()
2022 k1 = pc1 > rgba[0][1]; in sample_compare()
2028 k1 = pc1 >= rgba[0][1]; in sample_compare()
2034 k1 = pc1 == rgba[0][1]; in sample_compare()
2040 k1 = pc1 != rgba[0][1]; in sample_compare()
/external/compiler-rt/lib/tsan/rtl/
Dtsan_rtl_report.cc114 uptr pc1 = pc; in SymbolizeStack() local
118 pc1 = StackTrace::GetPreviousInstructionPc(pc); in SymbolizeStack()
119 SymbolizedStack *ent = SymbolizeCode(pc1); in SymbolizeStack()
/external/chromium-trace/catapult/tracing/test_data/
Dddms_calculator_start.trace52171 ���pc1��W��
68937 �@�pc1��f��
139249 �@�pc1��� ��