Home
last modified time | relevance | path

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

/external/opencore/protocols/systems/3g-324m_pvterminal/h245/cmn/include/
Dh245def.h4067 uint16 mediaLoop; member
4091 uint16 mediaLoop; member
4125 uint16 mediaLoop; member
/external/opencore/protocols/systems/3g-324m_pvterminal/h245/per/src/
Dh245_encoder.cpp6513 PutInteger(1, 65535, (uint32)x->mediaLoop, stream); in Encode_MlRequestType()
6550 PutInteger(1, 65535, (uint32)x->mediaLoop, stream); in Encode_MlAckType()
6607 PutInteger(1, 65535, (uint32)x->mediaLoop, stream); in Encode_MlRejectType()
Dh245_analysis.cpp7006 ShowPERInteger(tag, indent, "mediaLoop", (uint32)x->mediaLoop); in Analyze_MlRequestType()
7048 ShowPERInteger(tag, indent, "mediaLoop", (uint32)x->mediaLoop); in Analyze_MlAckType()
7113 ShowPERInteger(tag, indent, "mediaLoop", (uint32)x->mediaLoop); in Analyze_MlRejectType()
Dh245_decoder.cpp8673 x->mediaLoop = (uint16) GetInteger(1, 65535, stream); in Decode_MlRequestType()
8722 x->mediaLoop = (uint16) GetInteger(1, 65535, stream); in Decode_MlAckType()
8792 x->mediaLoop = (uint16) GetInteger(1, 65535, stream); in Decode_MlRejectType()