imgenc.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  *  ======== imgenc.h ========
00035  */
00051 #ifndef ti_sdo_ce_image_IMGENC_
00052 #define ti_sdo_ce_image_IMGENC_
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/iimgenc.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 IIMGENC_Status IMGENC_Status;       
00077 #define IMGENC_EOK      IIMGENC_EOK         
00078 #define IMGENC_EFAIL    IIMGENC_EFAIL       
00079 #define IMGENC_ERUNTIME IIMGENC_ERUNTIME    
00080 #define IMGENC_ETIMEOUT VISA_ETIMEOUT       
00081 #define IMGENC_FOREVER  VISA_FOREVER        
00086 #define IMGENC_VISATYPE "ti.sdo.ce.image.IIMGENC"
00087 
00094 #define IMGENC_STUBSNAME "IMGENC_STUBS"
00095 
00096 
00100 typedef VISA_Handle IMGENC_Handle;
00101 
00106 typedef struct IIMGENC_Params IMGENC_Params;
00107 
00111 typedef IIMGENC_InArgs          IMGENC_InArgs;
00112 
00116 typedef IIMGENC_OutArgs         IMGENC_OutArgs;
00117 
00121 typedef IIMGENC_Cmd             IMGENC_Cmd;
00122 
00126 typedef IIMGENC_DynamicParams   IMGENC_DynamicParams;
00127 
00134 extern SKEL_Fxns IMGENC_SKEL;
00135 
00139 extern IIMGENC_Fxns IMGENC_STUBS;
00140 
00148 typedef struct IIMGENC_CodecClassConfig {
00149     Bool manageInBufsCache [ XDM_MAX_IO_BUFFERS ];
00150     Bool manageOutBufsCache[ XDM_MAX_IO_BUFFERS ];
00151 } IIMGENC_CodecClassConfig;
00152 
00153 /*
00154  *  ======== IMGENC_create ========
00155  */
00184 extern IMGENC_Handle IMGENC_create(Engine_Handle e, String name,
00185         IMGENC_Params *params);
00186 
00187 
00188 /*
00189  *  ======== IMGENC_process ========
00190  */
00235 extern Int32 IMGENC_process(IMGENC_Handle handle,
00236         XDM_BufDesc *inBufs, XDM_BufDesc *outBufs,
00237         IMGENC_InArgs *inArgs, IMGENC_OutArgs *outArgs);
00238 
00239 
00240 /*
00241  *  ======== IMGENC_control ========
00242  */
00272 extern Int32 IMGENC_control(IMGENC_Handle handle, IMGENC_Cmd id,
00273         IMGENC_DynamicParams *params, IMGENC_Status *status);
00274 
00275 
00276 /*
00277  *  ======== IMGENC_delete ========
00278  */
00296 extern Void IMGENC_delete(IMGENC_Handle handle);
00297 
00298 
00299 /*
00300  *  ======== IMGENC_processAsync ========
00301  */
00340 extern XDAS_Int32 IMGENC_processAsync(IMGENC_Handle handle, XDM_BufDesc *inBufs,
00341         XDM_BufDesc *outBufs, IIMGENC_InArgs *inArgs, IIMGENC_OutArgs *outArgs);
00342 
00343 
00344 /*
00345  *  ======== IMGENC_processWait ========
00346  */
00389 extern XDAS_Int32 IMGENC_processWait(IMGENC_Handle handle, XDM_BufDesc *inBufs,
00390     XDM_BufDesc *outBufs, IIMGENC_InArgs *inArgs, IIMGENC_OutArgs *outArgs,
00391     UInt timeout);
00392 
00393 
00396 #ifdef __cplusplus
00397 }
00398 #endif
00399 
00400 #endif
00401 /*
00402  *  @(#) ti.sdo.ce.image; 1, 0, 3,1; 8-14-2012 13:01:29; /db/atree/library/trees/ce/ce-u07/src/ xlibrary
00403 
00404  */
00405 
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines

Copyright 2012, Texas Instruments Incorporated