Home
last modified time | relevance | path

Searched defs:timebase (Results 1 – 15 of 15) sorted by relevance

/external/libvpx/libvpx/test/
Daltref_test.cc55 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
Dvp9_lossless_test.cc68 const vpx_rational timebase = { 33333333, 1000000000 }; in TEST_P() local
103 const vpx_rational timebase = { 33333333, 1000000000 }; in TEST_P() local
Derror_resilience_test.cc197 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
Dtile_independence_test.cc84 const vpx_rational timebase = { 33333333, 1000000000 }; in TEST_P() local
Dy4m_video_source.h72 virtual vpx_rational_t timebase() const { in timebase() function
Dyuv_video_source.h68 virtual vpx_rational_t timebase() const { in timebase() function
Dcq_test.cc106 const vpx_rational timebase = { 33333333, 1000000000 }; in TEST_P() local
Dvideo_source.h160 virtual vpx_rational_t timebase() const { in timebase() function
Dencode_perf_test.cc139 const vpx_rational timebase = { 33333333, 1000000000 }; in TEST_P() local
Ddecode_perf_test.cc210 const vpx_rational timebase = { 33333333, 1000000000 }; in TEST_P() local
/external/webrtc/webrtc/base/
Dtimeutils.cc40 static mach_timebase_info_data_t timebase; in TimeNanos() local
/external/libvpx/libvpx/vp9/
Dvp9_cx_iface.c1032 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/
Donyx.h92 struct vpx_rational timebase; member
/external/sonivox/jet_tools/JetCreator/
Dmidifile.py388 def TimeEventStr (self, timebase): argument
955 def DumpEvents (self, output, timebase): argument
/external/libvpx/libvpx/
Dvpxenc.c247 static const arg_def_t timebase = ARG_DEF( variable