Lines Matching refs:xvimage_id
52 int xvimage_id)
57 switch (xvimage_id) {
77 XVMC_MSG(XVMC_ERR, "[XvMC] Unrecognized Xv image ID 0x%08X.\n", xvimage_id);
83 XVMC_MSG(XVMC_ERR, "[XvMC] Unsupported 2D format %s for Xv image ID 0x%08X.\n", util_format_name(ret), xvimage_id);
90 static unsigned NumPaletteEntries4XvID(int xvimage_id)
92 switch (xvimage_id) {
101 XVMC_MSG(XVMC_ERR, "[XvMC] Unrecognized Xv image ID 0x%08X.\n", xvimage_id);
147 static Status Validate(Display *dpy, XvPortID port, int surface_type_id, int xvimage_id)
162 if (subpictures[i].id == xvimage_id) {
172 port, surface_type_id, xvimage_id, subpictures[i].type, subpictures[i].byte_order,
262 unsigned short width, unsigned short height, int xvimage_id)
289 ret = Validate(dpy, context->port, context->surface_type_id, xvimage_id);
299 tex_templ.format = XvIDToPipe(pipe->screen, xvimage_id);
333 subpicture->xvimage_id = xvimage_id;
336 subpicture->num_palette_entries = NumPaletteEntries4XvID(xvimage_id);
428 if (subpicture->xvimage_id != image->id)