XDAIS  dais-x04
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
Data Structures | Macros | Typedefs | Enumerations
ividdec3.h File Reference

Detailed Description

This header defines all types, constants, and functions shared by all implementations of the video decoder algorithms.

#include <ti/xdais/ialg.h>
#include <ti/xdais/xdas.h>
#include "xdm.h"
#include "ivideo.h"
Include dependency graph for ividdec3.h:

Go to the source code of this file.

Data Structures

struct  IVIDDEC3_Obj
 This must be the first field of all IVIDDEC3 instance objects. More...
struct  IVIDDEC3_Params
 Defines the creation time parameters for all IVIDDEC3 instance objects. More...
struct  IVIDDEC3_DynamicParams
 This structure defines the algorithm parameters that can be modified after creation via IVIDDEC3_Fxns.control() calls. More...
struct  IVIDDEC3_InArgs
 Defines the input arguments for all IVIDDEC3 instance process function. More...
struct  IVIDDEC3_Status
 Defines instance status parameters. More...
struct  IVIDDEC3_OutArgs
 Defines the run time output arguments for all IVIDDEC3 instance objects. More...
struct  IVIDDEC3_Fxns
 Defines all of the operations on IVIDDEC3 objects. More...

Macros

#define IVIDDEC3_EOK   XDM_EOK
 
#define IVIDDEC3_EFAIL   XDM_EFAIL
 
#define IVIDDEC3_EUNSUPPORTED   XDM_EUNSUPPORTED
 

Typedefs

typedef struct IVIDDEC3_Obj IVIDDEC3_Obj
 This must be the first field of all IVIDDEC3 instance objects.
typedef struct IVIDDEC3_ObjIVIDDEC3_Handle
 Opaque handle to an IVIDDEC3 objects.
typedef struct IVIDDEC3_Params IVIDDEC3_Params
 Defines the creation time parameters for all IVIDDEC3 instance objects.
typedef struct
IVIDDEC3_DynamicParams 
IVIDDEC3_DynamicParams
 This structure defines the algorithm parameters that can be modified after creation via IVIDDEC3_Fxns.control() calls.
typedef struct IVIDDEC3_InArgs IVIDDEC3_InArgs
 Defines the input arguments for all IVIDDEC3 instance process function.
typedef struct IVIDDEC3_Status IVIDDEC3_Status
 Defines instance status parameters.
typedef struct IVIDDEC3_OutArgs IVIDDEC3_OutArgs
 Defines the run time output arguments for all IVIDDEC3 instance objects.
typedef IALG_Cmd IVIDDEC3_Cmd
 Defines the control commands for the IVIDDEC3 module.
typedef struct IVIDDEC3_Fxns IVIDDEC3_Fxns
 Defines all of the operations on IVIDDEC3 objects.

Enumerations

enum  IVIDDEC3_displayDelay {
  IVIDDEC3_DISPLAY_DELAY_AUTO = -1,
  IVIDDEC3_DECODE_ORDER = 0,
  IVIDDEC3_DISPLAY_DELAY_1 = 1,
  IVIDDEC3_DISPLAY_DELAY_2 = 2,
  IVIDDEC3_DISPLAY_DELAY_3 = 3,
  IVIDDEC3_DISPLAY_DELAY_4 = 4,
  IVIDDEC3_DISPLAY_DELAY_5 = 5,
  IVIDDEC3_DISPLAY_DELAY_6 = 6,
  IVIDDEC3_DISPLAY_DELAY_7 = 7,
  IVIDDEC3_DISPLAY_DELAY_8 = 8,
  IVIDDEC3_DISPLAY_DELAY_9 = 9,
  IVIDDEC3_DISPLAY_DELAY_10 = 10,
  IVIDDEC3_DISPLAY_DELAY_11 = 11,
  IVIDDEC3_DISPLAY_DELAY_12 = 12,
  IVIDDEC3_DISPLAY_DELAY_13 = 13,
  IVIDDEC3_DISPLAY_DELAY_14 = 14,
  IVIDDEC3_DISPLAY_DELAY_15 = 15,
  IVIDDEC3_DISPLAY_DELAY_16 = 16,
  IVIDDEC3_DISPLAYDELAY_DEFAULT = IVIDDEC3_DISPLAY_DELAY_AUTO
}
 Video decoder output frame order. More...
enum  IVIDDEC3_DisplayBufsMode {
  IVIDDEC3_DISPLAYBUFS_EMBEDDED = 1,
  IVIDDEC3_DISPLAYBUFS_PTRS = 2
}
 Mode in which display buffers will be returned in IVIDDEC3_OutArgs. More...
Copyright 2013, Texas Instruments Incorporated