Searched refs:maximumBitRate (Results 1 – 5 of 5) sorted by relevance
/external/opencore/protocols/systems/3g-324m_pvterminal/h324/tsc/src/ |
D | tsc_command.cpp | 164 flowControlCommand.fccRestriction.maximumBitRate = 1000; in CmdFc()
|
/external/opencore/protocols/systems/3g-324m_pvterminal/h245/cmn/include/ |
D | h245def.h | 4818 uint32 maximumBitRate; member 4829 uint32 maximumBitRate; member 4931 uint32 maximumBitRate; member 5716 uint32 maximumBitRate; member
|
/external/opencore/protocols/systems/3g-324m_pvterminal/h245/per/src/ |
D | h245_encoder.cpp | 7645 PutInteger(0, 0xffffffff, (uint32)x->maximumBitRate, stream); in Encode_LogicalChannelRateRequest() 7659 PutInteger(0, 0xffffffff, (uint32)x->maximumBitRate, stream); in Encode_LogicalChannelRateAcknowledge() 7827 PutInteger(0, 16777215, (uint32)x->maximumBitRate, stream); in Encode_FccRestriction() 9124 PutInteger(0, 16777215, (uint32)x->maximumBitRate, stream); in Encode_FciRestriction()
|
D | h245_analysis.cpp | 8280 ShowPERInteger(tag, indent, "maximumBitRate", (int32)x->maximumBitRate); in Analyze_LogicalChannelRateRequest() 8296 ShowPERInteger(tag, indent, "maximumBitRate", (int32)x->maximumBitRate); in Analyze_LogicalChannelRateAcknowledge() 8489 ShowPERInteger(tag, indent, "maximumBitRate", (uint32)x->maximumBitRate); in Analyze_FccRestriction() 9925 ShowPERInteger(tag, indent, "maximumBitRate", (uint32)x->maximumBitRate); in Analyze_FciRestriction()
|
D | h245_decoder.cpp | 10252 x->maximumBitRate = GetInteger(0, 0xffffffff, stream); in Decode_LogicalChannelRateRequest() 10277 x->maximumBitRate = GetInteger(0, 0xffffffff, stream); in Decode_LogicalChannelRateAcknowledge() 10506 x->maximumBitRate = GetInteger(0, 16777215, stream); in Decode_FccRestriction() 12218 x->maximumBitRate = GetInteger(0, 16777215, stream); in Decode_FciRestriction()
|