HomeSort by relevance Sort by last modified time
    Searched refs:VADriverContextP (Results 1 - 25 of 25) sorted by null

  /external/chromium_org/third_party/libva/va/glx/
va_glx_impl.h 34 VAStatus va_glx_init_context(VADriverContextP ctx);
  /external/chromium_org/third_party/libva/va/
va_backend.h 35 typedef struct VADriverContext *VADriverContextP;
57 VAStatus (*vaTerminate) ( VADriverContextP ctx );
60 VADriverContextP ctx,
66 VADriverContextP ctx,
73 VADriverContextP ctx,
81 VADriverContextP ctx,
90 VADriverContextP ctx,
95 VADriverContextP ctx,
104 VADriverContextP ctx,
113 VADriverContextP ctx
    [all...]
va_backend_vpp.h 42 VADriverContextP ctx,
50 VADriverContextP ctx,
59 VADriverContextP ctx,
va_backend_tpi.h 50 VADriverContextP ctx,
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/va/
va_private.h 57 VADriverContextP ctx;
61 VAStatus __vaDriverInit_0_31 (VADriverContextP ctx);
72 VAStatus vlVaTerminate (VADriverContextP ctx);
73 VAStatus vlVaQueryConfigProfiles (VADriverContextP ctx, VAProfile *profile_list,int *num_profiles);
74 VAStatus vlVaQueryConfigEntrypoints (VADriverContextP ctx, VAProfile profile, VAEntrypoint *entrypoint_list, int *num_entrypoints);
75 VAStatus vlVaGetConfigAttributes (VADriverContextP ctx, VAProfile profile, VAEntrypoint entrypoint, VAConfigAttrib *attrib_list, int num_attribs);
76 VAStatus vlVaCreateConfig (VADriverContextP ctx, VAProfile profile, VAEntrypoint entrypoint, VAConfigAttrib *attrib_list, int num_attribs, VAConfigID *config_id);
77 VAStatus vlVaDestroyConfig (VADriverContextP ctx, VAConfigID config_id);
78 VAStatus vlVaQueryConfigAttributes (VADriverContextP ctx, VAConfigID config_id, VAProfile *profile, VAEntrypoint *entrypoint, VAConfigAttrib *attrib_list, int *num_attribs);
79 VAStatus vlVaCreateSurfaces (VADriverContextP ctx,int width,int height,int format,int num_surfaces,VASurfaceID *surfaces)
    [all...]
