Home
last modified time | relevance | path

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

/external/opencore/protocols/systems/3g-324m_pvterminal/h245/per/include/
Dh245_deleter.h163 void Delete_H235Media(PS_H235Media x);
Dh245_decoder.h161 void Decode_H235Media(PS_H235Media x, PS_InStream stream);
Dh245_encoder.h161 void Encode_H235Media(PS_H235Media x, PS_OutStream stream);
Dh245_analysis.h160 void Analyze_H235Media(PS_H235Media x, const char* label, uint16 tag, uint16 indent);
/external/opencore/protocols/systems/3g-324m_pvterminal/h245/cmn/include/
Dh245def.h2441 typedef S_H235Media *PS_H235Media; typedef
/external/opencore/protocols/systems/3g-324m_pvterminal/h245/per/src/
Dh245_deleter.cpp3142 void Delete_H235Media(PS_H235Media x) in Delete_H235Media()
Dh245_decoder.cpp4874 x->h235Media = (PS_H235Media) OSCL_DEFAULT_MALLOC(sizeof(S_H235Media)); in Decode_DataType()
4887 void Decode_H235Media(PS_H235Media x, PS_InStream stream) in Decode_H235Media()
Dh245_encoder.cpp3646 void Encode_H235Media(PS_H235Media x, PS_OutStream stream) in Encode_H235Media()
Dh245_analysis.cpp3875 void Analyze_H235Media(PS_H235Media x, const char* label, uint16 tag, uint16 indent) in Analyze_H235Media()