Searched refs:duration (Results 401 - 425 of 914) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/custom/
H A DV8ElementCustom.cpp110 TONATIVE_VOID(double, duration, static_cast<double>(info[1]->NumberValue()));
111 v8SetReturnValueFast(info, WTF::getPtr(ElementAnimation::animate(*impl, effect, duration)), impl);
133 TONATIVE_VOID(double, duration, static_cast<double>(info[1]->NumberValue()));
134 RefPtrWillBeRawPtr<AnimationPlayer> result = ElementAnimation::animate(*impl, keyframes, duration, exceptionState);
/external/chromium_org/third_party/WebKit/Source/modules/webaudio/
H A DAudioBuffer.h56 double duration() const { return length() / static_cast<double>(sampleRate()); } function in class:blink::AudioBuffer
/external/chromium_org/third_party/WebKit/Source/platform/scroll/
H A DProgrammaticScrollAnimator.cpp61 bool isFinished = (elapsedTime > m_animationCurve->duration());
/external/chromium_org/third_party/libvpx/source/libvpx/examples/
H A Dtwopass_encoder.c70 unsigned int duration,
77 const vpx_codec_err_t res = vpx_codec_encode(ctx, img, pts, duration, flags,
100 unsigned int duration,
107 const vpx_codec_err_t res = vpx_codec_encode(ctx, img, pts, duration, flags,
67 get_frame_stats(vpx_codec_ctx_t *ctx, const vpx_image_t *img, vpx_codec_pts_t pts, unsigned int duration, vpx_enc_frame_flags_t flags, unsigned int deadline, vpx_fixed_buf_t *stats) argument
97 encode_frame(vpx_codec_ctx_t *ctx, const vpx_image_t *img, vpx_codec_pts_t pts, unsigned int duration, vpx_enc_frame_flags_t flags, unsigned int deadline, VpxVideoWriter *writer) argument
/external/chromium_org/ui/message_center/cocoa/
H A Dpopup_collection.h50 // The duration of the popup animation, in the number of seconds.
77 // Returns the duration of the popup animation.
91 // Setter for changing the animation duration. The testing code could set it
93 - (void)setAnimationDuration:(NSTimeInterval)duration;
/external/libcxx/test/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.locking/
H A Dtry_lock_for.pass.cpp15 // bool try_lock_for(const chrono::duration<Rep, Period>& rel_time);
29 bool try_lock_shared_for(const std::chrono::duration<Rep, Period>& rel_time)
/external/libcxxabi/test/
H A Ddynamic_cast_stress.cpp54 typedef std::chrono::duration<double, std::micro> US;
/external/libvpx/libvpx/examples/
H A Dtwopass_encoder.c72 unsigned int duration,
78 const vpx_codec_err_t res = vpx_codec_encode(ctx, img, pts, duration, flags,
97 unsigned int duration,
103 const vpx_codec_err_t res = vpx_codec_encode(ctx, img, pts, duration, flags,
69 get_frame_stats(vpx_codec_ctx_t *ctx, const vpx_image_t *img, vpx_codec_pts_t pts, unsigned int duration, vpx_enc_frame_flags_t flags, unsigned int deadline, vpx_fixed_buf_t *stats) argument
94 encode_frame(vpx_codec_ctx_t *ctx, const vpx_image_t *img, vpx_codec_pts_t pts, unsigned int duration, vpx_enc_frame_flags_t flags, unsigned int deadline, VpxVideoWriter *writer) argument
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_firstpass.h36 double duration; member in struct:__anon24945
/external/libvpx/libvpx/vpx/
H A Dsvc_context.h89 int64_t duration, int deadline);
/external/wpa_supplicant_8/wpa_supplicant/
H A Dwnm_sta.h26 u8 duration[10]; member in struct:bss_termination_duration
/external/chromium_org/ppapi/tests/
H A Dtest_media_stream_audio_track.cc216 int32_t duration = expected_duration; local
219 (duration * sample_rate * bytes_per_frame) / 1000);
273 // Configure buffer duration.
275 int32_t duration; member in struct:__anon10208
285 PP_MEDIASTREAMAUDIOTRACK_ATTRIB_DURATION, durations[i].duration,
292 int duration = local
293 durations[i].expect_result == PP_OK ? durations[i].duration : -1;
294 ASSERT_SUBTEST_SUCCESS(CheckGetBuffer(kTimes, duration));
305 // Reset the duration to prevent the next part from taking 10 seconds.
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DMediaController.cpp132 double MediaController::duration() const function in class:blink::MediaController
134 // FIXME: Investigate caching the maximum duration and only updating the cached value
138 double duration = (*it)->duration(); local
139 if (std::isnan(duration))
141 maxDuration = std::max(maxDuration, duration);
152 // Some clocks may return times outside the range of [0..duration].
153 m_position = std::max(0.0, std::min(duration(), m_clock->currentTime()));
167 // If the new playback position is greater than the media controller duration, then set it
168 // to the media controller duration
[all...]
/external/chromium_org/chrome/browser/resources/net_internals/
H A Dwaterfall_row.js115 createPopup_: function(parentNode, event, eventType, duration, mouse) {
132 popupList, 'Event Duration', duration.toFixed(0) + 'ms');
207 createNode_: function(parentNode, duration, eventTypeString, event) {
213 setNodeWidth(newNode, duration * scale);
219 duration),
/external/chromium_org/content/renderer/media/android/
H A Dmedia_source_delegate.cc315 void MediaSourceDelegate::SetDuration(base::TimeDelta duration) { argument
317 DVLOG(1) << __FUNCTION__ << "(" << duration.InSecondsF() << ") : "
320 // Force duration change notification to be async to avoid reentrancy into
323 &MediaSourceDelegate::OnDurationChanged, main_weak_this_, duration));
326 void MediaSourceDelegate::OnDurationChanged(const base::TimeDelta& duration) { argument
329 demuxer_client_->DurationChanged(demuxer_client_id_, duration);
331 duration_change_cb_.Run(duration);
638 configs->duration = GetDuration();
652 double duration = chunk_demuxer_->GetDuration(); local
653 if (duration
[all...]
/external/libvpx/libvpx/test/
H A Dsvc_test.cc267 video.duration(), VPX_DL_GOOD_QUALITY);
295 video.duration(), VPX_DL_GOOD_QUALITY);
308 video.duration(), VPX_DL_GOOD_QUALITY);
321 video.duration(), VPX_DL_GOOD_QUALITY);
384 video.duration(), VPX_DL_GOOD_QUALITY);
391 video.duration(), VPX_DL_GOOD_QUALITY);
397 video.duration(), VPX_DL_GOOD_QUALITY);
434 video.duration(), VPX_DL_GOOD_QUALITY);
447 video.duration(), VPX_DL_GOOD_QUALITY);
460 video.duration(), VPX_DL_GOOD_QUALIT
[all...]
/external/chromium_org/content/renderer/pepper/
H A Dpepper_media_stream_audio_track_host.cc93 int32_t number_of_buffers, int32_t duration,
105 if (duration != 0 && duration != user_buffer_duration_) {
106 user_buffer_duration_ = duration;
207 // buffer duration.
282 // duration that's shorter than the received buffer duration? One option is to
284 // max(user requested duration, received buffer duration). There are other
352 return audio_sink_.Configure(buffers, attributes.duration,
92 Configure( int32_t number_of_buffers, int32_t duration, const ppapi::host::ReplyMessageContext& context) argument
[all...]
/external/chromium_org/media/filters/
H A Dsource_buffer_range.cc495 base::TimeDelta duration = buffers_.back()->duration(); local
496 if (duration == kNoTimestamp() || duration == base::TimeDelta())
497 duration = GetApproximateDuration();
498 return GetEndTimestamp() + duration;
549 // that starts within 2x the approximate duration of a buffer is considered
574 // Buffers without duration are not supported, so bail if we encounter any.
575 if (buffer->duration() == kNoTimestamp() ||
576 buffer->duration() <
[all...]
/external/chromium_org/tools/binary_size/template/
H A DD3SymbolTreeMap.js501 .duration(thisTreeMap._enterDuration).delay(
507 .duration(thisTreeMap._enterDuration).delay(
513 .duration(thisTreeMap._updateDuration).delay(thisTreeMap._exitDuration)
524 .duration(thisTreeMap._updateDuration).delay(thisTreeMap._exitDuration)
556 exit.selectAll('div.inode_rect').transition().duration(
558 exit.selectAll('div.inode_label').transition().duration(
634 .duration(thisTreeMap._enterDuration).delay(
640 .duration(thisTreeMap._enterDuration).delay(
646 .duration(thisTreeMap._updateDuration).delay(thisTreeMap._exitDuration)
653 .duration(thisTreeMa
[all...]
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DDeferredImageDecoderTest.cpp270 EXPECT_EQ(10.0f, m_lazyDecoder->frameBufferAtIndex(0)->duration());
285 EXPECT_EQ(10.0f, m_lazyDecoder->frameBufferAtIndex(0)->duration());
286 EXPECT_EQ(20.0f, m_lazyDecoder->frameBufferAtIndex(1)->duration());
304 EXPECT_EQ(10.0f, m_lazyDecoder->frameBufferAtIndex(0)->duration());
305 EXPECT_EQ(20.0f, m_lazyDecoder->frameBufferAtIndex(1)->duration());
306 EXPECT_EQ(30.0f, m_lazyDecoder->frameBufferAtIndex(2)->duration());
/external/chromium_org/ash/system/chromeos/session/
H A Dlogout_button_tray.cc133 void LogoutButtonTray::OnLogoutDialogDurationChanged(base::TimeDelta duration) { argument
134 dialog_duration_ = duration;
/external/chromium_org/base/threading/
H A Dplatform_thread_win.cc149 void PlatformThread::Sleep(TimeDelta duration) { argument
151 // too early. We may need to call it repeatedly to get the desired duration.
152 TimeTicks end = TimeTicks::Now() + duration;
H A Dwatchdog.cc39 Watchdog::Watchdog(const TimeDelta& duration, argument
46 duration_(duration),
100 // proper duration.
/external/chromium_org/cc/debug/
H A Dpicture_record_benchmark.cc117 base::TimeDelta duration = end - start; local
119 total_time.first += duration;
/external/chromium_org/chrome/browser/resources/contextual_search/
H A Dpromo.css33 -webkit-transition-duration: 218ms;

Completed in 450 milliseconds

<<11121314151617181920>>