MHEG-5  19.3.0
MHEG-5 Documentation
Macros | Variables
fpa1_sce.c File Reference

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]
 

Detailed Description

Contains functions to decode MHEG-5 ASN.1 Scene class components.

Date
25/02/00
Author
J.F.Scully

Definition in file fpa1_sce.c.

Variable Documentation

int nextSceneSeqCompArr[2 *NEXT_SCENE_SEQ_COMPS+1]
Initial value:
= { 2 * NEXT_SCENE_SEQ_COMPS,
OCTETSTRING, SYN_NEEDED,
INTEGER, SYN_NEEDED }

Definition at line 77 of file fpa1_sce.c.

int sceneSetCompsArr[2 *SCENE_SET_COMPS+1]
Initial value:
= { 2 * SCENE_SET_COMPS,
EXTERNAL_REFERENCE_TYPE, SYN_NEEDED,
STDID, SYN_OPTIONAL,
STDVER, SYN_OPTIONAL,
OBJINFO, SYN_OPTIONAL,
STARTUP, SYN_OPTIONAL,
CLOSEDOWN, SYN_OPTIONAL,
GCPRIO, SYN_DEFAULT,
ITEMS, SYN_OPTIONAL,
INEVENT, SYN_NEEDED,
SCENECOORDS, SYN_NEEDED,
ASPECT, SYN_DEFAULT,
MOVING, SYN_DEFAULT,
NEXTSCN, SYN_OPTIONAL,
OINPUTMASK, SYN_OPTIONAL }

Definition at line 52 of file fpa1_sce.c.

int sneCoordSysSeqCompArr[2 *SCENE_COORD_SYS_SEQ_COMPS+1]
Initial value:
= { 2 * SCENE_COORD_SYS_SEQ_COMPS,
INTEGER, SYN_NEEDED,
INTEGER, SYN_NEEDED }

Definition at line 72 of file fpa1_sce.c.