imgenc1.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  *  ======== imgenc1.h ========
00035  */
00036 
00052 #ifndef ti_sdo_ce_image1_IMGENC1_
00053 #define ti_sdo_ce_image1_IMGENC1_
00054 
00055 #ifdef __cplusplus
00056 extern "C" {
00057 #endif
00058 
00059 #include <ti/xdais/dm/xdm.h>
00060 #include <ti/xdais/dm/iimgenc1.h>
00061 
00062 #include <ti/sdo/ce/Engine.h>
00063 #include <ti/sdo/ce/visa.h>
00064 #include <ti/sdo/ce/skel.h>
00065 
00068 
00069 #define IMGENC1_EOK      IIMGENC1_EOK         
00070 #define IMGENC1_EFAIL    IIMGENC1_EFAIL       
00073 #define IMGENC1_EUNSUPPORTED IIMGENC1_EUNSUPPORTED
00074 
00075 #define IMGENC1_ETIMEOUT VISA_ETIMEOUT        
00076 #define IMGENC1_FOREVER  VISA_FOREVER         
00081 typedef VISA_Handle IMGENC1_Handle;
00082 
00083 /* The following are just wrapper typedefs */
00084 
00086 typedef struct IIMGENC1_Params IMGENC1_Params;
00087 
00089 typedef IIMGENC1_InArgs  IMGENC1_InArgs;
00090 
00092 typedef IIMGENC1_OutArgs IMGENC1_OutArgs;
00093 
00095 typedef IIMGENC1_Cmd     IMGENC1_Cmd;
00096 
00098 typedef IIMGENC1_DynamicParams IMGENC1_DynamicParams;
00099 
00101 typedef IIMGENC1_Status  IMGENC1_Status;
00102 
00109 extern SKEL_Fxns IMGENC1_SKEL;
00110 
00114 extern IIMGENC1_Fxns IMGENC1_STUBS;
00115 
00121 typedef struct IIMGENC1_CodecClassConfig {
00122     Bool manageInBufsCache [ XDM_MAX_IO_BUFFERS ];
00123     Bool manageOutBufsCache[ XDM_MAX_IO_BUFFERS ];
00124 } IIMGENC1_CodecClassConfig;
00125 
00126 
00127 /*
00128  *  ======== IMGENC1_control ========
00129  */
00153 extern Int32 IMGENC1_control(IMGENC1_Handle handle, IMGENC1_Cmd id,
00154     IMGENC1_DynamicParams *params, IMGENC1_Status *status);
00155 
00156 
00157 /*
00158  *  ======== IMGENC1_create ========
00159  */
00187 extern IMGENC1_Handle IMGENC1_create(Engine_Handle e, String name,
00188     IMGENC1_Params *params);
00189 
00190 
00191 /*
00192  *  ======== IMGENC1_delete ========
00193  */
00211 extern Void IMGENC1_delete(IMGENC1_Handle handle);
00212 
00213 
00214 /*
00215  *  ======== IMGENC1_process ========
00216  */
00255 extern Int32 IMGENC1_process(IMGENC1_Handle handle, XDM1_BufDesc *inBufs,
00256     XDM1_BufDesc *outBufs, IMGENC1_InArgs *inArgs, IMGENC1_OutArgs *outArgs);
00257 
00258 
00259 /*
00260  *  ======== IMGENC1_processAsync ========
00261  */
00298 extern XDAS_Int32 IMGENC1_processAsync(IMGENC1_Handle handle,
00299     XDM1_BufDesc *inBufs, XDM1_BufDesc *outBufs,
00300     IIMGENC1_InArgs *inArgs, IIMGENC1_OutArgs *outArgs);
00301 
00302 /*
00303  *  ======== IMGENC1_processWait ========
00304  */
00347 extern XDAS_Int32 IMGENC1_processWait(IMGENC1_Handle handle,
00348     XDM1_BufDesc *inBufs, XDM1_BufDesc *outBufs,
00349     IIMGENC1_InArgs *inArgs, IIMGENC1_OutArgs *outArgs, UInt timeout);
00350 
00353 #ifdef __cplusplus
00354 }
00355 #endif
00356 
00357 #endif
00358 /*
00359  *  @(#) ti.sdo.ce.image1; 1, 0, 1,276; 12-2-2010 21:24:04; /db/atree/library/trees/ce/ce-r11x/src/ xlibrary
00360 
00361  */
00362 
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines

Copyright 2010, Texas Instruments Incorporated