Home
last modified time | relevance | path

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

/external/opencore/protocols/systems/3g-324m_pvterminal/h245/per/include/
Dh245_deleter.h280 void Delete_DmT38fax(PS_DmT38fax x);
Dh245_decoder.h278 void Decode_DmT38fax(PS_DmT38fax x, PS_InStream stream);
Dh245_encoder.h278 void Encode_DmT38fax(PS_DmT38fax x, PS_OutStream stream);
Dh245_analysis.h277 void Analyze_DmT38fax(PS_DmT38fax x, const char* label, uint16 tag, uint16 indent);
/external/opencore/protocols/systems/3g-324m_pvterminal/h245/cmn/include/
Dh245def.h4016 typedef S_DmT38fax *PS_DmT38fax; typedef
/external/opencore/protocols/systems/3g-324m_pvterminal/h245/per/src/
Dh245_deleter.cpp5656 void Delete_DmT38fax(PS_DmT38fax x) in Delete_DmT38fax()
Dh245_decoder.cpp8534 x->dmT38fax = (PS_DmT38fax) OSCL_DEFAULT_MALLOC(sizeof(S_DmT38fax)); in Decode_DmApplication()
8553 void Decode_DmT38fax(PS_DmT38fax x, PS_InStream stream) in Decode_DmT38fax()
Dh245_encoder.cpp6428 void Encode_DmT38fax(PS_DmT38fax x, PS_OutStream stream) in Encode_DmT38fax()
Dh245_analysis.cpp6904 void Analyze_DmT38fax(PS_DmT38fax x, const char* label, uint16 tag, uint16 indent) in Analyze_DmT38fax()