XDAIS  dais-x04
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
ivideo.h
Go to the documentation of this file.
1 /*
2  * Copyright (c) 2006-2012, Texas Instruments Incorporated
3  * All rights reserved.
4  *
5  * Redistribution and use in source and binary forms, with or without
6  * modification, are permitted provided that the following conditions
7  * are met:
8  *
9  * * Redistributions of source code must retain the above copyright
10  * notice, this list of conditions and the following disclaimer.
11  *
12  * * Redistributions in binary form must reproduce the above copyright
13  * notice, this list of conditions and the following disclaimer in the
14  * documentation and/or other materials provided with the distribution.
15  *
16  * * Neither the name of Texas Instruments Incorporated nor the names of
17  * its contributors may be used to endorse or promote products derived
18  * from this software without specific prior written permission.
19  *
20  * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
21  * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
22  * THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
23  * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
24  * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
25  * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
26  * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
27  * OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
28  * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
29  * OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
30  * EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
31  *
32  */
33 
46 #ifndef ti_xdais_dm_IVIDEO_
47 #define ti_xdais_dm_IVIDEO_
48 
49 #ifdef __cplusplus
50 extern "C" {
51 #endif
52 
55 
63 #define IVIDEO2_MAX_IO_BUFFERS 20
64 
72 typedef enum {
110 
123 typedef enum {
161 
169 typedef enum {
181 
182 
190 typedef enum {
208 
209 
217 typedef enum {
227 
228 
245 typedef enum {
279 
287 typedef enum {
295 
296 
304 typedef enum {
318  IVIDEO_RV8 = 14,
319  IVIDEO_RV9 = 15,
330 } IVIDEO_Format;
331 
332 
336 typedef struct IVIDEO_BufDesc {
346 
350 typedef struct IVIDEO1_BufDescIn {
361 
362 
366 #define IVIDEO_MAX_YUV_BUFFERS 3
367 
371 typedef struct IVIDEO1_BufDesc {
465 
475 typedef enum {
481 
495 typedef enum {
515 
525 typedef enum {
529 
542 typedef enum {
548 
549 
555 typedef enum {
571 
573 
577 #define IVIDEO_MAX_NUM_PLANES 3
578 #define IVIDEO_MAX_NUM_METADATA_PLANES 3
586 /*
587  * @brief Metadata types
588  *
589  * @enumWarning
590  *
591  * @extendedEnum
592  */
593 typedef enum {
617 
621 typedef struct IVIDEO2_BufDesc {
709  XDAS_Int32 repeatFirstFieldFlag; /* not required for encoder input buffer */
722  XDAS_Int32 frameStatus; /* not required for encoder input buffer */
729  XDAS_Int32 repeatFrame; /* not required for encoder input buffer */
821 
822 
825 #ifdef __cplusplus
826 }
827 #endif
828 
829 #endif
Copyright 2013, Texas Instruments Incorporated