Home
last modified time | relevance | path

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

/external/opencore/protocols/systems/3g-324m_pvterminal/h324/tsc/src/
Dtsc_h324m_config.cpp353 class PVH324MessageSetVideoResolutions : public CPVH324InterfaceCmdMessage class
356 PVH324MessageSetVideoResolutions(TPVDirection aDirection, in PVH324MessageSetVideoResolutions() function in PVH324MessageSetVideoResolutions
536 OSCL_DELETE((PVH324MessageSetVideoResolutions*)aCmd); in DestroyMessage()
1257 PVH324MessageSetVideoResolutions *cmd = NULL; in SetVideoResolutions()
1258 …cmd = OSCL_NEW(PVH324MessageSetVideoResolutions, (aDirection, aResolutions, aContextData, iCommand… in SetVideoResolutions()
1641PVH324MessageSetVideoResolutions* msg = OSCL_STATIC_CAST(PVH324MessageSetVideoResolutions*, aMsg); in HandleCommand()