Home
last modified time | relevance | path

Searched refs:maximumAL3MSDUSize (Results 1 – 4 of 4) sorted by relevance

/external/opencore/protocols/systems/3g-324m_pvterminal/h245/cmn/include/
Dh245def.h632 uint16 maximumAL3MSDUSize; member
/external/opencore/protocols/systems/3g-324m_pvterminal/h245/per/src/
Dh245_encoder.cpp1095 PutInteger(0, 65535, (uint32)x->maximumAL3MSDUSize, stream); in Encode_H223AnnexCCapability()
Dh245_analysis.cpp1146 ShowPERInteger(tag, indent, "maximumAL3MSDUSize", (int32)x->maximumAL3MSDUSize); in Analyze_H223AnnexCCapability()
Dh245_decoder.cpp1512 x->maximumAL3MSDUSize = (uint16) GetInteger(0, 65535, stream); in Decode_H223AnnexCCapability()