Searched refs:PVVideoDecoderInterface (Results 1 – 5 of 5) sorted by relevance
29 class PVVideoDecoderInterface; variable39 OSCL_IMPORT_REF static PVVideoDecoderInterface* CreatePVM4VDecoder(void);47 OSCL_IMPORT_REF static bool DeletePVM4VDecoder(PVVideoDecoderInterface* aVideoDec);
33 class PVVideoDecoderInterface36 virtual ~PVVideoDecoderInterface() {}; in ~PVVideoDecoderInterface()
34 class PVM4VDecoder : public PVVideoDecoderInterface
61 class PVM4VDecoder_DPI : public PVVideoDecoderInterface
38 OSCL_EXPORT_REF PVVideoDecoderInterface* PVM4VDecoderFactory::CreatePVM4VDecoder() in OSCL_DLL_ENTRY_POINT_DEFAULT()40 PVVideoDecoderInterface* videodec = NULL; in OSCL_DLL_ENTRY_POINT_DEFAULT()50 OSCL_EXPORT_REF bool PVM4VDecoderFactory::DeletePVM4VDecoder(PVVideoDecoderInterface* aVideoDec) in DeletePVM4VDecoder()