Home
last modified time | relevance | path

Searched refs:pc2 (Results 1 – 18 of 18) sorted by relevance

/external/webrtc/webrtc/tools/rtcbot/test/
Dwebrtc_video_streaming.js30 function onPeerConnectionCreated(pc1, pc2) { argument
33 pc2.addEventListener('addstream', onAddStream);
34 pc1.addEventListener('icecandidate', onIceCandidate.bind(pc2));
35 pc2.addEventListener('icecandidate', onIceCandidate.bind(pc1));
44 createOfferAndAnswer(pc1, pc2);
65 function createOfferAndAnswer(pc1, pc2) { argument
72 pc2.setRemoteDescription(offer, onSetSessionDescriptionSuccess,
75 pc2.createAnswer(gotAnswer, test.fail);
80 pc2.setLocalDescription(answer, onSetSessionDescriptionSuccess,
93 report.collectStatsFromPeerConnection("bot2", pc2);
Dtwo_way_video_streaming.js45 function onPeerConnectionCreated(pc1, pc2) { argument
48 pc2.addEventListener('addstream', onAddStream.bind(bot2));
49 pc1.addEventListener('icecandidate', onIceCandidate.bind(pc2));
50 pc2.addEventListener('icecandidate', onIceCandidate.bind(pc1));
52 createOfferAndAnswer(pc1, pc2);
72 function createOfferAndAnswer(pc1, pc2) { argument
79 pc2.setRemoteDescription(offer, onSetSessionDescriptionSuccess,
82 pc2.createAnswer(gotAnswer, test.fail);
87 pc2.setLocalDescription(answer, onSetSessionDescriptionSuccess,
100 report.collectStatsFromPeerConnection("bot2", pc2);
DoneWayVideoStreamingWithDownloadingFile.js34 function onPeerConnectionCreated(pc1, pc2) { argument
37 pc2.addEventListener('addstream', onAddStream);
38 pc1.addEventListener('icecandidate', onIceCandidate.bind(pc2));
39 pc2.addEventListener('icecandidate', onIceCandidate.bind(pc1));
48 createOfferAndAnswer(pc1, pc2);
69 function createOfferAndAnswer(pc1, pc2) { argument
76 pc2.setRemoteDescription(offer, onSetSessionDescriptionSuccess,
79 pc2.createAnswer(gotAnswer, test.fail);
84 pc2.setLocalDescription(answer, onSetSessionDescriptionSuccess,
102 report.collectStatsFromPeerConnection("bot2", pc2);
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
98 pc2.setRemoteDescription(offer, onSetSessionDescriptionSuccess,
101 pc2.createAnswer(gotAnswer, test.fail);
106 pc2.setLocalDescription(answer, onSetSessionDescriptionSuccess,
Dsimple_offer_answer.js18 function run(pc1, pc2) { argument
26 pc2.setRemoteDescription(offer, expectedCall, test.fail);
27 pc2.createAnswer(gotAnswer, test.fail);
33 pc2.setLocalDescription(answer, expectedCall, test.fail);
/external/webrtc/webrtc/tools/loopback_test/
Dloopback_test.js110 var pc2 = new RTCPeerConnection(pcConfig, pcConstraints);
111 constrainTurnCandidates(pc2);
112 constrainBitrateAnswer(pc2);
113 pc2StatTracker = new StatTracker(pc2, 50);
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);
180 pc2.setRemoteDescription(desc);
184 pc2.createAnswer(gotDescription2, onCreateSessionDescriptionError);
[all …]
/external/curl/src/
Dtool_operhlp.c132 const char *pc, *pc2; in get_url_file_name() local
143 pc2 = strrchr(pc, '\\'); in get_url_file_name()
145 if(pc2 && (!pc || pc < pc2)) in get_url_file_name()
146 pc = pc2; in get_url_file_name()
/external/libcups/cups/
Dtestpwg.c414 _ppd_cache_t *pc2; /* Loaded data */ in test_ppd_cache() local
435 if ((pc2 = _ppdCacheCreateWithFile("test.pwg", NULL)) == NULL) in test_ppd_cache()
443 if (pc2->num_sizes != pc->num_sizes) in test_ppd_cache()
448 printf(" SAVED num_sizes=%d, ORIG num_sizes=%d\n", pc2->num_sizes, in test_ppd_cache()
455 for (i = pc->num_sizes, size = pc->sizes, size2 = pc2->sizes; in test_ppd_cache()
508 for (i = pc->num_sources, map = pc->sources, map2 = pc2->sources; in test_ppd_cache()
531 for (i = pc->num_types, map = pc->types, map2 = pc2->types; in test_ppd_cache()
558 _ppdCacheDestroy(pc2); in test_ppd_cache()
/external/libvncserver/common/
Dd3des.c68 static unsigned char pc2[48] = { variable
102 if( pcr[pc2[j]] ) kn[m] |= bigbyte[j]; in rfbDesKey()
103 if( pcr[pc2[j+24]] ) kn[n] |= bigbyte[j]; in rfbDesKey()
/external/javassist/src/main/javassist/compiler/
DCodeGen.java385 int pc2 = 0; in atIfStmnt() local
397 pc2 = bytecode.currentPc(); in atIfStmnt()
406 bytecode.write16bit(pc2, bytecode.currentPc() - pc2 + 1); in atIfStmnt()
428 int pc2 = bytecode.currentPc(); in atWhileStmnt() local
437 bytecode.addIndex(pc2 - bytecode.currentPc() + 1); in atWhileStmnt()
471 int pc2 = 0; in atForStmnt() local
474 pc2 = bytecode.currentPc(); in atForStmnt()
490 bytecode.write16bit(pc2, pc4 - pc2 + 1); in atForStmnt()
669 int pc2 = bc.currentPc(); in atSyncStmnt() local
678 if (pc < pc2) { // if the body is not empty in atSyncStmnt()
[all …]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/engines/
DDESEngine.java140 private static final byte[] pc2 = field in DESEngine
366 if (pcr[pc2[j]]) in generateWorkingKey()
371 if (pcr[pc2[j + 24]]) in generateWorkingKey()
/external/valgrind/none/tests/mips64/
Dcvm_atomic_thread.c312 pid_t child, pc2; in main() local
406 pc2 = waitpid(child, &status, 0); in main()
407 assert(pc2 == child); in main()
/external/wpa_supplicant_8/src/crypto/
Ddes-internal.c80 static const u8 pc2[48] = { variable
307 if ((int) pcr[(int) pc2[j]] != 0) in deskey()
309 if ((int) pcr[(int) pc2[j + 24]] != 0) in deskey()
/external/clang/test/SemaCXX/
Dnamespace-alias.cpp109 N::C2 *pc2 = 0; variable
/external/apache-commons-math/src/main/java/org/apache/commons/math/estimation/
DLevenbergMarquardtEstimator.java398 double pc2 = previousCost * previousCost; in estimate() local
399 coeff1 = coeff1 / pc2; in estimate()
400 double coeff2 = lmPar * lmNorm * lmNorm / pc2; in estimate()
/external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/general/
DLevenbergMarquardtOptimizer.java399 double pc2 = previousCost * previousCost; in doOptimize() local
400 coeff1 = coeff1 / pc2; in doOptimize()
401 double coeff2 = lmPar * lmNorm * lmNorm / pc2; in doOptimize()
/external/clang/test/CodeGenCXX/
Dmember-function-pointers.cpp35 void (C::*pc2)() = &C::f; variable
/external/clang/test/CXX/drs/
Ddr15xx.cpp246 char *pc2 = f({1, 2}); // #2 also variable