Searched refs:duration (Results 176 - 200 of 242) sorted by relevance

12345678910

/macosx-10.9.5/WebCore-7537.78.1/Modules/webaudio/
H A DAudioBufferSourceNode.cpp378 // Duration of 0 has special value, meaning calculate based on the entire buffer's duration.
396 double bufferDuration = buffer()->duration();
402 // Handle default/unspecified duration.
/macosx-10.9.5/WebCore-7537.78.1/platform/efl/
H A DRenderThemeEfl.h193 virtual String formatMediaControlsCurrentTime(float currentTime, float duration) const;
H A DRenderThemeEfl.cpp1114 String RenderThemeEfl::formatMediaControlsCurrentTime(float currentTime, float duration) const
1116 return formatMediaControlsTime(currentTime) + " / " + formatMediaControlsTime(duration);
1207 float mediaDuration = mediaElement->duration();
/macosx-10.9.5/WebKit2-7537.78.2/Shared/CoordinatedGraphics/
H A DCoordinatedGraphicsArgumentCoders.cpp648 encoder << animationObject->duration();
688 double duration; local
709 if (!decoder.decode(duration))
719 animationObject->setDuration(duration);
/macosx-10.9.5/ntp-88/ntpd/
H A Dntpsim.c317 if (curr_script->duration > simulation.sim_time &&
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/avfoundation/objc/
H A DMediaPlayerPrivateAVFoundationObjC.mm593 // Do not ask the asset for duration before it has been loaded or it will fetch the
600 // Check the AVItem if we have one and it has loaded duration, some assets never report duration.
602 cmDuration = [m_avPlayerItem.get() duration];
604 cmDuration= [m_avAsset.get() duration];
613 LOG(Media, "MediaPlayerPrivateAVFoundationObjC::platformDuration(%p) - invalid duration, returning %.0f", this, MediaPlayer::invalidTime());
872 double duration = WTF::currentTime() - start;
873 LOG(Media, "MediaPlayerPrivateAVFoundationObjC::createImageForTimeInRect(%p) - creating image took %.4f", this, narrowPrecisionToFloat(duration));
1181 double duration = WTF::currentTime() - start;
1182 LOG(Media, "MediaPlayerPrivateAVFoundationObjC::createPixelBuffer() - creating buffer took %.4f", this, narrowPrecisionToFloat(duration));
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/gtk/
H A DRenderThemeGtk.cpp566 float mediaDuration = mediaElement->duration();
634 String RenderThemeGtk::formatMediaControlsCurrentTime(float currentTime, float duration) const
636 return formatMediaControlsTime(currentTime) + " / " + formatMediaControlsTime(duration);
/macosx-10.9.5/tcl-102/tcl_ext/snack/snack/generic/
H A DjkSoundEngine.c932 int startPos = 0, endPos = -1, block = 0, arg, startTime = 0, duration = 0; local
937 "-starttime", "-duration", "-devicechannels", "-devicerate", "-nopeeping",
1191 duration = (int) (dDuration / 1000.0 * rate + .5);
1193 duration = (int) (dDuration / 1000.0 * globalRate + .5);
1208 qs->duration = duration;
/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/
H A DNetworkPanel.js297 option.value = "duration";
326 this._sortingFunctions.time = WebInspector.NetworkDataGridNode.RequestPropertyComparator.bind(null, "duration", false);
331 this._sortingFunctions.duration = WebInspector.NetworkDataGridNode.RequestPropertyComparator.bind(null, "duration", true);
342 this._calculators.duration = durationCalculator;
1893 var total = this.formatTime(request.duration);
1992 return request.duration;
2304 if (this._request.duration > 0) {
2306 this._timeCell.setTextAndTitle(Number.secondsToString(this._request.duration));
H A DNetworkRequest.js194 get duration()
/macosx-10.9.5/IOFireWireFamily-455.4.0/IOFireWireLib.CFPlugInProj/
H A DIOFireWireLibCommand.cpp624 UInt32 duration )
626 mParams->timeoutDuration = duration;
807 UInt32 duration )
809 IOFireWireIUnknown::InterfaceMap<Cmd>::GetThis(self)->SetTimeoutDuration( duration );
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/
H A DMediaPlayer.h146 // the media file duration has changed, or is now known
311 double duration() const;
/macosx-10.9.5/WebCore-7537.78.1/platform/mac/
H A DWebCoreSystemInterface.h150 float duration, unsigned state);
/macosx-10.9.5/emacs-92/emacs/lisp/calendar/
H A Dicalendar.el57 ;; Added parameter icalendar-duration-correction.
445 &optional duration-correction)
478 (when duration-correction
1592 (duration (icalendar--get-event-property e 'DURATION)))
1601 (when duration
1604 (icalendar--decode-isoduration duration)))
1607 (icalendar--decode-isoduration duration
1610 (message "Inconsistent endtime and duration for %s"
/macosx-10.9.5/WebCore-7537.78.1/Resources/blackberry/
H A DcolorControlBlackBerry.css52 -webkit-transition-duration: 200ms;
/macosx-10.9.5/WebCore-7537.78.1/rendering/
H A DRenderTheme.cpp514 String RenderTheme::formatMediaControlsCurrentTime(float currentTime, float /*duration*/) const
519 String RenderTheme::formatMediaControlsRemainingTime(float currentTime, float duration) const
521 return formatMediaControlsTime(currentTime - duration);
H A DRenderThemeMac.mm352 float duration = mediaElement->duration();
353 if (std::isnan(duration))
354 duration = 0;
361 timeLoaded, currentTime, duration, getMediaUIPartStateFlags(node));
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/yaml/
H A Drb.test331 duration, as can be imagined.
334 } -result {{My little toe is broken in two places;} {I'm crazy to have skied this way;} {I'm not the craziest he's seen, since there was always the German guy who skied for 3 hours on a broken shin bone (just below the kneecap);} {Nevertheless, second place is respectable, and he doesn't recommend going for the record;} {He's going to put my foot in plaster for a month;} {This would impair my skiing ability somewhat for the duration, as can be imagined.}}
/macosx-10.9.5/vim-53/runtime/syntax/
H A Delinks.vim98 \ enable duration action language show_status_bar
H A Dsdl.vim103 syn keyword sdlType integer real natural duration pid boolean time
/macosx-10.9.5/emacs-92/emacs/lisp/gnus/
H A Dgnus-util.el515 (let (duration)
517 (not (zerop (setq duration (* 10 (- level (floor level)))))))
518 (sit-for duration))))
/macosx-10.9.5/IOFireWireSBP2-426.4.1/IOFireWireSBP2/
H A DIOFireWireSBP2Login.h725 returned by callbacks are only valid for the duration of the login and should not have
752 buffer. Note: all buffers supplied to callbacks are only valid for the duration of the callback.
787 Note: all buffers supplied to callbacks are only valid for the duration of the callback.
904 @abstract Sets the desired reconnect duration.
905 @discussion The target and initiator arbitrate the duration of the reconnect timeout. Here
951 duration of the login attempt.
1057 void startFetchAgentRetryTimer( UInt32 duration );
/macosx-10.9.5/WebCore-7537.78.1/html/
H A DHTMLMediaElement.h167 double duration() const;
/macosx-10.9.5/WebKit-7537.78.2/qt/WebCoreSupport/
H A DChromeClientQt.cpp100 virtual int duration() const { return -1; } function in class:WebCore::RefreshAnimation
/macosx-10.9.5/ICU-511.35/icuSources/i18n/
H A Drbnf.cpp1251 const UnicodeString duration = UNICODE_STRING_SIMPLE("%duration"); local
1255 if ((*p)->isNamed(spellout) || (*p)->isNamed(ordinal) || (*p)->isNamed(duration)) {

Completed in 279 milliseconds

12345678910