![]() |
![]() |
Data Structures | |
| struct | IVIDDEC1_Obj |
| This must be the first field of all IVIDDEC1 instance objects. More... | |
| struct | IVIDDEC1_Params |
| Defines the creation time parameters for all IVIDDEC1 instance objects. More... | |
| struct | IVIDDEC1_DynamicParams |
| This structure defines the codec parameters that can be modified after creation via control() calls. More... | |
| struct | IVIDDEC1_InArgs |
| Defines the input arguments for all IVIDDEC1 instance process function. More... | |
| struct | IVIDDEC1_Status |
| Defines instance status parameters. More... | |
| struct | IVIDDEC1_OutArgs |
| Defines the run time output arguments for all IVIDDEC1 instance objects. More... | |
| struct | IVIDDEC1_Fxns |
| Defines all of the operations on IVIDDEC1 objects. More... | |
Defines | |
| #define | IVIDDEC1_EOK XDM_EOK |
| #define | IVIDDEC1_EFAIL XDM_EFAIL |
| #define | IVIDDEC1_EUNSUPPORTED XDM_EUNSUPPORTED |
| #define | IVIDDEC1_FREE_BUFF_SIZE 16 |
Typedefs | |
| typedef struct IVIDDEC1_Obj | IVIDDEC1_Obj |
| This must be the first field of all IVIDDEC1 instance objects. | |
| typedef struct IVIDDEC1_Obj * | IVIDDEC1_Handle |
| Opaque handle to an IVIDDEC1 objects. | |
| typedef struct IVIDDEC1_Params | IVIDDEC1_Params |
| Defines the creation time parameters for all IVIDDEC1 instance objects. | |
| typedef struct IVIDDEC1_DynamicParams | IVIDDEC1_DynamicParams |
| This structure defines the codec parameters that can be modified after creation via control() calls. | |
| typedef struct IVIDDEC1_InArgs | IVIDDEC1_InArgs |
| Defines the input arguments for all IVIDDEC1 instance process function. | |
| typedef struct IVIDDEC1_Status | IVIDDEC1_Status |
| Defines instance status parameters. | |
| typedef struct IVIDDEC1_OutArgs | IVIDDEC1_OutArgs |
| Defines the run time output arguments for all IVIDDEC1 instance objects. | |
| typedef IALG_Cmd | IVIDDEC1_Cmd |
| Defines the control commands for the IVIDDEC1 module. | |
| typedef struct IVIDDEC1_Fxns | IVIDDEC1_Fxns |
| Defines all of the operations on IVIDDEC1 objects. | |
Enumerations | |
| enum | IVIDDEC1_FrameOrder { IVIDDEC_DISPLAY_ORDER = 0, IVIDDEC_DECODE_ORDER = 1, IVIDDEC_FRAMEORDER_DEFAULT = IVIDDEC_DISPLAY_ORDER } |
Video decoder output frame order. More... | |
This is the XDM IVIDDEC1 Video Decoder Interface.
| #define IVIDDEC1_EOK XDM_EOK |
Success.
| #define IVIDDEC1_EFAIL XDM_EFAIL |
General failure.
| #define IVIDDEC1_EUNSUPPORTED XDM_EUNSUPPORTED |
Request is unsupported.
| #define IVIDDEC1_FREE_BUFF_SIZE 16 |
Maximum buffer that can be freed up in a single process call
| typedef struct IVIDDEC1_Obj IVIDDEC1_Obj |
This must be the first field of all IVIDDEC1 instance objects.
| typedef struct IVIDDEC1_Obj* IVIDDEC1_Handle |
Opaque handle to an IVIDDEC1 objects.
| typedef struct IVIDDEC1_Params IVIDDEC1_Params |
Defines the creation time parameters for all IVIDDEC1 instance objects.
size parameter. size field must be correctly set by the caller. See http://tiexpressdsp.com/index.php?title=Extending_data_structures_in_xDM for more details. | typedef struct IVIDDEC1_DynamicParams IVIDDEC1_DynamicParams |
This structure defines the codec parameters that can be modified after creation via control() calls.
size parameter. size field must be correctly set by the caller. See http://tiexpressdsp.com/index.php?title=Extending_data_structures_in_xDM for more details.| typedef struct IVIDDEC1_InArgs IVIDDEC1_InArgs |
Defines the input arguments for all IVIDDEC1 instance process function.
size parameter. size field must be correctly set by the caller. See http://tiexpressdsp.com/index.php?title=Extending_data_structures_in_xDM for more details.| typedef struct IVIDDEC1_Status IVIDDEC1_Status |
Defines instance status parameters.
size parameter. size field must be correctly set by the caller. See http://tiexpressdsp.com/index.php?title=Extending_data_structures_in_xDM for more details.| typedef struct IVIDDEC1_OutArgs IVIDDEC1_OutArgs |
Defines the run time output arguments for all IVIDDEC1 instance objects.
size parameter. size field must be correctly set by the caller. See http://tiexpressdsp.com/index.php?title=Extending_data_structures_in_xDM for more details.| typedef IALG_Cmd IVIDDEC1_Cmd |
Defines the control commands for the IVIDDEC1 module.
| typedef struct IVIDDEC1_Fxns IVIDDEC1_Fxns |
Defines all of the operations on IVIDDEC1 objects.
| enum IVIDDEC1_FrameOrder |
Video decoder output frame order.