![]() |
MHEG5
18.9.0
MHEG5 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"Go to the source code of this file.
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.
Definition in file fpa1_vis.c.
| #define BMP_EXPLICIT 2 |
Definition at line 51 of file fpa1_vis.c.
| #define BMP_SET_COMPS 10 |
Definition at line 43 of file fpa1_vis.c.
| #define DLART_SET_COMPS 11 |
Definition at line 46 of file fpa1_vis.c.
| #define LART_ADDOO_SIZE 4 /* Rectangle */ |
Definition at line 53 of file fpa1_vis.c.
| #define LART_DDDOO_SIZE 5 |
Definition at line 52 of file fpa1_vis.c.
| #define LART_SET_COMPS 13 |
Definition at line 44 of file fpa1_vis.c.
| #define OBOX_SIZE_SEQ_COMPS 2 |
Definition at line 55 of file fpa1_vis.c.
| #define RECT_SET_COMPS 10 |
Definition at line 45 of file fpa1_vis.c.
| #define VIS_NDA_SIZE 2 /* Video */ |
Definition at line 49 of file fpa1_vis.c.
| #define VIS_NDO_SIZE 3 |
Definition at line 48 of file fpa1_vis.c.
| #define VIS_SET_COMPS 8 |
Definition at line 42 of file fpa1_vis.c.
| int bmpSetCompsArr[2 *BMP_SET_COMPS+1] |
Definition at line 62 of file fpa1_vis.c.
| int dLartSetCompsArr[2 *DLART_SET_COMPS+1] |
Definition at line 116 of file fpa1_vis.c.
| int lartSetCompsArr[2 *LART_SET_COMPS+1] |
Definition at line 79 of file fpa1_vis.c.
| int oboxSizeSeqCompArr[2 *OBOX_SIZE_SEQ_COMPS+1] |
Definition at line 133 of file fpa1_vis.c.
| int rectSetCompsArr[2 *RECT_SET_COMPS+1] |
Definition at line 99 of file fpa1_vis.c.
1.8.11