55 DPL5((
">> asn1_decodeInteger(%X,%X)\n", listPtr, decodedInt));
59 DPL5((
"<< asn1_decodeInteger() Returned early\n"));
66 DPL5((
"<< asn1_decodeInteger() Returns 0\n"));
82 DPL5((
">> asn1_decodeBoolean(%X,%X)\n", listPtr, decodedBool));
86 DPL5((
"<< asn1_decodeBoolean() Returned early\n"));
104 DPL2((
"WARNING:[ASN.1] asn1_decodeBoolean() returns errVal = %d\n", errVal));
108 DPL5((
"<< asn1_decodeBoolean() Returns %d\n", errVal));
121 DPL5((
">> asn1_decodeOctetString(%X,%X)\n", listPtr, decodedString));
122 assert(decodedString);
125 DPL5((
"<< asn1_decodeOctetString() Returned early\n"));
137 DPL5((
"<< asn1_decodeOctetString() Returns 0\n"));
154 DPL5((
">> asn1_decodeColour(%X,%X)\n", listPtr, colour));
157 assert(listPtr != NULL);
160 assert(currItem != NULL);
163 switch (currItem->
tag)
176 #ifndef ASN1UKPROFILE 183 DPL2((
"WARNING:[ASN.1] unexpected tag found in Colour class\n"));
190 DPL2((
"WARNING:[ASN.1] asn1_decodeColour() Returns errVal = %d\n", errVal));
194 DPL5((
"<< asn1_decodeColour() Returns %d\n", errVal));
Contains functions/structure used to do MHEG-5 ASN.1 syntax parsing.
Typedefs, macros used by all of parser. These may be duplicated elsewhere.
struct fpa1_syntaxItem * children
union MHEG5Generic::@6 value
typedefs etc for the whole object creation section.
Contains macros for MHEG-5 ASN.1 tags and structures.