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

  /external/opencore/engines/player/src/
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 193 milliseconds