Searched refs:a_this (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/hw/kdrive/ephyr/
H A Dephyrhostvideo.h100 int ephyrHostXVAdaptorArrayGetSize (const EphyrHostXVAdaptorArray *a_this) ;
101 EphyrHostXVAdaptor* ephyrHostXVAdaptorArrayAt (const EphyrHostXVAdaptorArray *a_this,
108 char ephyrHostXVAdaptorGetType (const EphyrHostXVAdaptor *a_this) ;
109 const char* ephyrHostXVAdaptorGetName (const EphyrHostXVAdaptor *a_this) ;
111 (const EphyrHostXVAdaptor *a_this,
113 int ephyrHostXVAdaptorGetNbPorts (const EphyrHostXVAdaptor *a_this) ;
114 int ephyrHostXVAdaptorGetFirstPortID (const EphyrHostXVAdaptor *a_this) ;
116 Bool ephyrHostXVAdaptorHasPutVideo (const EphyrHostXVAdaptor *a_this,
118 Bool ephyrHostXVAdaptorHasGetVideo (const EphyrHostXVAdaptor *a_this,
120 Bool ephyrHostXVAdaptorHasPutStill (const EphyrHostXVAdaptor *a_this,
[all...]
H A Dephyrvideo.c72 static void ephyrXVPrivDelete (EphyrXVPriv *a_this) ;
73 static Bool ephyrXVPrivQueryHostAdaptors (EphyrXVPriv *a_this) ;
74 static Bool ephyrXVPrivSetAdaptorsHooks (EphyrXVPriv *a_this) ;
75 static Bool ephyrXVPrivRegisterAdaptors (EphyrXVPriv *a_this,
364 ephyrXVPrivDelete (EphyrXVPriv *a_this) argument
368 if (!a_this)
370 if (a_this->host_adaptors) {
371 ephyrHostXVAdaptorArrayDelete (a_this->host_adaptors) ;
372 a_this->host_adaptors = NULL ;
374 free(a_this
425 ephyrXVPrivQueryHostAdaptors(EphyrXVPriv * a_this) argument
571 ephyrXVPrivSetAdaptorsHooks(EphyrXVPriv * a_this) argument
640 ephyrXVPrivRegisterAdaptors(EphyrXVPriv * a_this,ScreenPtr a_screen) argument
[all...]
H A Dephyrhostvideo.c299 ephyrHostXVAdaptorArrayGetSize (const EphyrHostXVAdaptorArray *a_this) argument
301 EPHYR_RETURN_VAL_IF_FAIL (a_this, -1) ;
302 return a_this->nb_adaptors ;
306 ephyrHostXVAdaptorArrayAt (const EphyrHostXVAdaptorArray *a_this, argument
309 EPHYR_RETURN_VAL_IF_FAIL (a_this, NULL) ;
311 if (a_index >= a_this->nb_adaptors)
313 return (EphyrHostXVAdaptor*)&a_this->adaptors[a_index] ;
317 ephyrHostXVAdaptorGetType (const EphyrHostXVAdaptor *a_this) argument
319 EPHYR_RETURN_VAL_IF_FAIL (a_this, -1) ;
320 return ((XvAdaptorInfo*)a_this)
324 ephyrHostXVAdaptorGetName(const EphyrHostXVAdaptor * a_this) argument
332 ephyrHostXVAdaptorGetVideoFormats(const EphyrHostXVAdaptor * a_this,int * a_nb_formats) argument
362 ephyrHostXVAdaptorGetNbPorts(const EphyrHostXVAdaptor * a_this) argument
370 ephyrHostXVAdaptorGetFirstPortID(const EphyrHostXVAdaptor * a_this) argument
378 ephyrHostXVAdaptorHasPutVideo(const EphyrHostXVAdaptor * a_this,Bool * a_result) argument
392 ephyrHostXVAdaptorHasGetVideo(const EphyrHostXVAdaptor * a_this,Bool * a_result) argument
404 ephyrHostXVAdaptorHasPutStill(const EphyrHostXVAdaptor * a_this,Bool * a_result) argument
418 ephyrHostXVAdaptorHasGetStill(const EphyrHostXVAdaptor * a_this,Bool * a_result) argument
432 ephyrHostXVAdaptorHasPutImage(const EphyrHostXVAdaptor * a_this,Bool * a_result) argument
[all...]
/xsrc/external/mit/xorg-server/dist/hw/kdrive/ephyr/
H A Dephyrvideo.c66 static void ephyrXVPrivDelete(EphyrXVPriv * a_this);
67 static Bool ephyrXVPrivQueryHostAdaptors(EphyrXVPriv * a_this);
68 static Bool ephyrXVPrivSetAdaptorsHooks(EphyrXVPriv * a_this);
69 static Bool ephyrXVPrivRegisterAdaptors(EphyrXVPriv * a_this,
286 ephyrXVPrivDelete(EphyrXVPriv * a_this) argument
290 if (!a_this)
292 if (a_this->host_adaptors) {
293 free(a_this->host_adaptors);
294 a_this->host_adaptors = NULL;
296 free(a_this
444 ephyrXVPrivQueryHostAdaptors(EphyrXVPriv * a_this) argument
573 ephyrXVPrivSetAdaptorsHooks(EphyrXVPriv * a_this) argument
618 ephyrXVPrivRegisterAdaptors(EphyrXVPriv * a_this,ScreenPtr a_screen) argument
[all...]

Completed in 7 milliseconds