Home
last modified time | relevance | path

Searched refs:getDuration (Results 1 – 25 of 2356) sorted by path

12345678910>>...95

/dports/astro/celestia-gtk/celestia-1.6.1/src/celengine/
H A Dcommand.cpp952 bodyDuration += (*iter)->getDuration(); in RepeatCommand()
994 double RepeatCommand::getDuration() in getDuration() function in RepeatCommand
H A Dcommand.h27 virtual double getDuration() const = 0;
38 virtual double getDuration() const { return 0.0; }; in getDuration() function
52 double getDuration() const { return duration; }; in getDuration() function
680 double getDuration();
H A Dexecution.cpp39 double timeLeft = cmd->getDuration() - commandTime; in tick()
42 cmd->process(env, cmd->getDuration(), timeLeft); in tick()
/dports/astro/celestia/celestia-1.6.1/src/celengine/
H A Dcommand.cpp952 bodyDuration += (*iter)->getDuration(); in RepeatCommand()
994 double RepeatCommand::getDuration() in getDuration() function in RepeatCommand
H A Dcommand.h27 virtual double getDuration() const = 0;
38 virtual double getDuration() const { return 0.0; }; in getDuration() function
52 double getDuration() const { return duration; }; in getDuration() function
680 double getDuration();
H A Dexecution.cpp39 double timeLeft = cmd->getDuration() - commandTime; in tick()
42 cmd->process(env, cmd->getDuration(), timeLeft); in tick()
/dports/astro/stellarium/stellarium-0.21.3/src/core/
H A DStelFader.hpp43 virtual float getDuration() const = 0;
64 virtual float getDuration() const {return 0.f;} in getDuration() function in BooleanFader
129 virtual float getDuration() const {return duration;} in getDuration() function in LinearFader
H A DStelVideoMgr.cpp930 … ((*voIter)->player->position() >= ((*voIter)->duration - (*voIter)->fader.getDuration() - 200)))) in update()
934 "minus fader duration " << (*voIter)->fader.getDuration() << "--> shutdown with fader "; in update()
/dports/astro/stellarium/stellarium-0.21.3/src/core/modules/
H A DAtmosphere.hpp55 float getFadeDuration() const {return static_cast<float>(fader.getDuration()/1000.f);} in getFadeDuration()
H A DLabelMgr.cpp537 l->timer->setInterval(l->labelFader.getDuration()*1000); in messageTimeout1()
H A DMarkerMgr.cpp366 m->timer->setInterval(qRound(m->markerFader.getDuration()*1000.f)); in markerVisibleTimeout()
/dports/audio/ampache/ampache-php74-5.0.0/public/lib/components/happyworm-jplayer/src/actionscript/happyworm/jPlayer/
H A DJplayerMp3.as156 if(myStatus.pausePosition <= getDuration()) {
163 } else if(myStatus.isLoaded && (myStatus.pausePosition > getDuration())) {
238 …if(myStatus.isLoaded && myStatus.pausePosition > getDuration()) { // The time is invalid, ie., pas…
245 } else if(myStatus.pausePosition > getDuration()) {
301 …if(myStatus.isLoaded && myStatus.pausePosition > getDuration()) { // The time is invalid, ie., pas…
303 } else if(myStatus.pausePosition > getDuration()) {
318 var time:Number = percent * getDuration() / 100;
335 myStatus.duration = getDuration();
346 public function getDuration():Number { method in happyworm.jPlayer.JplayerMp3
361 if((getDuration() > 0) && (getCurrentTime() <= getDuration())) {
[all …]
H A DJplayerMp4.as143 …erEvent.DEBUG_MSG, myStatus, "NetStream.Play.Stop: getDuration() - getCurrentTime() = " + (getDura…
146 …if(Math.abs(getDuration() - getCurrentTime()) < 150) { // Testing found 150ms worked best for M4A …
322 var time:Number = percent * getDuration() * getLoadRatio() / 100;
341 myStatus.duration = getDuration();
352 public function getDuration():Number { method in happyworm.jPlayer.JplayerMp4
370 if(getDuration() > 0) {
371 return getCurrentTime() / getDuration();
377 if(getDuration() > 0) {
378 return myStatus.pausePosition / getDuration();
H A DJplayerRtmp.as297 …ayerEvent.DEBUG_MSG,myStatus,"NetStream.Play.Stop: getDuration() - getCurrentTime() = " + (getDura…
300 if (Math.abs((getDuration() - getCurrentTime())) < 150)
841 var time:Number = percent * getDuration() * getLoadRatio() / 100;
867 myStatus.duration = getDuration();
883 public function getDuration():Number
914 if ((getDuration() > 0))
916 return getCurrentTime() / getDuration();
925 if ((getDuration() > 0))
927 return myStatus.pausePosition / getDuration();
/dports/audio/ampache/ampache-php74-5.0.0/vendor/kunalvarma05/dropbox-php-sdk/src/Dropbox/Models/
H A DVideoMetadata.php30 public function getDuration() function in Kunnu\\Dropbox\\Models\\VideoMetadata
/dports/audio/ampache/ampache-php74-5.0.0/vendor/sabre/vobject/
H A DCHANGELOG.md578 * Added: getDuration for DURATION values such as TRIGGER. Thanks to
/dports/audio/ardour6/Ardour-6.8.0/libs/qm-dsp/dsp/tonal/
H A DTCSgram.cpp62 long TCSGram::getDuration() const in getDuration() function in TCSGram
H A DTCSgram.h35 long getDuration() const;
/dports/audio/artyfx-lv2/openAV-ArtyFX-release-1.3-24-g6010d1a/src/avtk/avtk/
H A Deventeditor.cxx108 float durationPx = e->getDuration() * beatPx; in draw()
H A Dmidi.hxx54 float getDuration() in getDuration() function in SeqEventBase
/dports/audio/atunes/atunes-3.1.2/src/net/sourceforge/atunes/gui/views/dialogs/properties/
H A DLocalAudioObjectPropertiesDialog.java289 .getDuration()))); in setContent()
H A DPodcastFeedEntryPropertiesDialog.java277 if (this.entry.getDuration() > 0) { in setContent()
280 .secondsToHoursMinutesSeconds(this.entry.getDuration()))); in setContent()
/dports/audio/atunes/atunes-3.1.2/src/net/sourceforge/atunes/kernel/actions/
H A DPrintSongInfoRemoteAction.java101 int mins = object.getDuration() / 60; in returnInformation()
102 int sec = object.getDuration() % 60; in returnInformation()
/dports/audio/atunes/atunes-3.1.2/src/net/sourceforge/atunes/kernel/modules/cdripper/
H A DCDInfo.java106 public String getDuration() { in getDuration() method in CDInfo
/dports/audio/atunes/atunes-3.1.2/src/net/sourceforge/atunes/kernel/modules/columns/
H A DLengthColumn.java53 return Long.valueOf(ao1.getDuration()).compareTo( in ascendingCompare()
54 Long.valueOf(ao2.getDuration())); in ascendingCompare()
70 && ((IPodcastFeedEntry) audioObject).getDuration() <= 0) { in getValueFor()
74 .secondsToHoursMinutesSeconds(audioObject.getDuration()); in getValueFor()

12345678910>>...95