MHEG5 1.0
DTVKit MHEG5 1.0 API Documentation
|
Contains functions to decode MHEG-5 ASN.1 Visible, Bitmap, Line Art, Rectangle, Dynamic Line Art class components. More...
#include <stdio.h>
#include <stdlib.h>
#include "vpa1_tgs.h"
#include "vpa1_rdf.h"
#include "fpa1_set.h"
#include "fpa1_seq.h"
#include "fpa1_syn.h"
#include "fpa1_vis.h"
Macros | |
#define | VIS_SET_COMPS 8 |
#define | BMP_SET_COMPS 10 |
#define | LART_SET_COMPS 13 |
#define | RECT_SET_COMPS 10 |
#define | DLART_SET_COMPS 11 |
#define | VIS_NDO_SIZE 3 |
#define | VIS_NDA_SIZE 2 /* Video */ |
#define | BMP_EXPLICIT 2 |
#define | LART_DDDOO_SIZE 5 |
#define | LART_ADDOO_SIZE 4 /* Rectangle */ |
#define | OBOX_SIZE_SEQ_COMPS 2 |
Variables | |
int | bmpSetCompsArr [2 *BMP_SET_COMPS+1] |
int | lartSetCompsArr [2 *LART_SET_COMPS+1] |
int | rectSetCompsArr [2 *RECT_SET_COMPS+1] |
int | dLartSetCompsArr [2 *DLART_SET_COMPS+1] |
int | oboxSizeSeqCompArr [2 *OBOX_SIZE_SEQ_COMPS+1] |
Contains functions to decode MHEG-5 ASN.1 Visible, Bitmap, Line Art, Rectangle, Dynamic Line Art class components.
#define BMP_EXPLICIT 2 |
#define BMP_SET_COMPS 10 |
#define DLART_SET_COMPS 11 |
#define LART_ADDOO_SIZE 4 /* Rectangle */ |
#define LART_DDDOO_SIZE 5 |
#define LART_SET_COMPS 13 |
#define OBOX_SIZE_SEQ_COMPS 2 |
#define RECT_SET_COMPS 10 |
#define VIS_NDA_SIZE 2 /* Video */ |
#define VIS_NDO_SIZE 3 |
#define VIS_SET_COMPS 8 |
int bmpSetCompsArr[2 *BMP_SET_COMPS+1] |
int dLartSetCompsArr[2 *DLART_SET_COMPS+1] |
int lartSetCompsArr[2 *LART_SET_COMPS+1] |
int oboxSizeSeqCompArr[2 *OBOX_SIZE_SEQ_COMPS+1] |
int rectSetCompsArr[2 *RECT_SET_COMPS+1] |