Home | History | Annotate | Download | only in src

Lines Matching refs:aEndPos

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;
5465 PVMFStatus PVPlayerEngine::UpdateCurrentEndPosition(PVPPlaybackPosition& aEndPos)
5469 if (aEndPos.iIndeterminate)
5482 PVMFStatus retval = ConvertToMillisec(aEndPos, timems);
5488 aEndPos.iPosValue.millisec_value = timems;
5489 aEndPos.iPosUnit = PVPPBPOSUNIT_MILLISEC;
16195 PVPPlaybackPosition aEndPos;
16196 aEndPos.iIndeterminate = true;
16198 SetPlaybackRange(aBeginPos, aEndPos, false);