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

  /external/opencore/engines/player/src/
pv_player_engine.h 174 * PVPlayerEngineCommand Class
176 * PVPlayerEngineCommand class is a data class to hold issued commands inside the player engine
178 class PVPlayerEngineCommand
182 * The constructor for PVPlayerEngineCommand which allows the data values to be set.
190 PVPlayerEngineCommand(int32 aCmdType, PVCommandId aCmdId, OsclAny* aContextData = NULL,
202 * The copy constructor for PVPlayerEngineCommand. Used mainly for Oscl_Vector.
204 * @param aCmd The reference to the source PVPlayerEngineCommand to copy the data values from.
208 PVPlayerEngineCommand(const PVPlayerEngineCommand& aCmd)
320 bool operator==(const PVPlayerEngineCommand& aCmd) cons
    [all...]
pv_player_engine.cpp 339 PVPlayerEngineCommand cmd(PVP_ENGINE_COMMAND_GET_PVPLAYER_STATE, -1, NULL, &paramvec);
539 PVPlayerEngineCommand cmd(PVP_ENGINE_COMMAND_GET_CURRENT_POSITION, -1, NULL, &paramvec);
682 PVMFStatus PVPlayerEngine::DoSetObserverSync(PVPlayerEngineCommand& aCmd)
720 PVMFStatus PVPlayerEngine::DoGetParametersSync(PVPlayerEngineCommand& aCmd)
758 PVMFStatus PVPlayerEngine::DoReleaseParametersSync(PVPlayerEngineCommand& aCmd)
819 PVPlayerEngineCommand cmd(PVP_ENGINE_COMMAND_CAPCONFIG_SET_PARAMETERS, -1, NULL, &paramvec);
    [all...]

Completed in 14 milliseconds