Home
last modified time | relevance | path

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

/external/opencore/protocols/systems/3g-324m_pvterminal/common/src/
Dpvt_common.cpp59 OSCL_EXPORT_REF CPVVideoParam::~CPVVideoParam() in ~CPVVideoParam()
63 OSCL_EXPORT_REF PV2WayMediaType CPVVideoParam::GetMediaType() in GetMediaType()
68 OSCL_EXPORT_REF CPVParam* CPVVideoParam::Copy() in Copy()
70 return new CPVVideoParam(iWidth, iHeight, GetCodecType()); in Copy()
73 OSCL_EXPORT_REF uint16 CPVVideoParam::GetWidth() in GetWidth()
78 OSCL_EXPORT_REF uint16 CPVVideoParam::GetHeight() in GetHeight()
83 CPVVideoParam::CPVVideoParam(uint16 aWidth, uint16 aHeight, PVCodecType_t aCodecType) in CPVVideoParam() function in CPVVideoParam
90 : CPVVideoParam(w, h, PV_VID_TYPE_MPEG4), iSz(sz), iCfg(NULL) in CPVM4vVideoParam()
159 OSCL_EXPORT_REF CPVH263VideoParam::CPVH263VideoParam(uint16 w, uint16 h) : CPVVideoParam(w, h, PV_V… in CPVH263VideoParam()
/external/opencore/protocols/systems/3g-324m_pvterminal/common/include/
Dpvt_common.h267 class CPVVideoParam : public CPVMediaParam
270 OSCL_IMPORT_REF ~CPVVideoParam();
280 CPVVideoParam(uint16 aWidth, uint16 aHeight, PVCodecType_t aCodecType = PV_CODEC_TYPE_NONE);
301 class CPVH263VideoParam : public CPVVideoParam
309 class CPVM4vVideoParam : public CPVVideoParam