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

  /external/opencore/engines/player/include/
pv_player_interface.h 474 * @param aBeginPos
487 virtual PVCommandId SetPlaybackRange(PVPPlaybackPosition aBeginPos, PVPPlaybackPosition aEndPos, bool aQueueRange, const OsclAny* aContextData = NULL) = 0;
497 * @param aBeginPos
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)
456 if ((aBeginPos.iIndeterminate) || (aBeginPos.iPosUnit != PVPPBPOSUNIT_PLAYLIST))
458 aBeginPos.iMode = PVPPBPOS_MODE_NOW;
462 else if (aBeginPos.iPosUnit == PVPPBPOSUNIT_PLAYLIST)
464 switch (aBeginPos.iMode)
472 aBeginPos.iMode = PVPPBPOS_MODE_NOW;
476 iPlaybackPositionMode = aBeginPos.iMode;
482 param.playbackpos_value = aBeginPos;
499 PVCommandId PVPlayerEngine::GetPlaybackRange(PVPPlaybackPosition &aBeginPos, PVPPlaybackPosition &aEndPos, bool aQueued, const OsclAny* aContextData
    [all...]

Completed in 100 milliseconds