![]() |
![]() |
This header defines all types, constants, and functions shared by all implementations of the video encoder algorithms.
#include <ti/xdais/ialg.h>#include <ti/xdais/xdas.h>#include "xdm.h"#include "ivideo.h"
Go to the source code of this file.
Data Structures | |
| struct | IVIDENC_Obj |
| This must be the first field of all IVIDENC instance objects. More... | |
| struct | IVIDENC_Params |
| Defines the creation time parameters for all IVIDENC instance objects. More... | |
| struct | IVIDENC_DynamicParams |
| This structure defines the codec parameters that can be modified after creation via control() calls. More... | |
| struct | IVIDENC_InArgs |
| Defines the input arguments for all IVIDENC instance process function. More... | |
| struct | IVIDENC_Status |
| Defines instance status parameters (read-only). More... | |
| struct | IVIDENC_OutArgs |
| Defines the run time output arguments for all IVIDENC instance objects. More... | |
| struct | IVIDENC_Fxns |
| Defines all of the operations on IVIDENC objects. More... | |
Defines | |
| #define | IVIDENC_CID "ti.xdais.dm.IVIDENC" |
| #define | IVIDENC_ERUNTIME XDM_ERUNTIME |
| #define | IVIDENC_EOK XDM_EOK |
| #define | IVIDENC_EFAIL XDM_EFAIL |
Typedefs | |
| typedef struct IVIDENC_Obj | IVIDENC_Obj |
| This must be the first field of all IVIDENC instance objects. | |
| typedef struct IVIDENC_Obj * | IVIDENC_Handle |
| Opaque handle to an IVIDENC objects. | |
| typedef struct IVIDENC_Params | IVIDENC_Params |
| Defines the creation time parameters for all IVIDENC instance objects. | |
| typedef struct IVIDENC_DynamicParams | IVIDENC_DynamicParams |
| This structure defines the codec parameters that can be modified after creation via control() calls. | |
| typedef struct IVIDENC_InArgs | IVIDENC_InArgs |
| Defines the input arguments for all IVIDENC instance process function. | |
| typedef struct IVIDENC_Status | IVIDENC_Status |
| Defines instance status parameters (read-only). | |
| typedef struct IVIDENC_OutArgs | IVIDENC_OutArgs |
| Defines the run time output arguments for all IVIDENC instance objects. | |
| typedef IALG_Cmd | IVIDENC_Cmd |
| Defines the control commands for the IVIDENC module. | |
| typedef struct IVIDENC_Fxns | IVIDENC_Fxns |
| Defines all of the operations on IVIDENC objects. | |