Home
last modified time | relevance | path

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

/external/opencore/protocols/systems/3g-324m_pvterminal/h245/per/include/
Dh245_deleter.h261 void Delete_H262VideoMode(PS_H262VideoMode x);
Dh245_decoder.h259 void Decode_H262VideoMode(PS_H262VideoMode x, PS_InStream stream);
Dh245_encoder.h259 void Encode_H262VideoMode(PS_H262VideoMode x, PS_OutStream stream);
Dh245_analysis.h258 void Analyze_H262VideoMode(PS_H262VideoMode x, const char* label, uint16 tag, uint16 indent);
/external/opencore/protocols/systems/3g-324m_pvterminal/h245/cmn/include/
Dh245def.h3725 typedef S_H262VideoMode *PS_H262VideoMode; typedef
/external/opencore/protocols/systems/3g-324m_pvterminal/h245/per/src/
Dh245_deleter.cpp5095 void Delete_H262VideoMode(PS_H262VideoMode x) in Delete_H262VideoMode()
Dh245_decoder.cpp7733 x->h262VideoMode = (PS_H262VideoMode) OSCL_DEFAULT_MALLOC(sizeof(S_H262VideoMode)); in Decode_VideoMode()
7806 void Decode_H262VideoMode(PS_H262VideoMode x, PS_InStream stream) in Decode_H262VideoMode()
Dh245_encoder.cpp5821 void Encode_H262VideoMode(PS_H262VideoMode x, PS_OutStream stream) in Encode_H262VideoMode()
Dh245_analysis.cpp6256 void Analyze_H262VideoMode(PS_H262VideoMode x, const char* label, uint16 tag, uint16 indent) in Analyze_H262VideoMode()