Searched refs:alpduInterleaving (Results 1 – 4 of 4) sorted by relevance
/external/opencore/protocols/systems/3g-324m_pvterminal/h245/cmn/include/ |
D | h245def.h | 628 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/ |
D | h245_encoder.cpp | 1092 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()
|
D | h245_analysis.cpp | 1143 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()
|
D | h245_decoder.cpp | 1509 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()
|