va_buffer.c 34 vlVaCreateBuffer(VADriverContextP ctx, VAContextID context, VABufferType type,
45 vlVaBufferSetNumElements(VADriverContextP ctx, VABufferID buf_id, unsigned int num_elements)
54 vlVaMapBuffer(VADriverContextP ctx, VABufferID buf_id, void **pbuff)
63 vlVaUnmapBuffer(VADriverContextP ctx, VABufferID buf_id)
72 vlVaDestroyBuffer(VADriverContextP ctx, VABufferID buffer_id)
81 vlVaBufferInfo(VADriverContextP ctx, VAContextID context, VABufferID buf_id,
va_display.c 34 vlVaQueryDisplayAttributes(VADriverContextP ctx, VADisplayAttribute *attr_list, int *num_attributes)
48 vlVaGetDisplayAttributes(VADriverContextP ctx, VADisplayAttribute *attr_list, int num_attributes)
57 vlVaSetDisplayAttributes(VADriverContextP ctx, VADisplayAttribute *attr_list, int num_attributes)
va_picture.c 36 vlVaBeginPicture(VADriverContextP ctx, VAContextID context, VASurfaceID render_target)
45 vlVaRenderPicture(VADriverContextP ctx, VAContextID context, VABufferID *buffers, int num_buffers)
54 vlVaEndPicture(VADriverContextP ctx, VAContextID context)
va_subpicture.c 52 vlVaQuerySubpictureFormats(VADriverContextP ctx, VAImageFormat *format_list,
75 vlVaCreateSubpicture(VADriverContextP ctx, VAImageID image, VASubpictureID *subpicture)
84 vlVaDestroySubpicture(VADriverContextP ctx, VASubpictureID subpicture)
93 vlVaSubpictureImage(VADriverContextP ctx, VASubpictureID subpicture, VAImageID image)
102 vlVaSetSubpictureChromakey(VADriverContextP ctx, VASubpictureID subpicture,
112 vlVaSetSubpictureGlobalAlpha(VADriverContextP ctx, VASubpictureID subpicture, float global_alpha)
121 vlVaAssociateSubpicture(VADriverContextP ctx, VASubpictureID subpicture, VASurfaceID *target_surfaces,
136 vlVaDeassociateSubpicture(VADriverContextP ctx, VASubpictureID subpicture,
va_config.c 36 vlVaQueryConfigProfiles(VADriverContextP ctx, VAProfile *profile_list, int *num_profiles)
51 vlVaQueryConfigEntrypoints(VADriverContextP ctx, VAProfile profile,
85 vlVaGetConfigAttributes(VADriverContextP ctx, VAProfile profile, VAEntrypoint entrypoint,
95 vlVaCreateConfig(VADriverContextP ctx, VAProfile profile, VAEntrypoint entrypoint,
105 vlVaDestroyConfig(VADriverContextP ctx, VAConfigID config_id)
114 vlVaQueryConfigAttributes(VADriverContextP ctx, VAConfigID config_id, VAProfile *profile,
va_image.c 53 vlVaQueryImageFormats(VADriverContextP ctx, VAImageFormat *format_list, int *num_formats)
74 vlVaCreateImage(VADriverContextP ctx, VAImageFormat *format, int width, int height, VAImage *image)
106 vlVaDeriveImage(VADriverContextP ctx, VASurfaceID surface, VAImage *image)
115 vlVaDestroyImage(VADriverContextP ctx, VAImageID image)
124 vlVaSetImagePalette(VADriverContextP ctx, VAImageID image, unsigned char *palette)
133 vlVaGetImage(VADriverContextP ctx, VASurfaceID surface, int x, int y,
143 vlVaPutImage(VADriverContextP ctx, VASurfaceID surface, VAImageID image,
va_surface.c 52 vlVaCreateSurfaces(VADriverContextP ctx, int width, int height, int format,
85 vlVaDestroySurfaces(VADriverContextP ctx, VASurfaceID *surface_list, int num_surfaces)
94 vlVaSyncSurface(VADriverContextP ctx, VASurfaceID render_target)
103 vlVaQuerySurfaceStatus(VADriverContextP ctx, VASurfaceID render_target, VASurfaceStatus *status)
112 vlVaPutSurface(VADriverContextP ctx, VASurfaceID surface, void* draw, short srcx, short srcy,
124 vlVaLockSurface(VADriverContextP ctx, VASurfaceID surface, unsigned int *fourcc,
136 vlVaUnlockSurface(VADriverContextP ctx, VASurfaceID surface)
va_context.c 42 __vaDriverInit_0_31(VADriverContextP ctx)
79 vlVaCreateContext(VADriverContextP ctx, VAConfigID config_id, int picture_width,
90 vlVaDestroyContext(VADriverContextP ctx, VAContextID context)
99 vlVaTerminate(VADriverContextP ctx)
  /external/mesa3d/src/gallium/state_trackers/va/
va_private.h 57 VADriverContextP ctx;
61 VAStatus __vaDriverInit_0_31 (VADriverContextP ctx);
72 VAStatus vlVaTerminate (VADriverContextP ctx);
73 VAStatus vlVaQueryConfigProfiles (VADriverContextP ctx, VAProfile *profile_list,int *num_profiles);
74 VAStatus vlVaQueryConfigEntrypoints (VADriverContextP ctx, VAProfile profile, VAEntrypoint *entrypoint_list, int *num_entrypoints);
75 VAStatus vlVaGetConfigAttributes (VADriverContextP ctx, VAProfile profile, VAEntrypoint entrypoint, VAConfigAttrib *attrib_list, int num_attribs);
76 VAStatus vlVaCreateConfig (VADriverContextP ctx, VAProfile profile, VAEntrypoint entrypoint, VAConfigAttrib *attrib_list, int num_attribs, VAConfigID *config_id);
77 VAStatus vlVaDestroyConfig (VADriverContextP ctx, VAConfigID config_id);
78 VAStatus vlVaQueryConfigAttributes (VADriverContextP ctx, VAConfigID config_id, VAProfile *profile, VAEntrypoint *entrypoint, VAConfigAttrib *attrib_list, int *num_attribs);
79 VAStatus vlVaCreateSurfaces (VADriverContextP ctx,int width,int height,int format,int num_surfaces,VASurfaceID *surfaces)
    [all...]
va_buffer.c 34 vlVaCreateBuffer(VADriverContextP ctx, VAContextID context, VABufferType type,
45 vlVaBufferSetNumElements(VADriverContextP ctx, VABufferID buf_id, unsigned int num_elements)
54 vlVaMapBuffer(VADriverContextP ctx, VABufferID buf_id, void **pbuff)
63 vlVaUnmapBuffer(VADriverContextP ctx, VABufferID buf_id)
72 vlVaDestroyBuffer(VADriverContextP ctx, VABufferID buffer_id)
81 vlVaBufferInfo(VADriverContextP ctx, VAContextID context, VABufferID buf_id,
va_display.c 34 vlVaQueryDisplayAttributes(VADriverContextP ctx, VADisplayAttribute *attr_list, int *num_attributes)
48 vlVaGetDisplayAttributes(VADriverContextP ctx, VADisplayAttribute *attr_list, int num_attributes)
57 vlVaSetDisplayAttributes(VADriverContextP ctx, VADisplayAttribute *attr_list, int num_attributes)
va_picture.c 36 vlVaBeginPicture(VADriverContextP ctx, VAContextID context, VASurfaceID render_target)
45 vlVaRenderPicture(VADriverContextP ctx, VAContextID context, VABufferID *buffers, int num_buffers)
54 vlVaEndPicture(VADriverContextP ctx, VAContextID context)
va_subpicture.c 52 vlVaQuerySubpictureFormats(VADriverContextP ctx, VAImageFormat *format_list,
75 vlVaCreateSubpicture(VADriverContextP ctx, VAImageID image, VASubpictureID *subpicture)
84 vlVaDestroySubpicture(VADriverContextP ctx, VASubpictureID subpicture)
93 vlVaSubpictureImage(VADriverContextP ctx, VASubpictureID subpicture, VAImageID image)
102 vlVaSetSubpictureChromakey(VADriverContextP ctx, VASubpictureID subpicture,
112 vlVaSetSubpictureGlobalAlpha(VADriverContextP ctx, VASubpictureID subpicture, float global_alpha)
121 vlVaAssociateSubpicture(VADriverContextP ctx, VASubpictureID subpicture, VASurfaceID *target_surfaces,
136 vlVaDeassociateSubpicture(VADriverContextP ctx, VASubpictureID subpicture,
va_config.c 36 vlVaQueryConfigProfiles(VADriverContextP ctx, VAProfile *profile_list, int *num_profiles)
51 vlVaQueryConfigEntrypoints(VADriverContextP ctx, VAProfile profile,
85 vlVaGetConfigAttributes(VADriverContextP ctx, VAProfile profile, VAEntrypoint entrypoint,
95 vlVaCreateConfig(VADriverContextP ctx, VAProfile profile, VAEntrypoint entrypoint,
105 vlVaDestroyConfig(VADriverContextP ctx, VAConfigID config_id)
114 vlVaQueryConfigAttributes(VADriverContextP ctx, VAConfigID config_id, VAProfile *profile,
va_image.c 53 vlVaQueryImageFormats(VADriverContextP ctx, VAImageFormat *format_list, int *num_formats)
74 vlVaCreateImage(VADriverContextP ctx, VAImageFormat *format, int width, int height, VAImage *image)
106 vlVaDeriveImage(VADriverContextP ctx, VASurfaceID surface, VAImage *image)
115 vlVaDestroyImage(VADriverContextP ctx, VAImageID image)
124 vlVaSetImagePalette(VADriverContextP ctx, VAImageID image, unsigned char *palette)
133 vlVaGetImage(VADriverContextP ctx, VASurfaceID surface, int x, int y,
143 vlVaPutImage(VADriverContextP ctx, VASurfaceID surface, VAImageID image,
va_surface.c 52 vlVaCreateSurfaces(VADriverContextP ctx, int width, int height, int format,
85 vlVaDestroySurfaces(VADriverContextP ctx, VASurfaceID *surface_list, int num_surfaces)
94 vlVaSyncSurface(VADriverContextP ctx, VASurfaceID render_target)
103 vlVaQuerySurfaceStatus(VADriverContextP ctx, VASurfaceID render_target, VASurfaceStatus *status)
112 vlVaPutSurface(VADriverContextP ctx, VASurfaceID surface, void* draw, short srcx, short srcy,
124 vlVaLockSurface(VADriverContextP ctx, VASurfaceID surface, unsigned int *fourcc,
136 vlVaUnlockSurface(VADriverContextP ctx, VASurfaceID surface)
va_context.c 42 __vaDriverInit_0_31(VADriverContextP ctx)
79 vlVaCreateContext(VADriverContextP ctx, VAConfigID config_id, int picture_width,
90 vlVaDestroyContext(VADriverContextP ctx, VAContextID context)
99 vlVaTerminate(VADriverContextP ctx)
  /external/chromium_org/third_party/libva/va/x11/
va_dricommon.h 79 struct dri_drawable *(*createDrawable)(VADriverContextP ctx, XID x_drawable);
80 void (*destroyDrawable)(VADriverContextP ctx, struct dri_drawable *dri_drawable);
81 void (*swapBuffer)(VADriverContextP ctx, struct dri_drawable *dri_drawable);
82 union dri_buffer *(*getRenderingBuffer)(VADriverContextP ctx, struct dri_drawable *dri_drawable);
83 void (*close)(VADriverContextP ctx);
87 Bool isDRI2Connected(VADriverContextP ctx, char **driver_name);
88 void free_drawable(VADriverContextP ctx, struct dri_drawable* dri_drawable);
89 void free_drawable_hashtable(VADriverContextP ctx);
90 struct dri_drawable *dri_get_drawable(VADriverContextP ctx, XID drawable);
91 void dri_swap_buffer(VADriverContextP ctx, struct dri_drawable *dri_drawable)
    [all...]
  /external/chromium_org/third_party/libva/va/drm/
va_drm_utils.h 65 VA_DRM_GetDriverName(VADriverContextP ctx, char **driver_name_ptr);
  /external/chromium_org/third_party/libva/va/egl/
va_backend_egl.h 34 VADriverContextP ctx,

Completed in 907 milliseconds