HomeSort by relevance Sort by last modified time
    Searched refs:PVPlayerEngine (Results 1 - 3 of 3) sorted by null

  /external/opencore/engines/player/src/
pv_player_factory.cpp 50 return PVPlayerEngine::New(aCmdStatusObserver, aErrorEventObserver, aInfoEventObserver, aHwAccelerated);
55 PVPlayerEngine* engptr = (PVPlayerEngine*)aPlayer;
pv_player_engine.cpp 97 PVPlayerEngine* PVPlayerEngine::New(PVCommandStatusObserver* aCmdStatusObserver,
102 PVPlayerEngine* engine = NULL;
103 engine = OSCL_NEW(PVPlayerEngine, (aHwAccelerated));
115 PVPlayerEngine::~PVPlayerEngine()
176 PVCommandId PVPlayerEngine::GetSDKInfo(PVSDKInfo &aSDKInfo, const OsclAny* aContextData)
178 PVLOGGER_LOGMSG(PVLOGMSG_INST_LLDBG, iLogger, PVLOGMSG_STACK_TRACE, (0, "PVPlayerEngine::GetSDKInfo()"));
189 PVCommandId PVPlayerEngine::GetSDKModuleInfo(PVSDKModuleInfo &aSDKModuleInfo, const OsclAny* aContextData)
191 PVLOGGER_LOGMSG(PVLOGMSG_INST_LLDBG, iLogger, PVLOGMSG_STACK_TRACE, (0, "PVPlayerEngine::GetSDKModuleInfo()"))
    [all...]
pv_player_engine.h 878 class PVPlayerEngine : public OsclTimerObject,
894 static PVPlayerEngine* New(PVCommandStatusObserver *aCmdObserver,
898 ~PVPlayerEngine();
    [all...]

Completed in 20 milliseconds