Searched defs:timebase (Results 1 – 15 of 15) sorted by relevance
/external/libvpx/libvpx/test/ |
D | altref_test.cc | 55 const vpx_rational timebase = { 33333333, 1000000000 }; in TEST_P() local 118 const vpx_rational timebase = { 1, 30 }; in TEST_P() local 132 const vpx_rational timebase = { 1, 30 }; in TEST_P() local
|
D | vp9_lossless_test.cc | 68 const vpx_rational timebase = { 33333333, 1000000000 }; in TEST_P() local 103 const vpx_rational timebase = { 33333333, 1000000000 }; in TEST_P() local
|
D | error_resilience_test.cc | 197 const vpx_rational timebase = { 33333333, 1000000000 }; in TEST_P() local 232 const vpx_rational timebase = { 33333333, 1000000000 }; in TEST_P() local 294 const vpx_rational timebase = { 33333333, 1000000000 }; variable 341 const vpx_rational timebase = { 33333333, 1000000000 }; variable
|
D | tile_independence_test.cc | 84 const vpx_rational timebase = { 33333333, 1000000000 }; in TEST_P() local
|
D | y4m_video_source.h | 72 virtual vpx_rational_t timebase() const { in timebase() function
|
D | yuv_video_source.h | 68 virtual vpx_rational_t timebase() const { in timebase() function
|
D | cq_test.cc | 106 const vpx_rational timebase = { 33333333, 1000000000 }; in TEST_P() local
|
D | video_source.h | 160 virtual vpx_rational_t timebase() const { in timebase() function
|
D | encode_perf_test.cc | 139 const vpx_rational timebase = { 33333333, 1000000000 }; in TEST_P() local
|
D | decode_perf_test.cc | 210 const vpx_rational timebase = { 33333333, 1000000000 }; in TEST_P() local
|
/external/webrtc/webrtc/base/ |
D | timeutils.cc | 40 static mach_timebase_info_data_t timebase; in TimeNanos() local
|
/external/libvpx/libvpx/vp9/ |
D | vp9_cx_iface.c | 1032 static int64_t timebase_units_to_ticks(const vpx_rational_t *timebase, in timebase_units_to_ticks() 1037 static int64_t ticks_to_timebase_units(const vpx_rational_t *timebase, in ticks_to_timebase_units() 1071 const vpx_rational_t *const timebase = &ctx->cfg.g_timebase; in encoder_encode() local
|
/external/libvpx/libvpx/vp8/common/ |
D | onyx.h | 92 struct vpx_rational timebase; member
|
/external/sonivox/jet_tools/JetCreator/ |
D | midifile.py | 388 def TimeEventStr (self, timebase): argument 955 def DumpEvents (self, output, timebase): argument
|
/external/libvpx/libvpx/ |
D | vpxenc.c | 247 static const arg_def_t timebase = ARG_DEF( variable
|