/hardware/intel/common/libva/va/ |
D | va_backend.h | 34 typedef struct VADriverContext *VADriverContextP; typedef 56 VAStatus (*vaTerminate) ( VADriverContextP ctx ); 59 VADriverContextP ctx, 65 VADriverContextP ctx, 72 VADriverContextP ctx, 80 VADriverContextP ctx, 89 VADriverContextP ctx, 94 VADriverContextP ctx, 103 VADriverContextP ctx, 112 VADriverContextP ctx, [all …]
|
D | va.c | 199 VADriverContextP ctx = CTX(dpy); in va_openDriver() 366 VADriverContextP ctx; in vaGetLibFunc() 503 VADriverContextP old_ctx; in vaTerminate() 590 VADriverContextP ctx; in vaQueryConfigEntrypoints() 605 VADriverContextP ctx; in vaGetConfigAttributes() 618 VADriverContextP ctx; in vaQueryConfigProfiles() 634 VADriverContextP ctx; in vaCreateConfig() 654 VADriverContextP ctx; in vaDestroyConfig() 670 VADriverContextP ctx; in vaQueryConfigAttributes() 680 VADriverContextP ctx, in va_impl_query_surface_attributes() [all …]
|
D | va_backend_vpp.h | 42 VADriverContextP ctx, 50 VADriverContextP ctx, 59 VADriverContextP ctx,
|
D | va_backend_tpi.h | 39 VADriverContextP ctx, 49 VADriverContextP ctx, 67 VADriverContextP ctx,
|
D | va_tpi.c | 56 VADriverContextP ctx; in vaCreateSurfacesWithAttribute() 89 VADriverContextP ctx; in vaPutSurfaceBuf() 108 VADriverContextP ctx; in vaSetTimestampForSurface()
|
/hardware/intel/img/psb_video/src/ |
D | psb_output.h | 176 VADriverContextP ctx, 181 VADriverContextP ctx 186 VADriverContextP ctx 190 VADriverContextP ctx, 208 VADriverContextP ctx, 214 VADriverContextP ctx, 231 VADriverContextP ctx, 237 VADriverContextP ctx, 245 VADriverContextP ctx, 251 VADriverContextP ctx, [all …]
|
D | tng_yuv_processor.h | 61 VADriverContextP ctx, 67 VADriverContextP ctx, 74 VADriverContextP ctx,
|
D | psb_texture.h | 133 int psb_ctexture_init(VADriverContextP ctx); 135 void psb_ctexture_deinit(VADriverContextP ctx); 137 void blit_texture_to_buf(VADriverContextP ctx, unsigned char * data, int src_x, int src_y, int src_… 143 VADriverContextP ctx, unsigned char *dst, VASurfaceID surface, int src_x, int src_y, int src_w,
|
D | vsp_VPP.h | 114 VADriverContextP ctx, 134 VADriverContextP ctx, 158 VADriverContextP ctx,
|
D | psb_surface_attrib.h | 104 VADriverContextP ctx, 121 VADriverContextP ctx, in psb_CreateSurfacesFromGralloc() 137 VADriverContextP ctx,
|
D | pnw_rotate.h | 65 void psb_InitOutLoop(VADriverContextP ctx); 69 VADriverContextP ctx,
|
/hardware/intel/common/libva/va/x11/ |
D | va_dricommon.h | 86 struct dri_drawable *(*createDrawable)(VADriverContextP ctx, XID x_drawable); 87 void (*destroyDrawable)(VADriverContextP ctx, struct dri_drawable *dri_drawable); 88 void (*swapBuffer)(VADriverContextP ctx, struct dri_drawable *dri_drawable); 89 … union dri_buffer *(*getRenderingBuffer)(VADriverContextP ctx, struct dri_drawable *dri_drawable); 90 void (*close)(VADriverContextP ctx); 94 Bool isDRI2Connected(VADriverContextP ctx, char **driver_name); 95 Bool isDRI1Connected(VADriverContextP ctx, char **driver_name); 96 void free_drawable(VADriverContextP ctx, struct dri_drawable* dri_drawable); 97 void free_drawable_hashtable(VADriverContextP ctx); 98 struct dri_drawable *dri_get_drawable(VADriverContextP ctx, XID drawable); [all …]
|
D | va_dricommon.c | 62 do_drawable_hash(VADriverContextP ctx, XID drawable) in do_drawable_hash() 84 free_drawable(VADriverContextP ctx, struct dri_drawable* dri_drawable) in free_drawable() 98 free_drawable_hashtable(VADriverContextP ctx) in free_drawable_hashtable() 118 dri_get_drawable(VADriverContextP ctx, XID drawable) in dri_get_drawable() 124 dri_swap_buffer(VADriverContextP ctx, struct dri_drawable *dri_drawable) in dri_swap_buffer() 132 dri_get_rendering_buffer(VADriverContextP ctx, struct dri_drawable *dri_drawable) in dri_get_rendering_buffer()
|
D | va_x11.c | 59 VADriverContextP ctx; in va_DisplayContextDestroy() 82 VADriverContextP ctx = pDisplayContext->pDriverContext; in va_DRI2GetDriverName() 95 VADriverContextP ctx = pDisplayContext->pDriverContext; in va_DRIGetDriverName() 108 VADriverContextP ctx = pDisplayContext->pDriverContext; in va_NVCTRL_GetDriverName() 131 VADriverContextP ctx = pDisplayContext->pDriverContext; in va_FGLRX_GetDriverName() 180 VADriverContextP pDriverContext; in vaGetDisplay() 251 VADriverContextP ctx; in vaPutSurface()
|
D | dri1_util.c | 25 dri1CreateDrawable(VADriverContextP ctx, XID x_drawable) in dri1CreateDrawable() 40 dri1DestroyDrawable(VADriverContextP ctx, struct dri_drawable *dri_drawable) in dri1DestroyDrawable() 46 dri1SwapBuffer(VADriverContextP ctx, struct dri_drawable *dri_drawable) in dri1SwapBuffer() 52 dri1GetRenderingBuffer(VADriverContextP ctx, struct dri_drawable *dri_drawable) in dri1GetRenderingBuffer() 60 dri1Close(VADriverContextP ctx) in dri1Close() 74 isDRI1Connected(VADriverContextP ctx, char **driver_name) in isDRI1Connected()
|
D | dri2_util.c | 64 dri2CreateDrawable(VADriverContextP ctx, XID x_drawable) in dri2CreateDrawable() 82 dri2DestroyDrawable(VADriverContextP ctx, struct dri_drawable *dri_drawable) in dri2DestroyDrawable() 89 dri2SwapBuffer(VADriverContextP ctx, struct dri_drawable *dri_drawable) in dri2SwapBuffer() 115 dri2GetRenderingBuffer(VADriverContextP ctx, struct dri_drawable *dri_drawable) in dri2GetRenderingBuffer() 165 dri2Close(VADriverContextP ctx) in dri2Close() 176 isDRI2Connected(VADriverContextP ctx, char **driver_name) in isDRI2Connected()
|
/hardware/intel/common/libva/va/glx/ |
D | va_glx_impl.c | 133 static inline VAOpenGLVTableP gl_get_vtable(VADriverContextP ctx) in gl_get_vtable() 193 static int check_tfp_extensions(VADriverContextP ctx) in check_tfp_extensions() 208 static int check_fbo_extensions(VADriverContextP ctx) in check_fbo_extensions() 221 static int load_tfp_extensions(VADriverContextP ctx) in load_tfp_extensions() 244 static int load_fbo_extensions(VADriverContextP ctx) in load_fbo_extensions() 322 gl_create_context(VADriverContextP ctx, OpenGLContextStateP parent) in gl_create_context() 460 static int create_tfp_surface(VADriverContextP ctx, VASurfaceGLXP pSurfaceGLX) in create_tfp_surface() 554 static void destroy_tfp_surface(VADriverContextP ctx, VASurfaceGLXP pSurfaceGLX) in destroy_tfp_surface() 575 static int bind_pixmap(VADriverContextP ctx, VASurfaceGLXP pSurfaceGLX) in bind_pixmap() 602 static int unbind_pixmap(VADriverContextP ctx, VASurfaceGLXP pSurfaceGLX) in unbind_pixmap() [all …]
|
D | va_glx.c | 55 VADriverContextP pDriverContext; in va_DisplayContextDestroy() 84 VADriverContextP pDriverContext; in vaGetDisplayGLX() 123 VADriverContextP ctx; in vaCreateSurfaceGLX() 142 VADriverContextP ctx; in vaDestroySurfaceGLX() 159 VADriverContextP ctx; in vaCopySurfaceGLX()
|
/hardware/intel/img/psb_video/src/x11/ |
D | psb_x11.h | 110 VADriverContextP ctx, 128 VADriverContextP ctx, 145 VADriverContextP ctx, 159 VAStatus psb_init_xvideo(VADriverContextP ctx, psb_x11_output_p output); 160 VAStatus psb_deinit_xvideo(VADriverContextP ctx);
|
D | psb_xrandr.h | 183 void psb_xrandr_refresh(VADriverContextP ctx); 185 VAStatus psb_xrandr_thread_create(VADriverContextP ctx); 187 VAStatus psb_xrandr_init(VADriverContextP ctx);
|
/hardware/intel/common/libva/va/wayland/ |
D | va_wayland.c | 36 static inline VADriverContextP 59 VADriverContextP const pDriverContext = pDisplayContext->pDriverContext; in va_DisplayContextIsValid() 68 VADriverContextP pDriverContext; in va_DisplayContextDestroy() 119 VADriverContextP pDriverContext; in vaGetDisplayWl() 168 VADriverContextP const ctx = get_driver_context(dpy); in vaGetSurfaceBufferWl() 186 VADriverContextP const ctx = get_driver_context(dpy); in vaGetImageBufferWl()
|
D | va_wayland_drm.c | 56 VADriverContextP const ctx = pDisplayContext->pDriverContext; in drm_handle_device() 93 VADriverContextP const ctx = pDisplayContext->pDriverContext; in drm_handle_authenticated() 113 VADriverContextP const ctx = pDisplayContext->pDriverContext; in va_DisplayContextGetDriverName() 121 VADriverContextP const ctx = pDisplayContext->pDriverContext; in va_wayland_drm_destroy() 171 VADriverContextP const ctx = pDisplayContext->pDriverContext; in va_wayland_drm_create()
|
/hardware/intel/common/libva/va/drm/ |
D | va_drm.c | 36 VADriverContextP const pDriverContext = pDisplayContext->pDriverContext; in va_DisplayContextIsValid() 60 VADriverContextP const ctx = pDisplayContext->pDriverContext; in va_DisplayContextGetDriverName() 90 VADriverContextP pDriverContext = NULL; in vaGetDisplayDRM()
|
/hardware/intel/common/libva/va/android/ |
D | va_android.cpp | 107 VADriverContextP const ctx = pDisplayContext->pDriverContext; in va_DisplayContextGetDriverName() 147 VADriverContextP pDriverContext = 0; in vaGetDisplay() 150 pDriverContext = (VADriverContextP)calloc(1, sizeof(*pDriverContext)); in vaGetDisplay() 222 VADriverContextP ctx; in vaPutSurface()
|
/hardware/intel/img/psb_video/src/android/ |
D | psb_HDMIExtMode.h | 86 VAStatus psb_HDMIExt_update(VADriverContextP ctx, psb_HDMIExt_info_p psb_HDMIExt_info); 88 psb_HDMIExt_info_p psb_HDMIExt_init(VADriverContextP ctx, psb_android_output_p output);
|