Home
last modified time | relevance | path

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

/external/opencore/protocols/systems/3g-324m_pvterminal/h324/tsc/src/
Dtsc_command.cpp196 hmr.h223ModeChange = &modeChange; in CmdHmr()
197 hmr.h223ModeChange->index = (uint16)option; in CmdHmr()
/external/opencore/protocols/systems/3g-324m_pvterminal/h245/per/src/
Dh245_deleter.cpp7297 Delete_H223ModeChange(x->h223ModeChange); in Delete_H223MultiplexReconfiguration()
7298 OSCL_DEFAULT_FREE(x->h223ModeChange); in Delete_H223MultiplexReconfiguration()
Dh245_decoder.cpp10975 x->h223ModeChange = (PS_H223ModeChange) OSCL_DEFAULT_MALLOC(sizeof(S_H223ModeChange)); in Decode_H223MultiplexReconfiguration()
10976 Decode_H223ModeChange(x->h223ModeChange, stream); in Decode_H223MultiplexReconfiguration()
Dh245_encoder.cpp8191 Encode_H223ModeChange(x->h223ModeChange, stream); in Encode_H223MultiplexReconfiguration()
Dh245_analysis.cpp8892 Analyze_H223ModeChange(x->h223ModeChange, "h223ModeChange", tag, indent); in Analyze_H223MultiplexReconfiguration()
/external/opencore/protocols/systems/3g-324m_pvterminal/h245/cmn/include/
Dh245def.h5151 struct _H223ModeChange *h223ModeChange; member