Searched refs:PVM4VDecoder (Results 1 – 3 of 3) sorted by relevance
34 PVM4VDecoder::PVM4VDecoder() : iVideoCtrls(NULL) in PVM4VDecoder() function in PVM4VDecoder39 PVM4VDecoder* PVM4VDecoder::New(void) in New()41 PVM4VDecoder* self = new PVM4VDecoder; in New()55 bool PVM4VDecoder::Construct() in Construct()70 PVM4VDecoder::~PVM4VDecoder() in ~PVM4VDecoder()80 bool PVM4VDecoder::InitVideoDecoder(uint8 *volbuf[], in InitVideoDecoder()101 bool PVM4VDecoder::GetVolInfo(VolInfo* pVolInfo) in GetVolInfo()115 void PVM4VDecoder::CleanUpVideoDecoder(void) in CleanUpVideoDecoder()121 bool PVM4VDecoder::DecodeVideoFrame(uint8 *bitstream[], uint32 *timestamp, int32 *buffer_size, uint… in DecodeVideoFrame()127 void PVM4VDecoder::SetReferenceYUV(uint8 *YUV) in SetReferenceYUV()[all …]
41 videodec = PVM4VDecoder::New(); in OSCL_DLL_ENTRY_POINT_DEFAULT()
34 class PVM4VDecoder : public PVVideoDecoderInterface37 virtual ~PVM4VDecoder();38 static PVM4VDecoder* New(void);154 PVM4VDecoder();