Home
last modified time | relevance | path

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

/external/opencore/protocols/systems/3g-324m_pvterminal/h245/cmn/include/
Dh245def.h909 uint16 primaryEncoding; member
/external/opencore/protocols/systems/3g-324m_pvterminal/h245/per/src/
Dh245_encoder.cpp1454 PutInteger(1, 65535, (uint32)x->primaryEncoding, stream); in Encode_RedundancyEncodingCapability()
Dh245_analysis.cpp1520 ShowPERInteger(tag, indent, "primaryEncoding", (int32)x->primaryEncoding); in Analyze_RedundancyEncodingCapability()
Dh245_decoder.cpp2011 x->primaryEncoding = (uint16) GetInteger(1, 65535, stream); in Decode_RedundancyEncodingCapability()