Home
last modified time | relevance | path

Searched refs:unsignedMax (Results 1 – 6 of 6) sorted by relevance

/external/opencore/protocols/systems/3g-324m_pvterminal/h324/tsc/src/
Dtsc_capability.cpp420 … genericCap->nonCollapsing[0].parameterValue.unsignedMax = 8; /* simple profile level 0 */ in GetOutgoingDataType()
426 … genericCap->nonCollapsing[1].parameterValue.unsignedMax = 1; /* simple profile object */ in GetOutgoingDataType()
1010 … genericCap->nonCollapsing[0].parameterValue.unsignedMax = 8; /* simple profile level 0 */ in GetDataType()
1016 … genericCap->nonCollapsing[1].parameterValue.unsignedMax = 1; /* simple profile object */ in GetDataType()
/external/opencore/protocols/systems/3g-324m_pvterminal/common/src/
Dh324utils.cpp471 x17->unsignedMax = 8; // Value changed from 3 to 8. (RAN - PandL) in FillM4vCapability()
/external/opencore/protocols/systems/3g-324m_pvterminal/h245/cmn/include/
Dh245def.h2209 uint16 unsignedMax; member
/external/opencore/protocols/systems/3g-324m_pvterminal/h245/per/src/
Dh245_encoder.cpp3260 PutInteger(0, 65535, (uint32)x->unsignedMax, stream); in Encode_ParameterValue()
Dh245_analysis.cpp3481 ShowPERInteger(tag, indent, "unsignedMax", (uint32)x->unsignedMax); in Analyze_ParameterValue()
Dh245_decoder.cpp4401 x->unsignedMax = (uint16) GetInteger(0, 65535, stream); in Decode_ParameterValue()