imgdec.h

Go to the documentation of this file.
00001 /* 
00002  * Copyright (c) 2010, Texas Instruments Incorporated
00003  * All rights reserved.
00004  *
00005  * Redistribution and use in source and binary forms, with or without
00006  * modification, are permitted provided that the following conditions
00007  * are met:
00008  *
00009  * *  Redistributions of source code must retain the above copyright
00010  *    notice, this list of conditions and the following disclaimer.
00011  *
00012  * *  Redistributions in binary form must reproduce the above copyright
00013  *    notice, this list of conditions and the following disclaimer in the
00014  *    documentation and/or other materials provided with the distribution.
00015  *
00016  * *  Neither the name of Texas Instruments Incorporated nor the names of
00017  *    its contributors may be used to endorse or promote products derived
00018  *    from this software without specific prior written permission.
00019  *
00020  * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
00021  * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
00022  * THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
00023  * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
00024  * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
00025  * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
00026  * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
00027  * OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
00028  * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
00029  * OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
00030  * EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
00031  * 
00032  */
00033 /*
00034  *  ======== imgdec.h ========
00035  */
00051 #ifndef ti_sdo_ce_image_IMGDEC_
00052 #define ti_sdo_ce_image_IMGDEC_
00053 
00054 #ifdef __cplusplus
00055 extern "C" {
00056 #endif
00057 
00058 /*
00059  * By definition, this interface is 0.9 XDM.  Before including xdm.h,
00060  * define XDM_INCLUDE_DOT9_SUPPORT
00061  */
00062 #ifndef XDM_INCLUDE_DOT9_SUPPORT
00063 #define XDM_INCLUDE_DOT9_SUPPORT
00064 #endif
00065 #include <ti/xdais/dm/xdm.h>
00066 #include <ti/xdais/dm/iimgdec.h>
00067 
00068 #include <ti/sdo/ce/Engine.h>
00069 #include <ti/sdo/ce/visa.h>
00070 #include <ti/sdo/ce/skel.h>
00071 
00074 
00075 typedef IIMGDEC_Status IMGDEC_Status;       
00077 #define IMGDEC_EOK      IIMGDEC_EOK         
00078 #define IMGDEC_EFAIL    IIMGDEC_EFAIL       
00079 #define IMGDEC_ERUNTIME IIMGDEC_ERUNTIME    
00080 #define IMGDEC_ETIMEOUT VISA_ETIMEOUT       
00081 #define IMGDEC_FOREVER  VISA_FOREVER        
00086 typedef VISA_Handle IMGDEC_Handle;
00087 
00092 typedef struct IIMGDEC_Params IMGDEC_Params;
00093 
00097 typedef IIMGDEC_InArgs          IMGDEC_InArgs;
00098 
00102 typedef IIMGDEC_OutArgs         IMGDEC_OutArgs;
00103 
00107 typedef IIMGDEC_Cmd             IMGDEC_Cmd;
00108 
00112 typedef IIMGDEC_DynamicParams   IMGDEC_DynamicParams;
00113 
00120 extern SKEL_Fxns IMGDEC_SKEL;
00121 
00125 extern IIMGDEC_Fxns IMGDEC_STUBS;
00126 
00134 typedef struct IIMGDEC_CodecClassConfig {
00135     Bool manageInBufsCache [ XDM_MAX_IO_BUFFERS ];
00136     Bool manageOutBufsCache[ XDM_MAX_IO_BUFFERS ];
00137 } IIMGDEC_CodecClassConfig;
00138 
00139 /*
00140  *  ======== IMGDEC_create ========
00141  */
00170 extern IMGDEC_Handle IMGDEC_create(Engine_Handle e, String name,
00171         IMGDEC_Params *params);
00172 
00173 
00174 /*
00175  *  ======== IMGDEC_process ========
00176  */
00221 extern Int32 IMGDEC_process(IMGDEC_Handle handle,
00222         XDM_BufDesc *inBufs, XDM_BufDesc *outBufs,
00223         IMGDEC_InArgs *inArgs, IMGDEC_OutArgs *outArgs);
00224 
00225 
00226 /*
00227  *  ======== IMGDEC_control ========
00228  */
00256 extern Int32 IMGDEC_control(IMGDEC_Handle handle, IMGDEC_Cmd id,
00257         IMGDEC_DynamicParams *params, IMGDEC_Status *status);
00258 
00259 
00260 /*
00261  *  ======== IMGDEC_delete ========
00262  */
00280 extern Void IMGDEC_delete(IMGDEC_Handle handle);
00281 
00282 
00283 /*
00284  *  ======== IMGDEC_processAsync ========
00285  */
00322 extern XDAS_Int32 IMGDEC_processAsync(IMGDEC_Handle handle, XDM_BufDesc *inBufs,
00323     XDM_BufDesc *outBufs, IMGDEC_InArgs *inArgs, IMGDEC_OutArgs *outArgs);
00324 
00325 
00326 /*
00327  *  ======== IMGDEC_processWait ========
00328  */
00371 extern XDAS_Int32 IMGDEC_processWait(IMGDEC_Handle handle, XDM_BufDesc *inBufs,
00372     XDM_BufDesc *outBufs, IMGDEC_InArgs *inArgs, IMGDEC_OutArgs *outArgs,
00373     UInt timeout);
00374 
00375 
00378 #ifdef __cplusplus
00379 }
00380 #endif
00381 
00382 #endif
00383 /*
00384  *  @(#) ti.sdo.ce.image; 1, 0, 3,352; 12-2-2010 21:23:58; /db/atree/library/trees/ce/ce-r11x/src/ xlibrary
00385 
00386  */
00387 
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines

Copyright 2010, Texas Instruments Incorporated