videnc1.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  *  ======== videnc1.h ========
00035  */
00052 #ifndef ti_sdo_ce_video1_VIDENC1_
00053 #define ti_sdo_ce_video1_VIDENC1_
00054 
00055 #ifdef __cplusplus
00056 extern "C" {
00057 #endif
00058 
00059 #include <ti/xdais/dm/xdm.h>
00060 #include <ti/xdais/dm/ividenc1.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 VIDENC1_EOK      IVIDENC1_EOK         
00070 #define VIDENC1_EFAIL    IVIDENC1_EFAIL       
00073 #define VIDENC1_EUNSUPPORTED IVIDENC1_EUNSUPPORTED
00074 
00075 #define VIDENC1_ETIMEOUT VISA_ETIMEOUT        
00076 #define VIDENC1_FOREVER  VISA_FOREVER         
00082 typedef VISA_Handle VIDENC1_Handle;
00083 
00084 /* The following are just wrapper typedefs */
00085 
00087 typedef struct IVIDENC1_Params VIDENC1_Params;
00088 
00090 typedef IVIDENC1_InArgs          VIDENC1_InArgs;
00091 
00093 typedef IVIDENC1_OutArgs         VIDENC1_OutArgs;
00094 
00096 typedef IVIDENC1_Cmd             VIDENC1_Cmd;
00097 
00099 typedef IVIDENC1_DynamicParams VIDENC1_DynamicParams;
00100 
00102 typedef IVIDENC1_Status VIDENC1_Status;
00103 
00110 extern SKEL_Fxns VIDENC1_SKEL;
00111 
00115 extern IVIDENC1_Fxns VIDENC1_STUBS;
00116 
00124 typedef struct IVIDENC1_CodecClassConfig {
00125     Bool manageInBufsCache     [ XDM_MAX_IO_BUFFERS ];
00126     Bool manageOutBufsCache    [ XDM_MAX_IO_BUFFERS ];
00127 } IVIDENC1_CodecClassConfig;
00128 
00129 /*
00130  *  ======== VIDENC1_control ========
00131  */
00160 extern Int32 VIDENC1_control(VIDENC1_Handle handle, VIDENC1_Cmd id,
00161     VIDENC1_DynamicParams *params, VIDENC1_Status *status);
00162 
00163 
00164 /*
00165  *  ======== VIDENC1_create ========
00166  */
00195 extern VIDENC1_Handle VIDENC1_create(Engine_Handle e, String name,
00196     VIDENC1_Params *params);
00197 
00198 
00199 /*
00200  *  ======== VIDENC1_delete ========
00201  */
00219 extern Void VIDENC1_delete(VIDENC1_Handle handle);
00220 
00221 
00222 /*
00223  *  ======== VIDENC1_process ========
00224  */
00270 extern Int32 VIDENC1_process(VIDENC1_Handle handle, IVIDEO1_BufDescIn *inBufs,
00271     XDM_BufDesc *outBufs, VIDENC1_InArgs *inArgs, VIDENC1_OutArgs *outArgs);
00272 
00273 
00274 /*
00275  *  ======== VIDENC1_processAsync ========
00276  */
00313 extern XDAS_Int32 VIDENC1_processAsync(VIDENC1_Handle handle,
00314     IVIDEO1_BufDescIn *inBufs, XDM_BufDesc *outBufs,
00315     IVIDENC1_InArgs *inArgs, IVIDENC1_OutArgs *outArgs);
00316 
00317 
00318 /*
00319  *  ======== VIDENC1_processWait ========
00320  */
00363 extern XDAS_Int32 VIDENC1_processWait(VIDENC1_Handle handle,
00364     IVIDEO1_BufDescIn *inBufs, XDM_BufDesc *outBufs,
00365     IVIDENC1_InArgs *inArgs, IVIDENC1_OutArgs *outArgs, UInt timeout);
00366 
00367 
00370 #ifdef __cplusplus
00371 }
00372 #endif
00373 
00374 #endif
00375 /*
00376  *  @(#) ti.sdo.ce.video1; 1, 0, 2,265; 11-3-2010 22:21:39; /db/atree/library/trees/ce/ce-q16x/src/ xlibrary
00377 
00378  */
00379 
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines

Copyright 2010, Texas Instruments Incorporated