Home
last modified time | relevance | path

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

/external/opencore/protocols/systems/3g-324m_pvterminal/h245/cmn/include/
Dh245def.h1313 uint16 bppMaxKb; member
/external/opencore/protocols/systems/3g-324m_pvterminal/h245/per/src/
Dh245_encoder.cpp1783 PutInteger(0, 65535, (uint32)x->bppMaxKb, stream); in Encode_H263VideoCapability()
Dh245_analysis.cpp1870 ShowPERInteger(tag, indent, "bppMaxKb", (int32)x->bppMaxKb); in Analyze_H263VideoCapability()
Dh245_decoder.cpp2432 x->bppMaxKb = (uint16) GetInteger(0, 65535, stream); in Decode_H263VideoCapability()