videnc.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  *  ======== videnc.h ========
00035  */
00051 #ifndef ti_sdo_ce_video_VIDENC_
00052 #define ti_sdo_ce_video_VIDENC_
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/ividenc.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 IVIDENC_Status VIDENC_Status;       
00077 #define VIDENC_EOK      IVIDENC_EOK         
00078 #define VIDENC_EFAIL    IVIDENC_EFAIL       
00079 #define VIDENC_ERUNTIME IVIDENC_ERUNTIME    
00080 #define VIDENC_ETIMEOUT VISA_ETIMEOUT       
00081 #define VIDENC_FOREVER  VISA_FOREVER        
00086 #define VIDENC_VISATYPE "ti.sdo.ce.video.IVIDENC"
00087 
00091 typedef VISA_Handle VIDENC_Handle;
00092 
00097 typedef struct IVIDENC_Params VIDENC_Params;
00098 
00102 typedef IVIDENC_InArgs          VIDENC_InArgs;
00103 
00107 typedef IVIDENC_OutArgs         VIDENC_OutArgs;
00108 
00112 typedef IVIDENC_Cmd             VIDENC_Cmd;
00113 
00117 typedef IVIDENC_DynamicParams   VIDENC_DynamicParams;
00118 
00125 extern SKEL_Fxns VIDENC_SKEL;
00126 
00130 extern IVIDENC_Fxns VIDENC_STUBS;
00131 
00139 typedef struct IVIDENC_CodecClassConfig {
00140     Bool manageInBufsCache   [ XDM_MAX_IO_BUFFERS ];
00141     Bool manageOutBufsCache  [ XDM_MAX_IO_BUFFERS ];
00142     Bool manageReconBufsCache[ XDM_MAX_IO_BUFFERS ];
00143 } IVIDENC_CodecClassConfig;
00144 
00145 /*
00146  *  ======== VIDENC_create ========
00147  */
00175 extern VIDENC_Handle VIDENC_create(Engine_Handle e, String name,
00176     VIDENC_Params *params);
00177 
00178 
00179 /*
00180  *  ======== VIDENC_process ========
00181  */
00226 extern Int32 VIDENC_process(VIDENC_Handle handle,
00227         XDM_BufDesc *inBufs, XDM_BufDesc *outBufs,
00228         VIDENC_InArgs *inArgs, VIDENC_OutArgs *outArgs);
00229 
00230 
00231 /*
00232  *  ======== VIDENC_control ========
00233  */
00263 extern Int32 VIDENC_control(VIDENC_Handle handle, VIDENC_Cmd id,
00264         VIDENC_DynamicParams *params, VIDENC_Status *status);
00265 
00266 
00267 /*
00268  *  ======== VIDENC_delete ========
00269  */
00287 extern Void VIDENC_delete(VIDENC_Handle handle);
00288 
00289 
00290 /*
00291  *  ======== VIDENC_processAsync ========
00292  */
00331 extern XDAS_Int32 VIDENC_processAsync(VIDENC_Handle handle, XDM_BufDesc *inBufs,
00332     XDM_BufDesc *outBufs, IVIDENC_InArgs *inArgs, IVIDENC_OutArgs *outArgs);
00333 
00334 
00335 /*
00336  *  ======== VIDENC_processWait ========
00337  */
00380 extern XDAS_Int32 VIDENC_processWait(VIDENC_Handle handle, XDM_BufDesc *inBufs,
00381     XDM_BufDesc *outBufs, IVIDENC_InArgs *inArgs, IVIDENC_OutArgs *outArgs,
00382     UInt timeout);
00383 
00384 
00387 #ifdef __cplusplus
00388 }
00389 #endif
00390 
00391 #endif
00392 /*
00393  *  @(#) ti.sdo.ce.video; 1, 0, 3,1; 1-17-2012 23:18:15; /db/atree/library/trees/ce/ce-t03/src/ xlibrary
00394 
00395  */
00396 
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines

Copyright 2012, Texas Instruments Incorporated