Home
last modified time | relevance | path

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

/external/opencore/protocols/systems/3g-324m_pvterminal/common/src/
Dpvt_common.cpp89 OSCL_EXPORT_REF CPVM4vVideoParam::CPVM4vVideoParam(uint16 w, uint16 h, uint16 sz, uint8 *cfg) in CPVM4vVideoParam() function in CPVM4vVideoParam
99 OSCL_EXPORT_REF CPVM4vVideoParam::~CPVM4vVideoParam() in ~CPVM4vVideoParam()
108 OSCL_EXPORT_REF uint16 CPVM4vVideoParam::GetDecoderConfigSize() in GetDecoderConfigSize()
113 OSCL_EXPORT_REF uint8 *CPVM4vVideoParam::GetDecoderConfig() in GetDecoderConfig()
118 OSCL_EXPORT_REF OsclAny CPVM4vVideoParam::Set(uint16 config_sz, uint8* cfg) in Set()
134 OSCL_EXPORT_REF CPVParam* CPVM4vVideoParam::Copy() in Copy()
136 return new CPVM4vVideoParam(GetWidth(), GetHeight(), iSz, iCfg); in Copy()
/external/opencore/protocols/systems/3g-324m_pvterminal/common/include/
Dpvt_common.h309 class CPVM4vVideoParam : public CPVVideoParam
312 OSCL_IMPORT_REF CPVM4vVideoParam(uint16 w, uint16 h, uint16 sz, uint8 *cfg);
314 OSCL_IMPORT_REF ~CPVM4vVideoParam();