viddec1.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  *  ======== viddec1.h ========
00035  */
00052 #ifndef ti_sdo_ce_video1_VIDDEC1_
00053 #define ti_sdo_ce_video1_VIDDEC1_
00054 
00055 #ifdef __cplusplus
00056 extern "C" {
00057 #endif
00058 
00059 #include <ti/xdais/dm/xdm.h>
00060 #include <ti/xdais/dm/ividdec1.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 typedef IVIDDEC1_Status VIDDEC1_Status;       
00071 #define VIDDEC1_EOK      IVIDDEC1_EOK         
00072 #define VIDDEC1_EFAIL    IVIDDEC1_EFAIL       
00075 #define VIDDEC1_EUNSUPPORTED IVIDDEC1_EUNSUPPORTED
00076 
00077 #define VIDDEC1_ETIMEOUT VISA_ETIMEOUT        
00078 #define VIDDEC1_FOREVER  VISA_FOREVER         
00083 #define VIDDEC1_VISATYPE "ti.sdo.ce.video1.IVIDDEC1"
00084 
00088 typedef VISA_Handle VIDDEC1_Handle;
00089 
00094 typedef struct IVIDDEC1_Params VIDDEC1_Params;
00095 
00099 typedef IVIDDEC1_InArgs          VIDDEC1_InArgs;
00100 
00104 typedef IVIDDEC1_OutArgs         VIDDEC1_OutArgs;
00105 
00109 typedef IVIDDEC1_Cmd             VIDDEC1_Cmd;
00110 
00114 typedef IVIDDEC1_DynamicParams   VIDDEC1_DynamicParams;
00115 
00122 extern SKEL_Fxns VIDDEC1_SKEL;
00123 
00127 extern IVIDDEC1_Fxns VIDDEC1_STUBS;
00128 
00136 typedef struct IVIDDEC1_CodecClassConfig {
00137     Bool manageInBufsCache     [ XDM_MAX_IO_BUFFERS ];
00138     Bool manageOutBufsCache    [ XDM_MAX_IO_BUFFERS ];
00139 } IVIDDEC1_CodecClassConfig;
00140 
00141 /*
00142  *  ======== VIDDEC1_create ========
00143  */
00172 extern VIDDEC1_Handle VIDDEC1_create(Engine_Handle e, String name,
00173     VIDDEC1_Params *params);
00174 
00175 
00176 /*
00177  *  ======== VIDDEC1_process ========
00178  */
00219 extern Int32 VIDDEC1_process(VIDDEC1_Handle handle, XDM1_BufDesc *inBufs,
00220     XDM_BufDesc *outBufs, VIDDEC1_InArgs *inArgs, VIDDEC1_OutArgs *outArgs);
00221 
00222 
00223 /*
00224  *  ======== VIDDEC1_control ========
00225  */
00253 extern Int32 VIDDEC1_control(VIDDEC1_Handle handle, VIDDEC1_Cmd id,
00254     VIDDEC1_DynamicParams *params, VIDDEC1_Status *status);
00255 
00256 
00257 /*
00258  *  ======== VIDDEC1_delete ========
00259  */
00277 extern Void VIDDEC1_delete(VIDDEC1_Handle handle);
00278 
00279 
00280 /*
00281  *  ======== VIDDEC1_processAsync ========
00282  */
00319 extern XDAS_Int32 VIDDEC1_processAsync(VIDDEC1_Handle handle,
00320     XDM1_BufDesc *inBufs, XDM_BufDesc *outBufs,
00321     VIDDEC1_InArgs *inArgs, VIDDEC1_OutArgs *outArgs);
00322 
00323 
00324 /*
00325  *  ======== VIDDEC1_processWait ========
00326  */
00369 extern XDAS_Int32 VIDDEC1_processWait(VIDDEC1_Handle handle,
00370     XDM1_BufDesc *inBufs, XDM_BufDesc *outBufs,
00371     VIDDEC1_InArgs *inArgs, VIDDEC1_OutArgs *outArgs, UInt timeout);
00372 
00373 
00376 #ifdef __cplusplus
00377 }
00378 #endif
00379 
00380 #endif
00381 /*
00382  *  @(#) ti.sdo.ce.video1; 1, 0, 2,1; 1-17-2012 23:18:20; /db/atree/library/trees/ce/ce-t03/src/ xlibrary
00383 
00384  */
00385 
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines

Copyright 2012, Texas Instruments Incorporated