![]() |
MHEG5
18.9.0
MHEG5 Documentation
|
Contains functions to decode MHEG-5 ASN.1 Scene class components. More...
#include <stdio.h>#include <stdlib.h>#include "vpa1_tgs.h"#include "vpa1_rdf.h"#include "fpa1_sce.h"#include "fpa1_set.h"#include "fpa1_seq.h"#include "fpa1_syn.h"#include "fpa1_BlockAlloc.h"Go to the source code of this file.
Macros | |
| #define | SCENE_SET_COMPS 14 |
| #define | SCENE_COORD_SYS_SEQ_COMPS 2 |
| #define | NEXT_SCENE_SEQ_COMPS 2 |
Variables | |
| int | sceneSetCompsArr [2 *SCENE_SET_COMPS+1] |
| int | sneCoordSysSeqCompArr [2 *SCENE_COORD_SYS_SEQ_COMPS+1] |
| int | nextSceneSeqCompArr [2 *NEXT_SCENE_SEQ_COMPS+1] |
Contains functions to decode MHEG-5 ASN.1 Scene class components.
Definition in file fpa1_sce.c.
| #define NEXT_SCENE_SEQ_COMPS 2 |
Definition at line 45 of file fpa1_sce.c.
| #define SCENE_COORD_SYS_SEQ_COMPS 2 |
Definition at line 44 of file fpa1_sce.c.
| #define SCENE_SET_COMPS 14 |
Definition at line 42 of file fpa1_sce.c.
| int nextSceneSeqCompArr[2 *NEXT_SCENE_SEQ_COMPS+1] |
Definition at line 77 of file fpa1_sce.c.
| int sceneSetCompsArr[2 *SCENE_SET_COMPS+1] |
Definition at line 52 of file fpa1_sce.c.
| int sneCoordSysSeqCompArr[2 *SCENE_COORD_SYS_SEQ_COMPS+1] |
Definition at line 72 of file fpa1_sce.c.
1.8.11