/external/libvpx/libvpx/test/ |
D | vp9_lossless_test.cc | 68 const vpx_rational timebase = { 33333333, 1000000000 }; in TEST_P() local 69 cfg_.g_timebase = timebase; in TEST_P() 79 timebase.den, timebase.num, 0, 10); in TEST_P() 89 cfg_.g_timebase = video.timebase(); in TEST_P() 103 const vpx_rational timebase = { 33333333, 1000000000 }; in TEST_P() local 104 cfg_.g_timebase = timebase; in TEST_P() 115 timebase.den, timebase.num, 0, 10); in TEST_P()
|
D | altref_test.cc | 55 const vpx_rational timebase = { 33333333, 1000000000 }; in TEST_P() local 56 cfg_.g_timebase = timebase; in TEST_P() 61 timebase.den, timebase.num, 0, 30); in TEST_P() 118 const vpx_rational timebase = { 1, 30 }; in TEST_P() local 126 timebase.den, timebase.num, 0, 30); in TEST_P() 132 const vpx_rational timebase = { 1, 30 }; in TEST_P() local 140 timebase.den, timebase.num, 0, 30); in TEST_P()
|
D | error_resilience_test.cc | 197 const vpx_rational timebase = { 33333333, 1000000000 }; in TEST_P() local 198 cfg_.g_timebase = timebase; in TEST_P() 205 timebase.den, timebase.num, 0, 30); in TEST_P() 232 const vpx_rational timebase = { 33333333, 1000000000 }; in TEST_P() local 233 cfg_.g_timebase = timebase; in TEST_P() 242 timebase.den, timebase.num, 0, 40); in TEST_P() 294 const vpx_rational timebase = { 33333333, 1000000000 }; variable 295 cfg_.g_timebase = timebase; 312 timebase.den, timebase.num, 0, 40); 341 const vpx_rational timebase = { 33333333, 1000000000 }; variable [all …]
|
D | tile_independence_test.cc | 84 const vpx_rational timebase = { 33333333, 1000000000 }; in TEST_P() local 85 cfg_.g_timebase = timebase; in TEST_P() 91 timebase.den, timebase.num, 0, 30); in TEST_P()
|
D | cq_test.cc | 106 const vpx_rational timebase = { 33333333, 1000000000 }; in TEST_P() local 107 cfg_.g_timebase = timebase; in TEST_P() 113 timebase.den, timebase.num, 0, 30); in TEST_P()
|
D | encode_perf_test.cc | 139 const vpx_rational timebase = { 33333333, 1000000000 }; in TEST_P() local 140 cfg_.g_timebase = timebase; in TEST_P() 149 kVP9EncodePerfTestVectors[i].height, timebase.den, timebase.num, 0, in TEST_P()
|
D | decode_perf_test.cc | 212 const vpx_rational timebase = { 33333333, 1000000000 }; in TEST_P() local 213 cfg_.g_timebase = timebase; in TEST_P() 221 kVP9EncodePerfTestVectors[i].height, timebase.den, timebase.num, 0, in TEST_P()
|
/external/libaom/libaom/test/ |
D | lossless_test.cc | 70 const aom_rational timebase = { 33333333, 1000000000 }; in TEST_P() local 71 cfg_.g_timebase = timebase; in TEST_P() 81 timebase.den, timebase.num, 0, 5); in TEST_P() 91 cfg_.g_timebase = video.timebase(); in TEST_P() 105 const aom_rational timebase = { 33333333, 1000000000 }; in TEST_P() local 106 cfg_.g_timebase = timebase; in TEST_P() 117 timebase.den, timebase.num, 0, 5); in TEST_P()
|
D | altref_test.cc | 67 const aom_rational timebase = { 1, 30 }; in TEST_P() local 75 timebase.den, timebase.num, 0, 30); in TEST_P() 81 const aom_rational timebase = { 1, 30 }; in TEST_P() local 89 timebase.den, timebase.num, 0, 30); in TEST_P()
|
D | encode_perf_test.cc | 137 const aom_rational timebase = { 33333333, 1000000000 }; in TEST_P() local 138 cfg_.g_timebase = timebase; in TEST_P() 146 test_video.height, timebase.den, in TEST_P() 147 timebase.num, 0, test_video.frames); in TEST_P()
|
D | tile_independence_test.cc | 94 const aom_rational timebase = { 33333333, 1000000000 }; in DoTest() local 95 cfg_.g_timebase = timebase; in DoTest() 101 timebase.den, timebase.num, 0, 5); in DoTest()
|
D | decode_multithreaded_test.cc | 107 const aom_rational timebase = { 33333333, 1000000000 }; in DoTest() local 108 cfg_.g_timebase = timebase; in DoTest() 114 timebase.den, timebase.num, 0, 5); in DoTest()
|
D | decode_perf_test.cc | 195 const aom_rational timebase = { 33333333, 1000000000 }; in TEST_P() local 196 cfg_.g_timebase = timebase; in TEST_P() 204 kAV1EncodePerfTestVectors[i].height, timebase.den, timebase.num, 0, in TEST_P()
|
D | fwd_kf_test.cc | 50 const aom_rational timebase = { 1, 30 }; in SetUp() local 51 cfg_.g_timebase = timebase; in SetUp()
|
/external/perfetto/src/trace_processor/importers/proto/ |
D | perf_sample_tracker.cc | 56 PerfEvents::Timebase::Decoder timebase(perf_defaults.timebase()); in InternTimebaseCounterName() local 58 if (timebase.counter() != PerfEvents::UNKNOWN_COUNTER) { in InternTimebaseCounterName() 59 return context->storage->InternString(StringifyCounter(timebase.counter())); in InternTimebaseCounterName() 61 PerfEvents::Tracepoint::Decoder tracepoint(timebase.tracepoint()); in InternTimebaseCounterName()
|
/external/curl/lib/ |
D | timeval.c | 128 static mach_timebase_info_data_t timebase; in Curl_now() local 132 if(0 == timebase.denom) in Curl_now() 133 (void) mach_timebase_info(&timebase); in Curl_now() 136 usecs *= timebase.numer; in Curl_now() 137 usecs /= timebase.denom; in Curl_now()
|
/external/swiftshader/src/Vulkan/ |
D | VkDeviceMemoryExternalMac.hpp | 40 mach_timebase_info_data_t timebase; in GetTime() local 41 mach_timebase_info(&timebase); in GetTime() 45 double convert_ratio = (double)timebase.numer / (double)timebase.denom; in GetTime()
|
/external/perfetto/src/profiling/perf/ |
D | event_config.cc | 226 if (pb_config.timebase().period()) { in Create() 227 sampling_period = pb_config.timebase().period(); in Create() 228 } else if (pb_config.timebase().frequency()) { in Create() 229 sampling_frequency = pb_config.timebase().frequency(); in Create() 240 if (pb_config.timebase().has_counter()) { in Create() 241 auto maybe_counter = ToPerfCounter(pb_config.timebase().counter()); in Create() 246 } else if (pb_config.timebase().has_tracepoint()) { in Create() 247 const auto& tracepoint_pb = pb_config.timebase().tracepoint(); in Create()
|
/external/python/cpython3/Python/ |
D | pytime.c | 824 static mach_timebase_info_data_t timebase; in pymonotonic() 828 if (timebase.denom == 0) { in pymonotonic() 831 (void)mach_timebase_info(&timebase); in pymonotonic() 834 if (timebase.numer < 1 || timebase.denom < 1) { in pymonotonic() 844 assert(sizeof(timebase.numer) < sizeof(_PyTime_t)); in pymonotonic() 845 assert(sizeof(timebase.denom) < sizeof(_PyTime_t)); in pymonotonic() 857 if ((_PyTime_t)timebase.numer > _PyTime_MAX / (_PyTime_t)timebase.denom) { in pymonotonic() 868 info->resolution = (double)timebase.numer / (double)timebase.denom * 1e-9; in pymonotonic() 878 (_PyTime_t)timebase.numer, in pymonotonic() 879 (_PyTime_t)timebase.denom); in pymonotonic()
|
/external/chromium-trace/catapult/common/py_trace_event/py_trace_event/ |
D | trace_time.py | 65 timebase = MachTimebaseInfoData() 66 libc.mach_timebase_info(ctypes.byref(timebase)) 67 ticks_per_second = timebase.numer / timebase.denom * 1.0e9
|
/external/webrtc/rtc_base/ |
D | time_utils.cc | 149 static mach_timebase_info_data_t timebase; in SystemTimeNanos() local 150 if (timebase.denom == 0) { in SystemTimeNanos() 153 if (mach_timebase_info(&timebase) != KERN_SUCCESS) { in SystemTimeNanos() 164 ticks = mul(mach_absolute_time(), timebase.numer) / timebase.denom; in SystemTimeNanos()
|
/external/sonivox/jet_tools/JetCreator/ |
D | midifile.py | 388 def TimeEventStr (self, timebase): argument 389 return '[%s]: %s' % (timebase.ConvertTicksToStr(self.ticks), self.__str__()) 955 def DumpEvents (self, output, timebase): argument 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 1195 controller_events.DumpEvents(None, self.stream.timebase) 1219 …er.debug('Trim: trimming note that extends past end %s' % event.TimeEventStr(self.stream.timebase)) 1242 self.events.DumpEvents(output, self.stream.timebase) 1244 output.write('[%s]: end-of-track\n' % self.stream.timebase.ConvertTicksToStr(self.end_of_track)) [all …]
|
/external/dtc/tests/ |
D | subnode_iterate.dts | 17 timebase-frequency = <33333333>; 34 timebase-frequency = <33333333>;
|
D | test01.dts | 22 timebase-frequency = <33333333>; 33 timebase-frequency = <33333333>;
|
D | label01.dts | 22 timebase-frequency = <33333333>; 33 timebase-frequency = <33333333>;
|