![]() |
![]() |
This header defines all types, constants, and functions shared by all implementations of the video transcoder 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 | IVIDTRANSCODE_Obj |
| This must be the first field of all IVIDTRANSCODE instance objects. More... | |
| struct | IVIDTRANSCODE_Params |
| Defines the creation time parameters for all IVIDTRANSCODE instance objects. More... | |
| struct | IVIDTRANSCODE_DynamicParams |
| This structure defines the codec parameters that can be modified after creation via control() calls. More... | |
| struct | IVIDTRANSCODE_InArgs |
| Defines the input arguments for all IVIDTRANSCODE instance process function. More... | |
| struct | IVIDTRANSCODE_Status |
| Defines instance status parameters. More... | |
| struct | IVIDTRANSCODE_OutArgs |
| Defines the run time output arguments for all IVIDTRANSCODE instance objects. More... | |
| struct | IVIDTRANSCODE_Fxns |
| Defines all of the operations on IVIDTRANSCODE objects. More... | |
Defines | |
| #define | IVIDTRANSCODE_EOK XDM_EOK |
| #define | IVIDTRANSCODE_EFAIL XDM_EFAIL |
| #define | IVIDTRANSCODE_EUNSUPPORTED XDM_EUNSUPPORTED |
| #define | IVIDTRANSCODE_MAXOUTSTREAMS 2 |
Typedefs | |
| typedef struct IVIDTRANSCODE_Obj * | IVIDTRANSCODE_Handle |
| Opaque handle to an IVIDTRANSCODE objects. | |
| typedef IALG_Cmd | IVIDTRANSCODE_Cmd |
| Defines the control commands for the IVIDTRANSCODE module. | |