/hardware/intel/common/libva/va/x11/ |
D | va_dri2.h | 50 VA_DRI2QueryExtension(Display *display, int *eventBase, int *errorBase); 52 VA_DRI2QueryVersion(Display *display, int *major, int *minor); 54 VA_DRI2Connect(Display *display, XID window, 57 VA_DRI2Authenticate(Display *display, XID window, drm_magic_t magic); 59 VA_DRI2CreateDrawable(Display *display, XID drawable); 61 VA_DRI2DestroyDrawable(Display *display, XID handle); 63 VA_DRI2GetBuffers(Display *dpy, XID drawable, 68 VA_DRI2CopyRegion(Display *dpy, XID drawable, XserverRegion region, 71 VA_DRI2SwapBuffers(Display *dpy, XID drawable, CARD64 target_msc, CARD64 divisor,
|
D | va_dri.h | 72 Bool VA_DRIQueryExtension( Display *dpy, int *event_base, int *error_base ); 74 Bool VA_DRIQueryVersion( Display *dpy, int *majorVersion, int *minorVersion, 77 Bool VA_DRIQueryDirectRenderingCapable( Display *dpy, int screen, 80 Bool VA_DRIOpenConnection( Display *dpy, int screen, drm_handle_t *hSAREA, 83 Bool VA_DRIAuthConnection( Display *dpy, int screen, drm_magic_t magic ); 85 Bool VA_DRICloseConnection( Display *dpy, int screen ); 87 Bool VA_DRIGetClientDriverName( Display *dpy, int screen, 91 Bool VA_DRICreateContext( Display *dpy, int screen, Visual *visual, 94 Bool VA_DRICreateContextWithConfig( Display *dpy, int screen, int configID, 106 Bool VA_DRIGetDrawableInfo( Display *dpy, int screen, Drawable drawable, [all …]
|
D | va_dri.c | 62 static int close_display(Display *dpy, XExtCodes *extCodes); 100 Display *dpy; 118 Display* dpy; in VA_DRIQueryVersion() 150 Display* dpy; in VA_DRIQueryDirectRenderingCapable() 180 Display* dpy; in VA_DRIOpenConnection() 229 Display* dpy; in VA_DRIAuthConnection() 260 Display* dpy; in VA_DRICloseConnection() 283 Display* dpy; in VA_DRIGetClientDriverName() 333 Display* dpy; in VA_DRICreateContextWithConfig() 368 Display* dpy; in VA_DRICreateContext() [all …]
|
D | va_dri2.c | 48 VA_DRI2Error(Display *dpy, xError *err, XExtCodes *codes, int *ret_code); 74 VA_DRI2Error(Display *dpy, xError *err, XExtCodes *codes, int *ret_code) in VA_DRI2Error() 89 Bool VA_DRI2QueryExtension(Display *dpy, int *eventBase, int *errorBase) in VA_DRI2QueryExtension() 102 Bool VA_DRI2QueryVersion(Display *dpy, int *major, int *minor) in VA_DRI2QueryVersion() 129 Bool VA_DRI2Connect(Display *dpy, XID window, in VA_DRI2Connect() 185 Bool VA_DRI2Authenticate(Display *dpy, XID window, drm_magic_t magic) in VA_DRI2Authenticate() 212 void VA_DRI2CreateDrawable(Display *dpy, XID drawable) in VA_DRI2CreateDrawable() 228 void VA_DRI2DestroyDrawable(Display *dpy, XID drawable) in VA_DRI2DestroyDrawable() 246 VA_DRI2Buffer *VA_DRI2GetBuffers(Display *dpy, XID drawable, in VA_DRI2GetBuffers() 304 void VA_DRI2CopyRegion(Display *dpy, XID drawable, XserverRegion region, in VA_DRI2CopyRegion() [all …]
|
D | va_nvctrl.c | 154 static Bool XNVCTRLQueryVersion (Display *dpy, int *major, int *minor); 161 static void XNVCTRLCheckTargetData(Display *dpy, XExtDisplayInfo *info, in XNVCTRLCheckTargetData() 193 Display *dpy, in XNVCTRLQueryExtension() 210 Display *dpy, in XNVCTRLQueryVersion() 241 Display *dpy, in XNVCTRLIsNvScreen() 272 Display *dpy, in XNVCTRLQueryTargetStringAttribute() 326 Display *dpy, in XNVCTRLQueryStringAttribute() 338 Bool VA_NVCTRLQueryDirectRenderingCapable( Display *dpy, int screen, in VA_NVCTRLQueryDirectRenderingCapable() 356 Bool VA_NVCTRLGetClientDriverName( Display *dpy, int screen, in VA_NVCTRLGetClientDriverName()
|
D | va_nvctrl.h | 29 Bool VA_NVCTRLQueryDirectRenderingCapable( Display *dpy, int screen, 32 Bool VA_NVCTRLGetClientDriverName( Display *dpy, int screen,
|
D | va_dricommon.c | 28 static int (*old_error_handler)(Display *, XErrorEvent *); 31 error_handler(Display *dpy, XErrorEvent *error) in error_handler() 52 is_window(Display *dpy, Drawable drawable) in is_window()
|
D | va_fglrx.c | 98 static int match_display_name(Display *x11_dpy, const char *display_name) in match_display_name() 100 Display *test_dpy; in match_display_name() 123 Bool VA_FGLRXGetClientDriverName( Display *dpy, int screen, in VA_FGLRXGetClientDriverName()
|
D | va_fglrx.h | 30 Bool VA_FGLRXGetClientDriverName( Display *dpy, int screen,
|
/hardware/intel/img/psb_video/src/x11/ |
D | psb_xvva.c | 50 int (*oldHandler)(Display *, XErrorEvent *) = 0; 52 static int psb_XErrorHandler(Display *dpy, XErrorEvent *event) in psb_XErrorHandler() 70 Display *dpy = (Display *)ctx->native_dpy; in GetPortId() 149 if (DPMSQueryExtension((Display *)ctx->native_dpy, &dummy, &dummy) in psb_init_xvideo() 150 && DPMSCapable((Display *)ctx->native_dpy)) { in psb_init_xvideo() 154 DPMSInfo((Display *)ctx->native_dpy, &state, &onoff); in psb_init_xvideo() 187 XFreeGC((Display *)ctx->native_dpy, output->gc); in psb_deinit_xvideo() 192 XFreeGC((Display *)ctx->native_dpy, output->extend_gc); in psb_deinit_xvideo() 212 … XvStopVideo((Display *)ctx->native_dpy, output->textured_portID, output->output_drawable); in psb_deinit_xvideo() 216 XvUngrabPort((Display *)ctx->native_dpy, output->textured_portID, CurrentTime); in psb_deinit_xvideo() [all …]
|
D | psb_coverlay.c | 54 psb_x11_getWindowCoordinate(Display * display, in psb_x11_getWindowCoordinate() 127 psb_x11_substractRects(Display * display, in psb_x11_substractRects() 254 psb_x11_createWindowClipBoxList(Display * display, in psb_x11_createWindowClipBoxList() 375 XFillRectangle((Display *)ctx->native_dpy, draw, output->gc, destx, desty, destw, desth); in psb_cleardrawable_stopoverlay() 376 XSync((Display *)ctx->native_dpy, False); in psb_cleardrawable_stopoverlay() 499 XSync((Display *)ctx->native_dpy, False); in psb_DisplayRGBASubpicture() 513 XSync((Display *)ctx->native_dpy, False); in psb_DisplayRGBASubpicture() 588 XSetForeground((Display *)ctx->native_dpy, output->gc, pPriv->colorKey); in psb_repaint_colorkey() 589 …XFillRectangle((Display *)ctx->native_dpy, draw, output->gc, 0, 0, x11_window_width, x11_window_he… in psb_repaint_colorkey() 590 XSync((Display *)ctx->native_dpy, False); in psb_repaint_colorkey() [all …]
|
D | psb_x11.c | 63 static int (*old_error_handler)(Display *, XErrorEvent *); 162 visual = DefaultVisual((Display *)ctx->native_dpy, ctx->x11_screen); in psb_putsurface_x11() 163 gc = XCreateGC((Display *)ctx->native_dpy, draw, 0, NULL); in psb_putsurface_x11() 164 depth = DefaultDepth((Display *)ctx->native_dpy, ctx->x11_screen); in psb_putsurface_x11() 189 …ximg = XCreateImage((Display *)ctx->native_dpy, visual, depth, ZPixmap, 0, NULL, width, height, 32… in psb_putsurface_x11() 252 XPutImage((Display *)ctx->native_dpy, draw, gc, ximg, 0, 0, destx, desty, width, height); in psb_putsurface_x11() 253 XFlush((Display *)ctx->native_dpy); in psb_putsurface_x11() 261 XFreeGC((Display *)ctx->native_dpy, gc); in psb_putsurface_x11() 349 error_handler(Display *dpy, XErrorEvent *error) in error_handler() 398 is_window(Display *dpy, Drawable drawable) in is_window()
|
/hardware/intel/common/libva/test/basic/ |
D | test_android.c | 24 #define Display unsigned int macro 25 Display *dpy; 33 dpy = (Display*)malloc(sizeof(Display)); in test_init()
|
/hardware/intel/common/libva/va/glx/ |
D | va_glx_private.h | 37 typedef void (*PFNGLXBINDTEXIMAGEEXTPROC)(Display *, GLXDrawable, int, const int *); 38 typedef void (*PFNGLXRELEASETEXIMAGEEXTPROC)(Display *, GLXDrawable, int); 44 typedef GLXPixmap (*PFNGLXCREATEPIXMAPPROC)(Display *, GLXFBConfig, Pixmap, const int *); 45 typedef void (*PFNGLXDESTROYPIXMAPPROC)(Display *, GLXPixmap);
|
D | va_glx.h | 42 Display *dpy
|
/hardware/intel/common/libva/va/drm/ |
D | va_drm_auth_x11.c | 37 typedef Display *(*X11OpenDisplayFunc)(const char *display_name); 38 typedef int (*X11CloseDisplayFunc)(Display *display); 40 Display *display, int *event_base, int *error_base); 42 Display *display, int *major, int *minor); 44 Display *display, XID window, uint32_t magic); 57 Display *display;
|
/hardware/intel/common/libva/test/putsurface/ |
D | putsurface_x11.c | 54 Display *x11_display = (Display *)win_display; in create_pixmap() 73 Display *x11_display = (Display *)win_display; in create_window() 140 Display *x11_display = (Display *)win_display; in check_window_event()
|
/hardware/intel/common/libmix/mix_video/src/ |
D | mixdisplayx11.h | 74 Display *display; 130 Display * display); 133 Display ** dislay);
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/ |
D | mkvparser.hpp | 565 class Display class in mkvparser::Chapters 568 Display(); 569 Display(const Display&); 570 ~Display(); 571 Display& operator=(const Display&); 578 void ShallowCopy(Display&) const; 605 const Display* GetDisplay(int index) const; 621 Display* m_displays;
|
/hardware/intel/common/libmix/videodecoder/ |
D | VideoDecoderBase.h | 31 #ifndef Display 33 typedef char Display; typedef 35 typedef unsigned int Display; typedef 126 Display *mDisplay;
|
/hardware/intel/img/hwcomposer/merrifield/ips/common/ |
D | RotationBufferProvider.h | 33 #define Display unsigned int macro 74 Display mDisplay;
|
/hardware/intel/img/hwcomposer/moorefield_hdmi/ips/common/ |
D | RotationBufferProvider.h | 33 #define Display unsigned int macro 74 Display mDisplay;
|
/hardware/intel/common/omx-components/videocodec/ |
D | OMXVideoDecoderVP9HWR.h | 40 typedef unsigned int Display; typedef 122 Display* mDisplay;
|
/hardware/intel/common/libva/va/ |
D | va_x11.h | 38 Display *dpy
|
/hardware/intel/common/utils/ISV/include/ |
D | isv_worker.h | 30 #define Display unsigned int macro 164 Display * mDisplay;
|