44 #define VAR_SET_COMPS 4 45 #define ORI_VAR_CHOICE_COMPS 5 50 int varSetCompsArr[ 2 * VAR_SET_COMPS + 1 ]
51 = { 2 * VAR_SET_COMPS,
53 OBJECT_REFERENCE_TYPE, SYN_NEEDED,
54 INITACTIVE, SYN_DEFAULT,
59 int oriVarChoiceCompArr[ ORI_VAR_CHOICE_COMPS + 1 ]
60 = { ORI_VAR_CHOICE_COMPS + 1,
84 while (itemPtr != NULL)
86 if (itemPtr->tag == OVALUE)
88 if (itemPtr->children->tag != childTag)
97 itemPtr = itemPtr->next;
fpa1_syntaxList * fpa1_setParse(int *, vpa1_filePos)
Contains functions/structure used to do MHEG-5 ASN.1 syntax parsing.
Typedefs for script reading functions.
Contains macros for MHEG-5 ASN.1 tags and structures.
syntax item block manager Contains functions to create a mini memory manager for allocating syntax li...
int fpa1_delList(fpa1_syntaxList *firstComp)
Contains functions used to parse MHEG-5 ASN.1 SETs. SETs can have components in any order and as such...
fpa1_syntaxList * fpa1_decodeVariable(vpa1_filePos filePosLimit, int childTag)