45e9809aff7304721fddb95654901b32195c9c7avboxsync
45e9809aff7304721fddb95654901b32195c9c7avboxsync/*
45e9809aff7304721fddb95654901b32195c9c7avboxsync * Copyright (c) 2001 by The XFree86 Project, Inc.
45e9809aff7304721fddb95654901b32195c9c7avboxsync *
45e9809aff7304721fddb95654901b32195c9c7avboxsync * Permission is hereby granted, free of charge, to any person obtaining a
45e9809aff7304721fddb95654901b32195c9c7avboxsync * copy of this software and associated documentation files (the "Software"),
45e9809aff7304721fddb95654901b32195c9c7avboxsync * to deal in the Software without restriction, including without limitation
45e9809aff7304721fddb95654901b32195c9c7avboxsync * the rights to use, copy, modify, merge, publish, distribute, sublicense,
45e9809aff7304721fddb95654901b32195c9c7avboxsync * and/or sell copies of the Software, and to permit persons to whom the
45e9809aff7304721fddb95654901b32195c9c7avboxsync * Software is furnished to do so, subject to the following conditions:
45e9809aff7304721fddb95654901b32195c9c7avboxsync *
45e9809aff7304721fddb95654901b32195c9c7avboxsync * The above copyright notice and this permission notice shall be included in
45e9809aff7304721fddb95654901b32195c9c7avboxsync * all copies or substantial portions of the Software.
45e9809aff7304721fddb95654901b32195c9c7avboxsync *
45e9809aff7304721fddb95654901b32195c9c7avboxsync * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
45e9809aff7304721fddb95654901b32195c9c7avboxsync * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
45e9809aff7304721fddb95654901b32195c9c7avboxsync * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
45e9809aff7304721fddb95654901b32195c9c7avboxsync * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR
45e9809aff7304721fddb95654901b32195c9c7avboxsync * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
45e9809aff7304721fddb95654901b32195c9c7avboxsync * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
45e9809aff7304721fddb95654901b32195c9c7avboxsync * OTHER DEALINGS IN THE SOFTWARE.
45e9809aff7304721fddb95654901b32195c9c7avboxsync *
45e9809aff7304721fddb95654901b32195c9c7avboxsync * Except as contained in this notice, the name of the copyright holder(s)
45e9809aff7304721fddb95654901b32195c9c7avboxsync * and author(s) shall not be used in advertising or otherwise to promote
45e9809aff7304721fddb95654901b32195c9c7avboxsync * the sale, use or other dealings in this Software without prior written
45e9809aff7304721fddb95654901b32195c9c7avboxsync * authorization from the copyright holder(s) and author(s).
45e9809aff7304721fddb95654901b32195c9c7avboxsync */
45e9809aff7304721fddb95654901b32195c9c7avboxsync
45e9809aff7304721fddb95654901b32195c9c7avboxsync#ifndef _XF86XVMC_H
45e9809aff7304721fddb95654901b32195c9c7avboxsync#define _XF86XVMC_H
45e9809aff7304721fddb95654901b32195c9c7avboxsync
45e9809aff7304721fddb95654901b32195c9c7avboxsync#include "xvmcext.h"
45e9809aff7304721fddb95654901b32195c9c7avboxsync#include "xf86xv.h"
45e9809aff7304721fddb95654901b32195c9c7avboxsync
45e9809aff7304721fddb95654901b32195c9c7avboxsynctypedef struct {
45e9809aff7304721fddb95654901b32195c9c7avboxsync int num_xvimages;
45e9809aff7304721fddb95654901b32195c9c7avboxsync int *xvimage_ids; /* reference the subpictures in the XF86MCAdaptorRec */
45e9809aff7304721fddb95654901b32195c9c7avboxsync} XF86MCImageIDList;
45e9809aff7304721fddb95654901b32195c9c7avboxsync
45e9809aff7304721fddb95654901b32195c9c7avboxsynctypedef struct {
45e9809aff7304721fddb95654901b32195c9c7avboxsync int surface_type_id; /* Driver generated. Must be unique on the port */
45e9809aff7304721fddb95654901b32195c9c7avboxsync int chroma_format;
45e9809aff7304721fddb95654901b32195c9c7avboxsync int color_description; /* no longer used */
45e9809aff7304721fddb95654901b32195c9c7avboxsync unsigned short max_width;
45e9809aff7304721fddb95654901b32195c9c7avboxsync unsigned short max_height;
45e9809aff7304721fddb95654901b32195c9c7avboxsync unsigned short subpicture_max_width;
45e9809aff7304721fddb95654901b32195c9c7avboxsync unsigned short subpicture_max_height;
45e9809aff7304721fddb95654901b32195c9c7avboxsync int mc_type;
45e9809aff7304721fddb95654901b32195c9c7avboxsync int flags;
45e9809aff7304721fddb95654901b32195c9c7avboxsync XF86MCImageIDList *compatible_subpictures; /* can be null, if none */
45e9809aff7304721fddb95654901b32195c9c7avboxsync} XF86MCSurfaceInfoRec, *XF86MCSurfaceInfoPtr;
45e9809aff7304721fddb95654901b32195c9c7avboxsync
45e9809aff7304721fddb95654901b32195c9c7avboxsync
45e9809aff7304721fddb95654901b32195c9c7avboxsync/*
45e9809aff7304721fddb95654901b32195c9c7avboxsync xf86XvMCCreateContextProc
45e9809aff7304721fddb95654901b32195c9c7avboxsync
45e9809aff7304721fddb95654901b32195c9c7avboxsync DIX will fill everything out in the context except the driver_priv.
45e9809aff7304721fddb95654901b32195c9c7avboxsync The port_priv holds the private data specified for the port when
45e9809aff7304721fddb95654901b32195c9c7avboxsync Xv was initialized by the driver.
45e9809aff7304721fddb95654901b32195c9c7avboxsync The driver may store whatever it wants in driver_priv and edit
45e9809aff7304721fddb95654901b32195c9c7avboxsync the width, height and flags. If the driver wants to return something
45e9809aff7304721fddb95654901b32195c9c7avboxsync to the client it can allocate space in priv and specify the number
45e9809aff7304721fddb95654901b32195c9c7avboxsync of 32 bit words in num_priv. This must be dynamically allocated
45e9809aff7304721fddb95654901b32195c9c7avboxsync space because DIX will free it after it passes it to the client.
45e9809aff7304721fddb95654901b32195c9c7avboxsync*/
45e9809aff7304721fddb95654901b32195c9c7avboxsync
45e9809aff7304721fddb95654901b32195c9c7avboxsync
45e9809aff7304721fddb95654901b32195c9c7avboxsynctypedef int (*xf86XvMCCreateContextProcPtr) (
45e9809aff7304721fddb95654901b32195c9c7avboxsync ScrnInfoPtr pScrn,
45e9809aff7304721fddb95654901b32195c9c7avboxsync XvMCContextPtr context,
45e9809aff7304721fddb95654901b32195c9c7avboxsync int *num_priv,
45e9809aff7304721fddb95654901b32195c9c7avboxsync CARD32 **priv
45e9809aff7304721fddb95654901b32195c9c7avboxsync);
45e9809aff7304721fddb95654901b32195c9c7avboxsync
45e9809aff7304721fddb95654901b32195c9c7avboxsynctypedef void (*xf86XvMCDestroyContextProcPtr) (
45e9809aff7304721fddb95654901b32195c9c7avboxsync ScrnInfoPtr pScrn,
45e9809aff7304721fddb95654901b32195c9c7avboxsync XvMCContextPtr context
45e9809aff7304721fddb95654901b32195c9c7avboxsync);
45e9809aff7304721fddb95654901b32195c9c7avboxsync
45e9809aff7304721fddb95654901b32195c9c7avboxsync/*
45e9809aff7304721fddb95654901b32195c9c7avboxsync xf86XvMCCreateSurfaceProc
45e9809aff7304721fddb95654901b32195c9c7avboxsync
45e9809aff7304721fddb95654901b32195c9c7avboxsync DIX will fill everything out in the surface except the driver_priv.
45e9809aff7304721fddb95654901b32195c9c7avboxsync The driver may store whatever it wants in driver_priv. The driver
45e9809aff7304721fddb95654901b32195c9c7avboxsync may pass data back to the client in the same manner as the
45e9809aff7304721fddb95654901b32195c9c7avboxsync xf86XvMCCreateContextProc.
45e9809aff7304721fddb95654901b32195c9c7avboxsync*/
45e9809aff7304721fddb95654901b32195c9c7avboxsync
45e9809aff7304721fddb95654901b32195c9c7avboxsync
45e9809aff7304721fddb95654901b32195c9c7avboxsynctypedef int (*xf86XvMCCreateSurfaceProcPtr) (
45e9809aff7304721fddb95654901b32195c9c7avboxsync ScrnInfoPtr pScrn,
45e9809aff7304721fddb95654901b32195c9c7avboxsync XvMCSurfacePtr surface,
45e9809aff7304721fddb95654901b32195c9c7avboxsync int *num_priv,
45e9809aff7304721fddb95654901b32195c9c7avboxsync CARD32 **priv
45e9809aff7304721fddb95654901b32195c9c7avboxsync);
45e9809aff7304721fddb95654901b32195c9c7avboxsync
45e9809aff7304721fddb95654901b32195c9c7avboxsynctypedef void (*xf86XvMCDestroySurfaceProcPtr) (
45e9809aff7304721fddb95654901b32195c9c7avboxsync ScrnInfoPtr pScrn,
45e9809aff7304721fddb95654901b32195c9c7avboxsync XvMCSurfacePtr surface
45e9809aff7304721fddb95654901b32195c9c7avboxsync);
45e9809aff7304721fddb95654901b32195c9c7avboxsync
45e9809aff7304721fddb95654901b32195c9c7avboxsync/*
45e9809aff7304721fddb95654901b32195c9c7avboxsync xf86XvMCCreateSubpictureProc
45e9809aff7304721fddb95654901b32195c9c7avboxsync
45e9809aff7304721fddb95654901b32195c9c7avboxsync DIX will fill everything out in the subpicture except the driver_priv,
45e9809aff7304721fddb95654901b32195c9c7avboxsync num_palette_entries, entry_bytes and component_order. The driver may
45e9809aff7304721fddb95654901b32195c9c7avboxsync store whatever it wants in driver_priv and edit the width and height.
45e9809aff7304721fddb95654901b32195c9c7avboxsync If it is a paletted subpicture the driver needs to fill out the
45e9809aff7304721fddb95654901b32195c9c7avboxsync num_palette_entries, entry_bytes and component_order. These are
45e9809aff7304721fddb95654901b32195c9c7avboxsync not communicated to the client until the time the surface is
45e9809aff7304721fddb95654901b32195c9c7avboxsync created.
45e9809aff7304721fddb95654901b32195c9c7avboxsync
45e9809aff7304721fddb95654901b32195c9c7avboxsync The driver may pass data back to the client in the same manner as the
45e9809aff7304721fddb95654901b32195c9c7avboxsync xf86XvMCCreateContextProc.
45e9809aff7304721fddb95654901b32195c9c7avboxsync*/
45e9809aff7304721fddb95654901b32195c9c7avboxsync
45e9809aff7304721fddb95654901b32195c9c7avboxsync
45e9809aff7304721fddb95654901b32195c9c7avboxsynctypedef int (*xf86XvMCCreateSubpictureProcPtr) (
45e9809aff7304721fddb95654901b32195c9c7avboxsync ScrnInfoPtr pScrn,
45e9809aff7304721fddb95654901b32195c9c7avboxsync XvMCSubpicturePtr subpicture,
45e9809aff7304721fddb95654901b32195c9c7avboxsync int *num_priv,
45e9809aff7304721fddb95654901b32195c9c7avboxsync CARD32 **priv
45e9809aff7304721fddb95654901b32195c9c7avboxsync);
45e9809aff7304721fddb95654901b32195c9c7avboxsync
45e9809aff7304721fddb95654901b32195c9c7avboxsynctypedef void (*xf86XvMCDestroySubpictureProcPtr) (
45e9809aff7304721fddb95654901b32195c9c7avboxsync ScrnInfoPtr pScrn,
45e9809aff7304721fddb95654901b32195c9c7avboxsync XvMCSubpicturePtr subpicture
45e9809aff7304721fddb95654901b32195c9c7avboxsync);
45e9809aff7304721fddb95654901b32195c9c7avboxsync
45e9809aff7304721fddb95654901b32195c9c7avboxsync
45e9809aff7304721fddb95654901b32195c9c7avboxsynctypedef struct {
45e9809aff7304721fddb95654901b32195c9c7avboxsync char *name;
45e9809aff7304721fddb95654901b32195c9c7avboxsync int num_surfaces;
45e9809aff7304721fddb95654901b32195c9c7avboxsync XF86MCSurfaceInfoPtr *surfaces;
45e9809aff7304721fddb95654901b32195c9c7avboxsync int num_subpictures;
45e9809aff7304721fddb95654901b32195c9c7avboxsync XF86ImagePtr *subpictures;
45e9809aff7304721fddb95654901b32195c9c7avboxsync xf86XvMCCreateContextProcPtr CreateContext;
45e9809aff7304721fddb95654901b32195c9c7avboxsync xf86XvMCDestroyContextProcPtr DestroyContext;
45e9809aff7304721fddb95654901b32195c9c7avboxsync xf86XvMCCreateSurfaceProcPtr CreateSurface;
45e9809aff7304721fddb95654901b32195c9c7avboxsync xf86XvMCDestroySurfaceProcPtr DestroySurface;
45e9809aff7304721fddb95654901b32195c9c7avboxsync xf86XvMCCreateSubpictureProcPtr CreateSubpicture;
45e9809aff7304721fddb95654901b32195c9c7avboxsync xf86XvMCDestroySubpictureProcPtr DestroySubpicture;
45e9809aff7304721fddb95654901b32195c9c7avboxsync} XF86MCAdaptorRec, *XF86MCAdaptorPtr;
45e9809aff7304721fddb95654901b32195c9c7avboxsync
45e9809aff7304721fddb95654901b32195c9c7avboxsync/*
45e9809aff7304721fddb95654901b32195c9c7avboxsync xf86XvMCScreenInit
45e9809aff7304721fddb95654901b32195c9c7avboxsync
45e9809aff7304721fddb95654901b32195c9c7avboxsync Unlike Xv, the adaptor data is not copied from this structure.
45e9809aff7304721fddb95654901b32195c9c7avboxsync This structure's data is used so it must stick around for the
45e9809aff7304721fddb95654901b32195c9c7avboxsync life of the server. Note that it's an array of pointers not
45e9809aff7304721fddb95654901b32195c9c7avboxsync an array of structures.
45e9809aff7304721fddb95654901b32195c9c7avboxsync*/
45e9809aff7304721fddb95654901b32195c9c7avboxsync
45e9809aff7304721fddb95654901b32195c9c7avboxsyncBool xf86XvMCScreenInit(
45e9809aff7304721fddb95654901b32195c9c7avboxsync ScreenPtr pScreen,
45e9809aff7304721fddb95654901b32195c9c7avboxsync int num_adaptors,
45e9809aff7304721fddb95654901b32195c9c7avboxsync XF86MCAdaptorPtr *adaptors
45e9809aff7304721fddb95654901b32195c9c7avboxsync);
45e9809aff7304721fddb95654901b32195c9c7avboxsync
45e9809aff7304721fddb95654901b32195c9c7avboxsyncXF86MCAdaptorPtr xf86XvMCCreateAdaptorRec (void);
45e9809aff7304721fddb95654901b32195c9c7avboxsyncvoid xf86XvMCDestroyAdaptorRec(XF86MCAdaptorPtr adaptor);
45e9809aff7304721fddb95654901b32195c9c7avboxsync
45e9809aff7304721fddb95654901b32195c9c7avboxsync#endif /* _XF86XVMC_H */