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

1 2

  /external/chromium/third_party/libjingle/source/talk/p2p/base/
rawtransport.cc 81 cand = candidates.begin();
82 cand != candidates.end();
83 ++cand) {
84 ASSERT(cand->protocol() == "udp");
85 talk_base::SocketAddress addr = cand->address();
transport.cc 259 bool Transport::VerifyCandidate(const Candidate& cand, ParseError* error) {
260 if (cand.address().IsLocalIP() && !allow_local_ips_)
264 if (cand.address().IsAny()) {
269 int port = cand.address().port();
274 if (cand.address().IsPrivateIP()) {
session.cc 127 for (Candidates::const_iterator cand = candidates.begin();
128 cand != candidates.end(); ++cand) {
129 sent_candidates_.push_back(*cand);
430 for (Candidates::const_iterator cand = tinfo->candidates.begin();
431 cand != tinfo->candidates.end(); ++cand) {
432 if (!transproxy->impl()->VerifyCandidate(*cand, error))
435 if (!transproxy->impl()->HasChannel(cand->name())) {
438 extra_info->AddAttr(buzz::QN_NAME, cand->name())
    [all...]
sessionmessages.cc 317 for (Candidates::iterator cand = tinfo.candidates.begin();
318 cand != tinfo.candidates.end(); cand++) {
319 if (cand->name() == GINGLE_CANDIDATE_NAME_RTP ||
320 cand->name() == GINGLE_CANDIDATE_NAME_RTCP) {
321 audio_tinfo.candidates.push_back(*cand);
322 } else if (cand->name() == GINGLE_CANDIDATE_NAME_VIDEO_RTP ||
323 cand->name() == GINGLE_CANDIDATE_NAME_VIDEO_RTCP) {
324 video_tinfo.candidates.push_back(*cand);
    [all...]
  /external/wpa_supplicant_8/src/rsn_supp/
preauth.c 352 struct rsn_pmksa_candidate *cand, *pos; local
366 cand = NULL;
370 cand = pos;
375 if (cand) {
376 dl_list_del(&cand->list);
378 cand->priority = prio;
380 cand = os_zalloc(sizeof(*cand));
381 if (cand == NULL)
383 os_memcpy(cand->bssid, bssid, ETH_ALEN)
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
me_utils.cpp 110 void GetHalfPelMBRegion_C(UChar *cand, UChar *hmem, Int lx)
118 p1 = cand - lx - 1;
119 p2 = cand - lx;
120 p3 = cand - 1;
121 p4 = cand;
166 void GetHalfPelBlkRegion(UChar *cand, UChar *hmem, Int lx)
174 p1 = cand - lx - 1;
175 p2 = cand - lx;
176 p3 = cand - 1;
177 p4 = cand;
    [all...]
motion_est.cpp 774 UChar *ref, *cand, *ncand = NULL, *cur8; local
883 cand = ref + i + j * lx;
885 d = (*SAD_Macroblock)(cand, cur, (dmin << 16) | lx, extra_info);
892 ncand = cand;
906 cand = ref + i + j * lx;
907 d = (*SAD_Macroblock)(cand, cur, (dmin << 16) | lx, extra_info);
914 ncand = cand;
921 ncand = cand;
955 cand = ref + i + j * lx;
965 d = (*SAD_Macroblock)(cand, cur, (dmin << 16) | lx, extra_info)
1183 UChar *cand; local
1269 UChar *cand, *ref; local
    [all...]
findhalfpel.cpp 191 UChar *cand, *cur8; local
235 cand = ncand8[comp+1];
249 d = (*SAD_Blk_HalfPel)(cand, cur8, dmin, lx, swidth, xh, yh, extra_info);
mp4enc_lib.h 126 void GetHalfPelMBRegion_C(UChar *cand, UChar *hmem, Int lx);
127 void GetHalfPelMBRegion_SSE(UChar *cand, UChar *hmem, Int lx);
128 void GetHalfPelBlkRegion(UChar *cand, UChar *hmem, Int lx);
mp4lib_int.h 244 void (*GetHalfPelMBRegion)(UChar *cand, UChar *hmem, Int lx);
  /libcore/xml/src/main/java/org/kxml2/io/
KXmlSerializer.java 205 String cand = nspStack[i]; local
209 if (nspStack[j].equals(cand)) {
210 cand = null;
214 if (cand != null)
215 return cand;
  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
motion_est.cpp 963 uint8 *ref, *cand, *ncand; local
1266 uint8 *cand; local
    [all...]
findhalfpel.cpp 60 uint8* cand; local
82 cand = hpel_cand[0];
85 dmin = SATD_MB(cand, cur, 65535); // get Hadamaard transform SAD
607 /* assuming cand always has a pitch of 24 */
608 int SATD_MB(uint8 *cand, uint8 *cur, int dmin)
614 cost = AVCSAD_Macroblock_C(cand, cur, dmin, NULL);
avcenc_lib.h 653 \param "cand" "Pointer to a candidate."
658 int SATD_MB(uint8 *cand, uint8 *cur, int dmin);
    [all...]
  /external/valgrind/main/coregrind/m_debuginfo/
readmacho.c 407 /* 'cand' is a bunch of candidate symbols obtained by reading
890 /* tidy up the cand syms -- trim overlapping ends. May resize
897 DiSym* cand = (DiSym*) VG_(indexXA)( candSyms, i ); local
    [all...]
  /packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
CandidateView.java 513 String cand = mDecInfo.mCandidatesList.get(pStart + i);
514 float candidateWidth = mCandidatesPaint.measureText(cand);
545 cand = getLimitedCandidateForDrawing(cand,
553 canvas.drawText(cand, xPos + centerOffset, yPos,
  /packages/inputmethods/PinyinIME/jni/share/
ngram.cpp 299 double cand = freqs[freq_pos]; local
301 if (freq_codes_df_[i] == cand) {
  /external/valgrind/main/coregrind/
m_stacktrace.c 755 // take it only if 'cand' isn't obviously a duplicate
757 Addr cand = (lr & 0xFFFFFFFE) - 1; local
758 if (abs_diff(cand, ips[i-1]) > 1) {
761 ips[i++] = cand;
771 Addr cand = (w & 0xFFFFFFFE) - 1; local
772 // take it only if 'cand' isn't obviously a duplicate
774 if (abs_diff(cand, ips[i-1]) > 1) {
777 ips[i++] = cand;
    [all...]
  /external/valgrind/main/VEX/priv/
host_generic_reg_alloc2.c 1214 HReg cand = INVALID_HREG; local
    [all...]
  /external/smack/asmack-master/lib/
jstun.jar 
  /hardware/ti/wlan/mac80211/wpa_supplicant_lib/
driver_mac80211.c 228 const struct iw_pmkid_cand *cand; local
232 if (len < sizeof(*cand)) {
236 cand = (const struct iw_pmkid_cand *) ev;
237 addr = (const u8 *) cand->bssid.sa_data;
240 "flags=0x%x index=%d bssid=" MACSTR, cand->flags,
241 cand->index, MAC2STR(addr));
245 data.pmkid_candidate.index = cand->index;
246 data.pmkid_candidate.preauth = cand->flags & IW_PMKID_CAND_PREAUTH;
    [all...]
  /external/wpa_supplicant_8/src/drivers/
driver_wext.c 340 const struct iw_pmkid_cand *cand; local
344 if (len < sizeof(*cand))
347 cand = (const struct iw_pmkid_cand *) ev;
348 addr = (const u8 *) cand->bssid.sa_data;
351 "flags=0x%x index=%d bssid=" MACSTR, cand->flags,
352 cand->index, MAC2STR(addr));
356 data.pmkid_candidate.index = cand->index;
357 data.pmkid_candidate.preauth = cand->flags & IW_PMKID_CAND_PREAUTH;
    [all...]
  /external/valgrind/main/helgrind/
libhb_core.c 4338 Thr_n_RCEC* cand = &ref->accs[i]; local
    [all...]
  /external/valgrind/main/memcheck/
mc_machine.c 130 Int cand = get_otrack_shadow_offset_wrk( offset, szB ); local
131 if (cand == -1)
132 return cand;
133 tl_assert(0 == (cand & 3));
134 tl_assert(cand <= MC_SIZEOF_GUEST_STATE-4);
135 return cand;
    [all...]
  /packages/inputmethods/OpenWnn/libs/libwnnDictionary/engine/
ndbdic.c 1391 NJ_CHAR *wkc, *cand; local
    [all...]

Completed in 465 milliseconds

1 2