Searched refs:palette (Results 1 - 9 of 9) sorted by relevance

/hardware/ti/omap4-aah/kernel-headers-ti/linux/
H A Dbvsurfgeom.h31 void *palette; member in struct:bvsurfgeom
/hardware/intel/img/psb_video/src/
H A Dpsb_surface_ext.h112 PsbAYUVSample8 *palette_ptr; /* point to image palette */
114 uint32_t palette[16]; /* used to pass palette to server */ member in union:_PsbVASurface::__anon1471
115 PsbAYUVSample8 constant[16]; /* server convert palette into SGX constants */
H A Dpsb_output.h259 * pointer to an array holding the palette data. The size of the array is
261 * in the palette is described by the component_order in VAImage struct
263 unsigned char *palette
H A Dpsb_output.c650 * pointer to an array holding the palette data. The size of the array is
652 * in the palette is described by the component_order in VAImage struct
654 unsigned char *palette
664 /* only support AI44 palette */
671 memcpy(obj_image->palette, palette, 16);
673 memcpy(obj_image->palette, palette, obj_image->image.num_palette_entries * sizeof(unsigned int));
1348 /* point to Image palette */
1349 surface_subpic->palette_ptr = (PsbAYUVSample8 *) & obj_image->palette[
[all...]
H A Dpsb_drv_video.h609 unsigned int palette[16]; member in struct:object_image_s
/hardware/intel/common/libva/va/
H A Dva_backend.h247 * pointer to an array holding the palette data. The size of the array is
249 * in the palette is described by the component_order in VAImage struct
251 unsigned char *palette
H A Dva.c1227 unsigned char *palette
1234 return ctx->vtable->vaSetImagePalette ( ctx, image, palette);
H A Dva.h2827 int num_palette_entries; /* set to zero for non-palette images */
2830 * each entry (eg. 3 for YUV palette entries). set to zero for non-palette images
2890 * pointer to an array holding the palette data. The size of the array is
2892 * in the palette is described by the component_order in VAImage struct
2894 unsigned char *palette
/hardware/intel/img/psb_video/src/x11/
H A Dpsb_xvva.c799 /* reload palette for paletted subpicture
800 * palete_ptr point to image palette
803 memcpy(&tmp->palette[0], subpic_surface->palette_ptr, 16 * sizeof(PsbAYUVSample8));

Completed in 3714 milliseconds