imgdec1.h

Go to the documentation of this file.
00001 /* 
00002  * Copyright (c) 2012, 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  *  ======== imgdec1.h ========
00035  */
00051 #ifndef ti_sdo_ce_image1_IMGDEC1_
00052 #define ti_sdo_ce_image1_IMGDEC1_
00053 
00054 #ifdef __cplusplus
00055 extern "C" {
00056 #endif
00057 
00058 #include <ti/xdais/dm/xdm.h>
00059 #include <ti/xdais/dm/iimgdec1.h>
00060 
00061 #include <ti/sdo/ce/Engine.h>
00062 #include <ti/sdo/ce/visa.h>
00063 #include <ti/sdo/ce/skel.h>
00064 
00067 
00069 #define IMGDEC1_EOK IIMGDEC1_EOK
00070 
00072 #define IMGDEC1_EFAIL IIMGDEC1_EFAIL
00073 
00075 #define IMGDEC1_EUNSUPPORTED IIMGDEC1_EUNSUPPORTED
00076 
00078 #define IMGDEC1_ETIMEOUT VISA_ETIMEOUT
00079 
00081 #define IMGDEC1_FOREVER VISA_FOREVER
00082 
00086 #define IMGDEC1_VISATYPE "ti.sdo.ce.image1.IIMGDEC1"
00087 
00094 #define IMGDEC1_STUBSNAME "IMGDEC1_STUBS"
00095 
00096 
00100 typedef VISA_Handle IMGDEC1_Handle;
00101 
00102 /* The following are just wrapper typedefs */
00103 
00105 typedef struct IIMGDEC1_Params IMGDEC1_Params;
00106 
00108 typedef IIMGDEC1_InArgs  IMGDEC1_InArgs;
00109 
00111 typedef IIMGDEC1_OutArgs IMGDEC1_OutArgs;
00112 
00114 typedef IIMGDEC1_Cmd     IMGDEC1_Cmd;
00115 
00117 typedef IIMGDEC1_DynamicParams IMGDEC1_DynamicParams;
00118 
00120 typedef IIMGDEC1_Status  IMGDEC1_Status;
00121 
00128 extern SKEL_Fxns IMGDEC1_SKEL;
00129 
00133 extern IIMGDEC1_Fxns IMGDEC1_STUBS;
00134 
00140 typedef struct IIMGDEC1_CodecClassConfig {
00141     Bool manageInBufsCache [ XDM_MAX_IO_BUFFERS ];
00142     Bool manageOutBufsCache[ XDM_MAX_IO_BUFFERS ];
00143 } IIMGDEC1_CodecClassConfig;
00144 
00145 
00146 /*
00147  *  ======== IMGDEC1_control ========
00148  */
00172 extern Int32 IMGDEC1_control(IMGDEC1_Handle handle, IMGDEC1_Cmd id,
00173     IMGDEC1_DynamicParams *params, IMGDEC1_Status *status);
00174 
00175 
00176 /*
00177  *  ======== IMGDEC1_create ========
00178  */
00207 extern IMGDEC1_Handle IMGDEC1_create(Engine_Handle e, String name,
00208     IMGDEC1_Params *params);
00209 
00210 
00211 /*
00212  *  ======== IMGDEC1_delete ========
00213  */
00231 extern Void IMGDEC1_delete(IMGDEC1_Handle handle);
00232 
00233 
00234 /*
00235  *  ======== IMGDEC1_process ========
00236  */
00275 extern Int32 IMGDEC1_process(IMGDEC1_Handle handle, XDM1_BufDesc *inBufs,
00276     XDM1_BufDesc *outBufs, IMGDEC1_InArgs *inArgs, IMGDEC1_OutArgs *outArgs);
00277 
00278 
00279 /*
00280  *  ======== IMGDEC1_processAsync ========
00281  */
00318 extern XDAS_Int32 IMGDEC1_processAsync(IMGDEC1_Handle handle,
00319     XDM1_BufDesc *inBufs, XDM1_BufDesc *outBufs,
00320     IMGDEC1_InArgs *inArgs, IMGDEC1_OutArgs *outArgs);
00321 
00322 
00323 /*
00324  *  ======== IMGDEC1_processWait ========
00325  */
00368 extern XDAS_Int32 IMGDEC1_processWait(IMGDEC1_Handle handle,
00369     XDM1_BufDesc *inBufs, XDM1_BufDesc *outBufs,
00370     IMGDEC1_InArgs *inArgs, IMGDEC1_OutArgs *outArgs, UInt timeout);
00371 
00372 
00375 #ifdef __cplusplus
00376 }
00377 #endif
00378 
00379 #endif
00380 /*
00381  *  @(#) ti.sdo.ce.image1; 1, 0, 1,1; 8-14-2012 13:01:33; /db/atree/library/trees/ce/ce-u07/src/ xlibrary
00382 
00383  */
00384 
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines

Copyright 2012, Texas Instruments Incorporated