Home
last modified time | relevance | path

Searched refs:secondaryEncoding (Results 1 – 5 of 5) sorted by relevance

/external/opencore/protocols/systems/3g-324m_pvterminal/h245/cmn/include/
Dh245def.h911 uint32* secondaryEncoding; member
2817 struct _DataType secondaryEncoding; member
3603 struct _SecondaryEncoding secondaryEncoding; member
/external/opencore/protocols/systems/3g-324m_pvterminal/h245/per/src/
Dh245_deleter.cpp1350 OSCL_DEFAULT_FREE(x->secondaryEncoding); in Delete_RedundancyEncodingCapability()
3828 Delete_DataType(&x->secondaryEncoding); in Delete_RedundancyEncoding()
4994 Delete_SecondaryEncoding(&x->secondaryEncoding); in Delete_RedundancyEncodingMode()
Dh245_encoder.cpp1460 PutInteger(1, 65535, (uint32)x->secondaryEncoding[i], stream); in Encode_RedundancyEncodingCapability()
4409 Encode_DataType(&x->secondaryEncoding, stream); in Encode_RedundancyEncoding()
5722 Encode_SecondaryEncoding(&x->secondaryEncoding, stream); in Encode_RedundancyEncodingMode()
Dh245_decoder.cpp2015 …x->secondaryEncoding = (uint32*) OSCL_DEFAULT_MALLOC(x->size_of_secondaryEncoding * sizeof(uint32)… in Decode_RedundancyEncodingCapability()
2018 x->secondaryEncoding[i] = GetInteger(1, 65535, stream); in Decode_RedundancyEncodingCapability()
5842 Decode_DataType(&x->secondaryEncoding, stream); in Decode_RedundancyEncoding()
7676 Decode_SecondaryEncoding(&x->secondaryEncoding, stream); in Decode_RedundancyEncodingMode()
Dh245_analysis.cpp1526 ShowPERIntegers(tag, indent, "secondaryEncoding", (uint32)x->secondaryEncoding[i], i); in Analyze_RedundancyEncodingCapability()
4698 Analyze_DataType(&x->secondaryEncoding, "secondaryEncoding", tag, indent); in Analyze_RedundancyEncoding()
6145 Analyze_SecondaryEncoding(&x->secondaryEncoding, "secondaryEncoding", tag, indent); in Analyze_RedundancyEncodingMode()