Home
last modified time | relevance | path

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

/external/opencore/protocols/systems/3g-324m_pvterminal/h245/cmn/include/
Dh245def.h628 uint32 alpduInterleaving : member
2566 uint32 alpduInterleaving : member
2593 uint32 alpduInterleaving : member
2650 uint32 alpduInterleaving : member
/external/opencore/protocols/systems/3g-324m_pvterminal/h245/per/src/
Dh245_encoder.cpp1092 PutBoolean(x->alpduInterleaving, stream); in Encode_H223AnnexCCapability()
3792 PutBoolean(x->alpduInterleaving, stream); in Encode_H223AL1MParameters()
3922 PutBoolean(x->alpduInterleaving, stream); in Encode_H223AL2MParameters()
3964 PutBoolean(x->alpduInterleaving, stream); in Encode_H223AL3MParameters()
Dh245_analysis.cpp1143 ShowPERBoolean(tag, indent, "alpduInterleaving", x->alpduInterleaving); in Analyze_H223AnnexCCapability()
4033 ShowPERBoolean(tag, indent, "alpduInterleaving", x->alpduInterleaving); in Analyze_H223AL1MParameters()
4175 ShowPERBoolean(tag, indent, "alpduInterleaving", x->alpduInterleaving); in Analyze_H223AL2MParameters()
4218 ShowPERBoolean(tag, indent, "alpduInterleaving", x->alpduInterleaving); in Analyze_H223AL3MParameters()
Dh245_decoder.cpp1509 x->alpduInterleaving = GetBoolean(stream); in Decode_H223AnnexCCapability()
5082 x->alpduInterleaving = GetBoolean(stream); in Decode_H223AL1MParameters()
5238 x->alpduInterleaving = GetBoolean(stream); in Decode_H223AL2MParameters()
5288 x->alpduInterleaving = GetBoolean(stream); in Decode_H223AL3MParameters()