/external/libvpx/libvpx/test/ |
D | altref_test.cc | 58 const vpx_rational timebase = { 33333333, 1000000000 }; in TEST_P() local 59 cfg_.g_timebase = timebase; in TEST_P() 64 timebase.den, timebase.num, 0, 30); in TEST_P()
|
D | error_resilience_test.cc | 58 const vpx_rational timebase = { 33333333, 1000000000 }; in TEST_P() local 59 cfg_.g_timebase = timebase; in TEST_P() 66 timebase.den, timebase.num, 0, 30); in TEST_P()
|
D | cq_test.cc | 80 const vpx_rational timebase = { 33333333, 1000000000 }; in TEST_P() local 81 cfg_.g_timebase = timebase; in TEST_P() 87 timebase.den, timebase.num, 0, 30); in TEST_P()
|
D | video_source.h | 56 virtual vpx_rational_t timebase() const = 0; 93 virtual vpx_rational_t timebase() const { in timebase() function
|
D | i420_video_source.h | 74 virtual vpx_rational_t timebase() const { in timebase() function
|
D | datarate_test.cc | 39 const vpx_rational_t tb = video->timebase(); in PreEncodeFrameHook()
|
D | encode_test_driver.cc | 45 cfg_.g_timebase = video.timebase(); in EncodeFrameInternal()
|
/external/webrtc/src/system_wrappers/interface/ |
D | tick_util.h | 179 static mach_timebase_info_data_t timebase; in Now() local 180 if (timebase.denom == 0) { in Now() 183 kern_return_t retval = mach_timebase_info(&timebase); in Now() 191 result._ticks = mach_absolute_time() * timebase.numer / timebase.denom; in Now()
|
/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/chromium-trace/trace-viewer/src/ |
D | timeline_viewport.js | 250 set gridTimebase(timebase) { argument 251 if (this.gridTimebase_ == timebase) 253 this.gridTimebase_ = timebase;
|
/external/libvpx/libvpx/vp8/common/ |
D | onyx.h | 103 struct vpx_rational timebase; member
|
/external/libvpx/libvpx/ |
D | vpxenc.c | 1037 static const arg_def_t timebase = ARG_DEF(NULL, "timebase", 1, variable 1047 &width, &height, &stereo_mode, &timebase, &framerate, &error_resilient, 1844 else if (arg_match(&arg, &timebase, argi)) in parse_stream_params()
|
D | CHANGELOG | 390 vpxenc supports the distinction between --fps and --timebase
|
/external/chromium/chrome/browser/automation/ |
D | ui_controls_mac.mm | 59 // If this is the first time we've run, get the timebase.
|
/external/libvpx/libvpx/vp8/ |
D | vp8_cx_iface.c | 295 oxcf->timebase = cfg.g_timebase; in set_vp8e_config()
|
/external/libvpx/libvpx/vp8/encoder/ |
D | onyx_if.c | 1236 cpi->frame_rate = (double)(oxcf->timebase.den) / in init_config() 1237 (double)(oxcf->timebase.num); in init_config()
|