Home
last modified time | relevance | path

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

/external/opencore/protocols/systems/3g-324m_pvterminal/h324/tsc/src/
Dtsc_component.cpp122 iAllowAl3Video = ON; in InitVarsLocal()
296 iAllowAl3Video = allow; in SetAlConfig()
322 mux_cap_info.iAllowAl3Video = iAllowAl3Video; in CEStart()
387 h324params->iAllowAl3Video)); in SetTerminalParam()
391 iAllowAl3Video = h324params->iAllowAl3Video; in SetTerminalParam()
405 ah324param.iAllowAl3Video = iAllowAl3Video ? true : false; in GetTerminalParam()
595 iAllowAl2Video = iAllowAl3Video = ON; in SetAl2Al3VideoFlags()
598 iAllowAl3Video = OFF; in SetAl2Al3VideoFlags()
613 return(iAllowAl2Video + 2 * iAllowAl3Video - 1); in GetAl2Al3VideoFlags()
/external/opencore/protocols/systems/3g-324m_pvterminal/common/src/
Dpvt_common.cpp520 iAllowAl3Video = true; in CPVH324MParam()
538 iAllowAl3Video = that.iAllowAl3Video; in CPVH324MParam()
Dh324utils.cpp1273 x4->videoWithAL3 = (mux_cap_info.iAllowAl3Video ? ON : OFF); in GenerateTcs()
/external/opencore/protocols/systems/3g-324m_pvterminal/common/include/
Dh324utils.h70 bool iAllowAl3Video; member
Dpvt_common.h869 bool iAllowAl3Video; /* (These are sent in outgoing CE) */ variable
/external/opencore/protocols/systems/3g-324m_pvterminal/h324/tsc/include/
Dtsc_component.h292 bool iAllowAl3Video; variable