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

  /external/opencore/engines/player/include/
pv_player_interface.h 476 * @param aEndPos
487 virtual PVCommandId SetPlaybackRange(PVPPlaybackPosition aBeginPos, PVPPlaybackPosition aEndPos, bool aQueueRange, const OsclAny* aContextData = NULL) = 0;
499 * @param aEndPos
509 virtual PVCommandId GetPlaybackRange(PVPPlaybackPosition &aBeginPos, PVPPlaybackPosition &aEndPos, bool aQueued, const OsclAny* aContextData = NULL) = 0;
    [all...]
  /external/opencore/engines/player/src/
pv_player_engine.h 919 PVCommandId SetPlaybackRange(PVPPlaybackPosition aBeginPos, PVPPlaybackPosition aEndPos, bool aQueueRange, const OsclAny* aContextData = NULL);
920 PVCommandId GetPlaybackRange(PVPPlaybackPosition &aBeginPos, PVPPlaybackPosition &aEndPos, bool aQueued, const OsclAny* aContextData = NULL);
    [all...]
pv_player_engine.cpp 442 PVCommandId PVPlayerEngine::SetPlaybackRange(PVPPlaybackPosition aBeginPos, PVPPlaybackPosition aEndPos, bool aQueueRange, const OsclAny* aContextData)
484 param.playbackpos_value = aEndPos;
499 PVCommandId PVPlayerEngine::GetPlaybackRange(PVPPlaybackPosition &aBeginPos, PVPPlaybackPosition &aEndPos, bool aQueued, const OsclAny* aContextData)
508 param.pPlaybackpos_value = &aEndPos;
    [all...]

Completed in 27 milliseconds