Searched defs:timebase (Results 1 - 10 of 10) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
H A Dvp9_lossless_test.cc60 const vpx_rational timebase = { 33333333, 1000000000 }; local
61 cfg_.g_timebase = timebase;
71 timebase.den, timebase.num, 0, 10);
81 cfg_.g_timebase = video.timebase();
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 Dtile_independence_test.cc86 const vpx_rational timebase = { 33333333, 1000000000 }; local
87 cfg_.g_timebase = timebase;
93 timebase.den, timebase.num, 0, 30);
H A Dy4m_video_source.h73 virtual vpx_rational_t timebase() const { function in class:libvpx_test::Y4mVideoSource
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 Di420_video_source.h74 virtual vpx_rational_t timebase() const { function in class:libvpx_test::I420VideoSource
H A Derror_resilience_test.cc149 const vpx_rational timebase = { 33333333, 1000000000 }; local
150 cfg_.g_timebase = timebase;
157 timebase.den, timebase.num, 0, 30);
184 const vpx_rational timebase = { 33333333, 1000000000 }; local
185 cfg_.g_timebase = timebase;
194 timebase.den, timebase.num, 0, 40);
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
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
H A Donyx.h104 struct vpx_rational timebase; member in struct:__anon528
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
H A Dvpxenc.c269 static const arg_def_t timebase = ARG_DEF(NULL, "timebase", 1, variable
278 &width, &height, &stereo_mode, &timebase, &framerate,
454 fprintf(stderr, "\nStream timebase (--timebase):\n"
829 /* Change the default timebase to a high enough value so that the
918 } else if (arg_match(&arg, &timebase, argi)) {

Completed in 203 milliseconds