Home
last modified time | relevance | path

Searched refs:PVVideoDecoderInterface (Results 1 – 5 of 5) sorted by relevance

/external/opencore/codecs_v2/video/m4v_h263/dec/include/
Dpvm4vdecoder_factory.h29 class PVVideoDecoderInterface; variable
39 OSCL_IMPORT_REF static PVVideoDecoderInterface* CreatePVM4VDecoder(void);
47 OSCL_IMPORT_REF static bool DeletePVM4VDecoder(PVVideoDecoderInterface* aVideoDec);
Dpvvideodecoderinterface.h33 class PVVideoDecoderInterface
36 virtual ~PVVideoDecoderInterface() {}; in ~PVVideoDecoderInterface()
Dpvm4vdecoder.h34 class PVM4VDecoder : public PVVideoDecoderInterface
Dpvm4vdecoder_dpi.h61 class PVM4VDecoder_DPI : public PVVideoDecoderInterface
/external/opencore/codecs_v2/video/m4v_h263/dec/src/
Dpvm4vdecoder_factory.cpp38 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()