Home
last modified time | relevance | path

Searched refs:xcs (Results 1 – 11 of 11) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/examples/login/
Dlogin_main.cc51 buzz::XmppClientSettings xcs; in main() local
52 xcs.set_user(username.c_str()); in main()
53 xcs.set_host("gmail.com"); in main()
54 xcs.set_use_tls(buzz::TLS_DISABLED); in main()
55 xcs.set_auth_token(buzz::AUTH_MECHANISM_OAUTH2, in main()
57 xcs.set_server(talk_base::SocketAddress("talk.google.com", 5222)); in main()
58 thread.Login(xcs); in main()
/external/chromium_org/third_party/libjingle/source/talk/xmpp/
Dxmppthread.cc40 LoginData(const buzz::XmppClientSettings& s) : xcs(s) {} in LoginData()
43 buzz::XmppClientSettings xcs; member
61 void XmppThread::Login(const buzz::XmppClientSettings& xcs) { in Login() argument
62 Post(this, MSG_LOGIN, new LoginData(xcs)); in Login()
76 pump_->DoLogin(data->xcs, new XmppSocket(buzz::TLS_DISABLED), in OnMessage()
Dxmpppump.cc40 void XmppPump::DoLogin(const buzz::XmppClientSettings & xcs, in DoLogin() argument
46 client_->Connect(xcs, "", socket, auth); in DoLogin()
Dxmppthread.h49 void Login(const buzz::XmppClientSettings & xcs);
Dxmpppump.h55 void DoLogin(const buzz::XmppClientSettings & xcs,
/external/chromium_org/third_party/libjingle/source/talk/examples/call/
Dcall_main.cc344 buzz::XmppClientSettings xcs; in main() local
345 xcs.set_user(jid.node()); in main()
346 xcs.set_resource("call"); in main()
347 xcs.set_host(jid.domain()); in main()
348 xcs.set_allow_plain(allow_plain); in main()
351 xcs.set_use_tls(buzz::TLS_DISABLED); in main()
353 xcs.set_use_tls(buzz::TLS_ENABLED); in main()
355 xcs.set_use_tls(buzz::TLS_REQUIRED); in main()
363 xcs.set_allow_plain(true); in main()
364 xcs.set_use_tls(buzz::TLS_DISABLED); in main()
[all …]
/external/libvpx/libvpx/vpx/src/
Dvpx_image.c51 unsigned int h, w, s, xcs, ycs, bps; in img_alloc_helper() local
108 xcs = 1; in img_alloc_helper()
111 xcs = 0; in img_alloc_helper()
128 align = (1 << xcs) - 1; in img_alloc_helper()
161 img->x_chroma_shift = xcs; in img_alloc_helper()
167 img->stride[VPX_PLANE_U] = img->stride[VPX_PLANE_V] = s >> xcs; in img_alloc_helper()
/external/chromium_org/third_party/libvpx/source/libvpx/vpx/src/
Dvpx_image.c51 unsigned int h, w, s, xcs, ycs, bps; in img_alloc_helper() local
108 xcs = 1; in img_alloc_helper()
111 xcs = 0; in img_alloc_helper()
128 align = (1 << xcs) - 1; in img_alloc_helper()
161 img->x_chroma_shift = xcs; in img_alloc_helper()
167 img->stride[VPX_PLANE_U] = img->stride[VPX_PLANE_V] = s >> xcs; in img_alloc_helper()
/external/kernel-headers/original/uapi/asm-x86/asm/
Dptrace.h31 int xcs; member
/external/chromium_org/sandbox/linux/seccomp-bpf/
Dlinux_seccomp.h154 long int xcs; member
/external/strace/
Dsyscall.c710 uint32_t xcs; member