Home
last modified time | relevance | path

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

/external/opencore/protocols/systems/3g-324m_pvterminal/h245/cmn/include/
Dh245def.h501 uint16 lowerBitRate; member
/external/opencore/protocols/systems/3g-324m_pvterminal/h245/per/src/
Dh245_encoder.cpp933 PutInteger(1, 65535, (uint32)x->lowerBitRate, stream); in Encode_RangeOfBitRates()
Dh245_analysis.cpp982 ShowPERInteger(tag, indent, "lowerBitRate", (int32)x->lowerBitRate); in Analyze_RangeOfBitRates()
Dh245_decoder.cpp1292 x->lowerBitRate = (uint16) GetInteger(1, 65535, stream); in Decode_RangeOfBitRates()