Codec Engine Application Programming Interface (API)  ce-w08
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
viddec2.h
Go to the documentation of this file.
1 /*
2  * Copyright 2013 by Texas Instruments Incorporated.
3  *
4  */
5 
6 /*
7  * Copyright (c) 2013, Texas Instruments Incorporated
8  * All rights reserved.
9  *
10  * Redistribution and use in source and binary forms, with or without
11  * modification, are permitted provided that the following conditions
12  * are met:
13  *
14  * * Redistributions of source code must retain the above copyright
15  * notice, this list of conditions and the following disclaimer.
16  *
17  * * Redistributions in binary form must reproduce the above copyright
18  * notice, this list of conditions and the following disclaimer in the
19  * documentation and/or other materials provided with the distribution.
20  *
21  * * Neither the name of Texas Instruments Incorporated nor the names of
22  * its contributors may be used to endorse or promote products derived
23  * from this software without specific prior written permission.
24  *
25  * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
26  * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
27  * THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
28  * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
29  * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
30  * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
31  * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
32  * OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
33  * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
34  * OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
35  * EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
36  *
37  */
38 /*
39  * ======== viddec2.h ========
40  */
57 #ifndef ti_sdo_ce_video2_split_VIDDEC2_
58 #define ti_sdo_ce_video2_split_VIDDEC2_
59 
60 #ifdef __cplusplus
61 extern "C" {
62 #endif
63 
64 #include <ti/xdais/dm/xdm.h>
66 
67 
68 #include <ti/sdo/ce/Engine.h>
69 #include <ti/sdo/ce/visa.h>
70 #include <ti/sdo/ce/skel.h>
72 
75 
80 
81 
86 
87 
92 
93 
98 
105 extern SKEL_Fxns VIDDEC2FRONT_SKEL;
106 
111 extern IVIDDEC2FRONT_Fxns VIDDEC2FRONT_STUBS;
112 
117 extern SKEL_Fxns VIDDEC2BACK_SKEL;
118 
123 extern IVIDDEC2BACK_Fxns VIDDEC2BACK_STUBS;
124 
135 
136 /*
137  * ======== VIDDEC2BACK_create ========
138  */
163 extern VIDDEC2BACK_Handle VIDDEC2BACK_create(Engine_Handle e, String name,
164  VIDDEC2_Params *params);
165 
166 
167 /*
168  * ======== VIDDEC2BACK_process ========
169  */
209 extern Int32 VIDDEC2BACK_process(VIDDEC2BACK_Handle handle,
210  XDM_Context *context, VIDDEC2_OutArgs *outArgs);
211 
212 
213 /*
214  * ======== VIDDEC2BACK_control ========
215  */
240 extern Int32 VIDDEC2BACK_control(VIDDEC2BACK_Handle handle,
241  XDM_Context *context, VIDDEC2_Status *status);
242 
243 /*
244  * ======== VIDDEC2BACK_delete ========
245  */
263 extern Void VIDDEC2BACK_delete(VIDDEC2BACK_Handle handle);
264 
265 
266 /*
267  * ======== VIDDEC2FRONT_create ========
268  */
293 extern VIDDEC2FRONT_Handle VIDDEC2FRONT_create(Engine_Handle e, String name,
294  VIDDEC2_Params *params);
295 
296 
297 /*
298  * ======== VIDDEC2FRONT_process ========
299  */
340 extern Int32 VIDDEC2FRONT_process(VIDDEC2FRONT_Handle handle,
341  VIDDEC2_InArgs *inArgs, XDM_Context *context,
342  VIDDEC2FRONT_OutArgs *outArgs);
343 
344 
345 /*
346  * ======== VIDDEC2FRONT_control ========
347  */
374 extern Int32 VIDDEC2FRONT_control(VIDDEC2FRONT_Handle handle, VIDDEC2_Cmd id,
375  VIDDEC2_DynamicParams *params, XDM_Context *context,
376  VIDDEC2FRONT_Status *status);
377 
378 
379 /*
380  * ======== VIDDEC2FRONT_delete ========
381  */
399 extern Void VIDDEC2FRONT_delete(VIDDEC2FRONT_Handle handle);
400 
401  /* ingroup */
403 
404 #ifdef __cplusplus
405 }
406 #endif
407 
408 #endif
409 /*
410  * @(#) ti.sdo.ce.video2.split; 1, 0, 0,3; 6-13-2013 00:20:51; /db/atree/library/trees/ce/ce-w08/src/ xlibrary
411 
412  */
413 
Copyright 2013, Texas Instruments Incorporated