videnc1.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  *  ======== 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         
00081 #define VIDENC1_VISATYPE "ti.sdo.ce.video1.IVIDENC1"
00082 
00083 
00087 typedef VISA_Handle VIDENC1_Handle;
00088 
00089 /* The following are just wrapper typedefs */
00090 
00092 typedef struct IVIDENC1_Params VIDENC1_Params;
00093 
00095 typedef IVIDENC1_InArgs          VIDENC1_InArgs;
00096 
00098 typedef IVIDENC1_OutArgs         VIDENC1_OutArgs;
00099 
00101 typedef IVIDENC1_Cmd             VIDENC1_Cmd;
00102 
00104 typedef IVIDENC1_DynamicParams VIDENC1_DynamicParams;
00105 
00107 typedef IVIDENC1_Status VIDENC1_Status;
00108 
00115 extern SKEL_Fxns VIDENC1_SKEL;
00116 
00120 extern IVIDENC1_Fxns VIDENC1_STUBS;
00121 
00129 typedef struct IVIDENC1_CodecClassConfig {
00130     Bool manageInBufsCache     [ XDM_MAX_IO_BUFFERS ];
00131     Bool manageOutBufsCache    [ XDM_MAX_IO_BUFFERS ];
00132 } IVIDENC1_CodecClassConfig;
00133 
00134 /*
00135  *  ======== VIDENC1_control ========
00136  */
00165 extern Int32 VIDENC1_control(VIDENC1_Handle handle, VIDENC1_Cmd id,
00166     VIDENC1_DynamicParams *params, VIDENC1_Status *status);
00167 
00168 
00169 /*
00170  *  ======== VIDENC1_create ========
00171  */
00200 extern VIDENC1_Handle VIDENC1_create(Engine_Handle e, String name,
00201     VIDENC1_Params *params);
00202 
00203 
00204 /*
00205  *  ======== VIDENC1_delete ========
00206  */
00224 extern Void VIDENC1_delete(VIDENC1_Handle handle);
00225 
00226 
00227 /*
00228  *  ======== VIDENC1_process ========
00229  */
00275 extern Int32 VIDENC1_process(VIDENC1_Handle handle, IVIDEO1_BufDescIn *inBufs,
00276     XDM_BufDesc *outBufs, VIDENC1_InArgs *inArgs, VIDENC1_OutArgs *outArgs);
00277 
00278 
00279 /*
00280  *  ======== VIDENC1_processAsync ========
00281  */
00318 extern XDAS_Int32 VIDENC1_processAsync(VIDENC1_Handle handle,
00319     IVIDEO1_BufDescIn *inBufs, XDM_BufDesc *outBufs,
00320     IVIDENC1_InArgs *inArgs, IVIDENC1_OutArgs *outArgs);
00321 
00322 
00323 /*
00324  *  ======== VIDENC1_processWait ========
00325  */
00368 extern XDAS_Int32 VIDENC1_processWait(VIDENC1_Handle handle,
00369     IVIDEO1_BufDescIn *inBufs, XDM_BufDesc *outBufs,
00370     IVIDENC1_InArgs *inArgs, IVIDENC1_OutArgs *outArgs, UInt timeout);
00371 
00372 
00375 #ifdef __cplusplus
00376 }
00377 #endif
00378 
00379 #endif
00380 /*
00381  *  @(#) ti.sdo.ce.video1; 1, 0, 2,1; 1-17-2012 23:18:20; /db/atree/library/trees/ce/ce-t03/src/ xlibrary
00382 
00383  */
00384 
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines

Copyright 2012, Texas Instruments Incorporated