Searched refs:port_priv (Results 1 - 12 of 12) sorted by relevance

/xsrc/external/mit/xorg-server/dist/glamor/
H A Dglamor_xv.c195 glamor_xv_stop_video(glamor_port_private *port_priv) argument
200 glamor_xv_free_port_data(glamor_port_private *port_priv) argument
205 if (port_priv->src_pix[i]) {
206 glamor_destroy_pixmap(port_priv->src_pix[i]);
207 port_priv->src_pix[i] = NULL;
210 RegionUninit(&port_priv->clip);
211 RegionNull(&port_priv->clip);
215 glamor_xv_set_port_attribute(glamor_port_private *port_priv, argument
219 port_priv->brightness = ClipValue(value, -1000, 1000);
221 port_priv
236 glamor_xv_get_port_attribute(glamor_port_private * port_priv,Atom attribute,INT32 * value) argument
314 glamor_xv_render(glamor_port_private * port_priv,int id) argument
488 glamor_xv_put_image(glamor_port_private * port_priv,DrawablePtr pDrawable,short src_x,short src_y,short drw_x,short drw_y,short src_w,short src_h,short drw_w,short drw_h,int id,unsigned char * buf,short width,short height,Bool sync,RegionPtr clipBoxes) argument
649 glamor_xv_init_port(glamor_port_private * port_priv) argument
[all...]
H A Dglamor_priv.h902 void glamor_xv_init_port(glamor_port_private *port_priv);
903 void glamor_xv_stop_video(glamor_port_private *port_priv);
904 int glamor_xv_set_port_attribute(glamor_port_private *port_priv,
906 int glamor_xv_get_port_attribute(glamor_port_private *port_priv,
911 int glamor_xv_put_image(glamor_port_private *port_priv,
924 void glamor_xv_render(glamor_port_private *port_priv, int id);
/xsrc/external/mit/xorg-server.old/dist/hw/kdrive/ephyr/
H A Dephyrvideo.c522 EphyrPortPriv *port_priv = &port_privs_base[j] ; local in function:ephyrXVPrivQueryHostAdaptors
523 port_priv->port_number = base_port_id + j;
524 port_priv->current_adaptor = &a_this->adaptors[i] ;
525 port_priv->xv_priv = a_this ;
526 a_this->adaptors[i].pPortPrivates[j].ptr = port_priv;
772 EphyrPortPriv *port_priv = a_port_priv ; local in function:ephyrStopVideo
775 EPHYR_RETURN_IF_FAIL (port_priv) ;
779 port_priv->port_number)) {
792 EphyrPortPriv *port_priv = a_port_priv ; local in function:ephyrSetPortAttribute
795 EPHYR_RETURN_VAL_IF_FAIL (port_priv, BadMatc
857 EphyrPortPriv *port_priv = a_port_priv ; local in function:ephyrGetPortAttribute
899 EphyrPortPriv *port_priv = a_port_priv ; local in function:ephyrQueryBestSize
934 EphyrPortPriv *port_priv = a_port_priv ; local in function:ephyrPutImage
1007 EphyrPortPriv *port_priv = a_port_priv ; local in function:ephyrReputImage
1051 EphyrPortPriv *port_priv = a_port_priv ; local in function:ephyrPutVideo
1102 EphyrPortPriv *port_priv = a_port_priv ; local in function:ephyrGetVideo
1153 EphyrPortPriv *port_priv = a_port_priv ; local in function:ephyrPutStill
1204 EphyrPortPriv *port_priv = a_port_priv ; local in function:ephyrGetStill
[all...]
/xsrc/external/mit/xorg-server/dist/hw/kdrive/ephyr/
H A Dephyrvideo.c541 EphyrPortPriv *port_priv = &port_privs_base[j]; local in function:ephyrXVPrivQueryHostAdaptors
543 port_priv->port_number = base_port_id + j;
544 port_priv->current_adaptor = &a_this->adaptors[i];
545 port_priv->xv_priv = a_this;
546 a_this->adaptors[i].pPortPrivates[j].ptr = port_priv;
735 EphyrPortPriv *port_priv = a_port_priv; local in function:ephyrStopVideo
738 EPHYR_RETURN_IF_FAIL(port_priv);
741 xcb_xv_stop_video(conn, port_priv->port_number, scrpriv->win);
751 EphyrPortPriv *port_priv = a_port_priv; local in function:ephyrSetPortAttribute
754 EPHYR_RETURN_VAL_IF_FAIL(port_priv, BadMatc
806 EphyrPortPriv *port_priv = a_port_priv; local in function:ephyrGetPortAttribute
853 EphyrPortPriv *port_priv = a_port_priv; local in function:ephyrQueryBestSize
880 ephyrHostXVPutImage(KdScreenInfo * a_info,EphyrPortPriv * port_priv,int a_image_id,int a_drw_x,int a_drw_y,int a_drw_w,int a_drw_h,int a_src_x,int a_src_y,int a_src_w,int a_src_h,int a_image_width,int a_image_height,unsigned char * a_buf,BoxPtr a_clip_rects,int a_clip_rect_nums) argument
982 EphyrPortPriv *port_priv = a_port_priv; local in function:ephyrPutImage
1054 EphyrPortPriv *port_priv = a_port_priv; local in function:ephyrReputImage
1100 EphyrPortPriv *port_priv = a_port_priv; local in function:ephyrPutVideo
1131 EphyrPortPriv *port_priv = a_port_priv; local in function:ephyrGetVideo
1163 EphyrPortPriv *port_priv = a_port_priv; local in function:ephyrPutStill
1194 EphyrPortPriv *port_priv = a_port_priv; local in function:ephyrGetStill
[all...]
/xsrc/external/mit/xorg-server/dist/hw/xfree86/glamor_egl/
H A Dglamor_xf86_xv.c129 glamor_port_private *port_priv; local in function:glamor_xv_init
154 port_priv =
171 glamor_port_private *pPriv = &port_priv[i];
/xsrc/external/mit/xorg-server.old/dist/Xext/
H A Dxvmcext.h34 pointer port_priv; member in struct:__anonf1f5a4760308
/xsrc/external/mit/xorg-server/dist/Xext/
H A Dxvmcext.h34 void *port_priv; member in struct:__anonb941ef090308
/xsrc/external/mit/xf86-video-intel/dist/src/sna/
H A Dsna_video_hwmc.c77 ctx->port_priv = port->devPriv.ptr;
/xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/
H A Dsna_video_hwmc.c77 ctx->port_priv = port->devPriv.ptr;
/xsrc/external/mit/xf86-video-openchrome/dist/src/
H A Dvia_xvmc.c440 XvPortRecPrivatePtr portPriv = (XvPortRecPrivatePtr) pContext->port_priv;
695 portPriv = (XvPortRecPrivatePtr) pContext->port_priv;
721 XvPortRecPrivatePtr portPriv = (XvPortRecPrivatePtr) pContext->port_priv;
755 XvPortRecPrivatePtr portPriv = (XvPortRecPrivatePtr) pContext->port_priv;
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/
H A Dxf86xvmc.c76 pContext->port_priv = (XvPortRecPrivatePtr)(pPort->devPriv.ptr);
/xsrc/external/mit/xorg-server/dist/hw/xfree86/common/
H A Dxf86xvmc.c67 pContext->port_priv = (XvPortRecPrivatePtr) (pPort->devPriv.ptr);

Completed in 12 milliseconds