Searched refs:timebase (Results 1 - 25 of 56) sorted by relevance

123

/external/libvpx/libvpx/test/
H A Daltref_test.cc55 const vpx_rational timebase = { 33333333, 1000000000 }; local
56 cfg_.g_timebase = timebase;
61 timebase.den, timebase.num, 0, 30);
H A Dvp9_lossless_test.cc58 const vpx_rational timebase = { 33333333, 1000000000 }; local
59 cfg_.g_timebase = timebase;
69 timebase.den, timebase.num, 0, 30);
H A Derror_resilience_test.cc148 const vpx_rational timebase = { 33333333, 1000000000 }; local
149 cfg_.g_timebase = timebase;
156 timebase.den, timebase.num, 0, 30);
179 const vpx_rational timebase = { 33333333, 1000000000 }; local
180 cfg_.g_timebase = timebase;
189 timebase.den, timebase.num, 0, 30);
H A Dcq_test.cc81 const vpx_rational timebase = { 33333333, 1000000000 }; local
82 cfg_.g_timebase = timebase;
88 timebase.den, timebase.num, 0, 30);
H A Dtile_independence_test.cc88 const vpx_rational timebase = { 33333333, 1000000000 }; local
89 cfg_.g_timebase = timebase;
95 timebase.den, timebase.num, 0, 30);
H A Dvideo_source.h74 // Get the timebase for the stream
75 virtual vpx_rational_t timebase() const = 0;
112 virtual vpx_rational_t timebase() const { function in class:libvpx_test::DummyVideoSource
H A Ddatarate_test.cc41 const vpx_rational_t tb = video->timebase();
206 const vpx_rational_t tb = video->timebase();
/external/chromium_org/ui/gfx/ozone/dri/
H A Ddri_vsync_provider.cc23 base::TimeTicks timebase =
29 callback.Run(timebase, interval);
/external/chromium_org/ui/gfx/
H A Dvsync_provider.h19 void(const base::TimeTicks timebase, const base::TimeDelta interval)>
/external/chromium_org/ui/gl/
H A Dsync_control_vsync_provider.cc39 base::TimeTicks timebase; local
99 timebase = base::TimeTicks::FromInternalValue(system_time);
110 base::TimeDelta timebase_diff = timebase - last_timebase_;
112 if (counter_diff > 0 && timebase > last_timebase_)
130 << "Current time base of " << timebase.ToInternalValue()
142 last_timebase_ = timebase;
144 callback.Run(timebase, last_good_interval_);
/external/chromium_org/content/browser/aura/
H A Dbrowser_compositor_output_surface_proxy.cc52 base::TimeTicks timebase,
56 surface->OnUpdateVSyncParameters(timebase, interval);
50 OnUpdateVSyncParametersOnCompositorThread( int surface_id, base::TimeTicks timebase, base::TimeDelta interval) argument
H A Dbrowser_compositor_output_surface.cc91 base::TimeTicks timebase,
95 OnVSyncParametersChanged(timebase, interval);
99 compositor_, timebase, interval));
90 OnUpdateVSyncParameters( base::TimeTicks timebase, base::TimeDelta interval) argument
H A Dbrowser_compositor_output_surface_proxy.h40 base::TimeTicks timebase,
H A Dsoftware_browser_compositor_output_surface_unittest.cc29 void set_timebase(base::TimeTicks timebase) { timebase_ = timebase; } argument
H A Dbrowser_compositor_output_surface.h37 void OnUpdateVSyncParameters(base::TimeTicks timebase,
/external/chromium_org/cc/scheduler/
H A Dtime_source.h37 virtual void SetTimebaseAndInterval(base::TimeTicks timebase,
H A Ddelay_based_time_source.cc21 // fraction of an interval. This helps account for jitter in the timebase as
37 // the base::TimeTicks::HighResNow as the timebase.
56 // the base::TimeTicks::Now as the timebase.
125 void DelayBasedTimeSource::SetTimebaseAndInterval(base::TimeTicks timebase, argument
128 next_parameters_.tick_target = timebase;
151 // fmod just happens to return something near zero. Assuming the timebase
155 std::abs((timebase - current_parameters_.tick_target).InSecondsF());
216 // Thus, we compute the new_target based on the old timebase:
222 // For the really late delay, we we move to the next logical tick. The timebase
H A Dframe_rate_controller.cc102 void FrameRateController::SetTimebaseAndInterval(base::TimeTicks timebase, argument
106 time_source_->SetTimebaseAndInterval(timebase, interval);
H A Dframe_rate_controller.h64 void SetTimebaseAndInterval(base::TimeTicks timebase,
H A Ddelay_based_time_source.h18 // delays. DelayBasedTimeSource uses base::TimeTicks::Now as its timebase.
27 virtual void SetTimebaseAndInterval(base::TimeTicks timebase,
76 // DelayBasedTimeSource uses base::TimeTicks::HighResNow as its timebase.
/external/chromium_org/ui/compositor/
H A Dcompositor_observer.h43 base::TimeTicks timebase,
/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dtimeutils.cc54 static mach_timebase_info_data_t timebase; local
55 if (timebase.denom == 0) {
56 // Get the timebase if this is the first time we run.
58 VERIFY(KERN_SUCCESS == mach_timebase_info(&timebase));
60 // Use timebase to convert absolute time tick units into nanoseconds.
61 ticks = mach_absolute_time() * timebase.numer / timebase.denom;
/external/webrtc/src/system_wrappers/interface/
H A Dtick_util.h179 static mach_timebase_info_data_t timebase; local
180 if (timebase.denom == 0) {
181 // Get the timebase if this is the first time we run.
183 kern_return_t retval = mach_timebase_info(&timebase);
190 // Use timebase to convert absolute time tick units into nanoseconds.
191 result._ticks = mach_absolute_time() * timebase.numer / timebase.denom;
/external/sonivox/jet_tools/JetCreator/
H A Dmidifile.py388 def TimeEventStr (self, timebase):
389 return '[%s]: %s' % (timebase.ConvertTicksToStr(self.ticks), self.__str__())
955 def DumpEvents (self, output, timebase):
958 output.write('%s\n' % event.TimeEventStr(timebase))
961 midi_file_logger.debug(event.TimeEventStr(timebase))
983 tick_warning_level = stream.timebase.ppqn * LARGE_TICK_WARNING
1057 stream.Warning(' [%s]: %s' % (stream.timebase.ConvertTicksToStr(event.ticks), event.__str__()))
1077 # stream.Warning(' [%s]: %s' % (stream.timebase.ConvertTicksToStr(event.ticks), event.__str__()))
1195 controller_events.DumpEvents(None, self.stream.timebase)
1219 midi_file_logger.debug('Trim: trimming note that extends past end %s' % event.TimeEventStr(self.stream.timebase))
[all...]
/external/chromium_org/content/renderer/gpu/
H A Dcompositor_output_surface.cc151 base::TimeTicks timebase, base::TimeDelta interval) {
153 OnVSyncParametersChanged(timebase, interval);
150 OnUpdateVSyncParameters( base::TimeTicks timebase, base::TimeDelta interval) argument

Completed in 487 milliseconds

123