Lines Matching defs:conn
181 xcb_connection_t *conn = hostx_get_xcbconn();
196 cookie = xcb_intern_atom(conn, FALSE, strlen(atom_name), atom_name);
197 reply = xcb_intern_atom_reply(conn, cookie, NULL);
306 xcb_connection_t *conn = hostx_get_xcbconn();
312 cookie = xcb_xv_query_encodings(conn, host_adaptor->base_id);
313 reply = xcb_xv_query_encodings_reply(conn, cookie, NULL);
349 xcb_connection_t *conn = hostx_get_xcbconn();
353 xcb_xv_query_port_attributes(conn, host_adaptor->base_id);
355 xcb_xv_query_port_attributes_reply(conn, cookie, NULL);
393 xcb_connection_t *conn = hostx_get_xcbconn();
396 xcb_xv_list_image_formats(conn, host_adaptor->base_id);
398 xcb_xv_list_image_formats_reply(conn, cookie, NULL);
446 xcb_connection_t *conn = hostx_get_xcbconn();
447 xcb_screen_t *xscreen = xcb_aux_get_screen(conn, hostx_get_screen());
459 xcb_xv_query_adaptors(conn, xscreen->root);
460 a_this->host_adaptors = xcb_xv_query_adaptors_reply(conn, cookie, &e);
677 xcb_connection_t *conn = hostx_get_xcbconn();
686 cookie = xcb_xv_query_image_attributes(conn,
689 reply = xcb_xv_query_image_attributes_reply(conn, cookie, NULL);
734 xcb_connection_t *conn = hostx_get_xcbconn();
741 xcb_xv_stop_video(conn, port_priv->port_number, scrpriv->win);
749 xcb_connection_t *conn = hostx_get_xcbconn();
790 xcb_xv_set_port_attribute(conn, port_priv->port_number,
792 xcb_flush(conn);
804 xcb_connection_t *conn = hostx_get_xcbconn();
824 cookie = xcb_xv_get_port_attribute(conn, port_priv->port_number, host_atom);
825 reply = xcb_xv_get_port_attribute_reply(conn, cookie, &e);
852 xcb_connection_t *conn = hostx_get_xcbconn();
855 xcb_xv_query_best_size(conn,
861 xcb_xv_query_best_size_reply(conn, cookie, NULL);
897 xcb_connection_t *conn = hostx_get_xcbconn();
909 image_attr_cookie = xcb_xv_query_image_attributes(conn,
914 image_attr_reply = xcb_xv_query_image_attributes_reply(conn,
924 gc = xcb_generate_id(conn);
925 xcb_create_gc(conn, gc, scrpriv->win, 0, NULL);
938 xcb_set_clip_rectangles(conn,
947 xcb_xv_put_image(conn,
956 xcb_free_gc(conn, gc);
1098 xcb_connection_t *conn = hostx_get_xcbconn();
1107 gc = xcb_generate_id(conn);
1108 xcb_create_gc(conn, gc, scrpriv->win, 0, NULL);
1109 xcb_xv_put_video(conn, port_priv->port_number,
1113 xcb_free_gc(conn, gc);
1129 xcb_connection_t *conn = hostx_get_xcbconn();
1138 gc = xcb_generate_id(conn);
1139 xcb_create_gc(conn, gc, scrpriv->win, 0, NULL);
1140 xcb_xv_get_video(conn, port_priv->port_number,
1145 xcb_free_gc(conn, gc);
1161 xcb_connection_t *conn = hostx_get_xcbconn();
1170 gc = xcb_generate_id(conn);
1171 xcb_create_gc(conn, gc, scrpriv->win, 0, NULL);
1172 xcb_xv_put_still(conn, port_priv->port_number,
1176 xcb_free_gc(conn, gc);
1192 xcb_connection_t *conn = hostx_get_xcbconn();
1201 gc = xcb_generate_id(conn);
1202 xcb_create_gc(conn, gc, scrpriv->win, 0, NULL);
1203 xcb_xv_get_still(conn, port_priv->port_number,
1207 xcb_free_gc(conn, gc);
1219 xcb_connection_t *conn = hostx_get_xcbconn();
1229 cookie = xcb_xv_query_image_attributes(conn,
1232 reply = xcb_xv_query_image_attributes_reply(conn, cookie, NULL);