Home
last modified time | relevance | path

Searched refs:videoWithAL2 (Results 1 – 6 of 6) sorted by relevance

/external/opencore/protocols/systems/3g-324m_pvterminal/h324/tsc/src/
Dtsc_component.cpp522 iRemoteAl2Video = h223caps->videoWithAL2; in ExtractTcsParameters()
577 tcs->multiplexCapability.h223Capability->videoWithAL2; in CETransferIndication()
/external/opencore/protocols/systems/3g-324m_pvterminal/common/src/
Dh324utils.cpp1272 x4->videoWithAL2 = (mux_cap_info.iAllowAl2Video ? ON : OFF); in GenerateTcs()
/external/opencore/protocols/systems/3g-324m_pvterminal/h245/cmn/include/
Dh245def.h649 uint32 videoWithAL2 : member
/external/opencore/protocols/systems/3g-324m_pvterminal/h245/per/src/
Dh245_encoder.cpp985 PutBoolean(x->videoWithAL2, stream); in Encode_H223Capability()
Dh245_analysis.cpp1033 ShowPERBoolean(tag, indent, "videoWithAL2", x->videoWithAL2); in Analyze_H223Capability()
Dh245_decoder.cpp1362 x->videoWithAL2 = GetBoolean(stream); in Decode_H223Capability()