Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
Dvp9_lossless_test.cc60 const vpx_rational timebase = { 33333333, 1000000000 }; in TEST_P() local
61 cfg_.g_timebase = timebase; in TEST_P()
71 timebase.den, timebase.num, 0, 10); in TEST_P()
81 cfg_.g_timebase = video.timebase(); in TEST_P()
Derror_resilience_test.cc149 const vpx_rational timebase = { 33333333, 1000000000 }; in TEST_P() local
150 cfg_.g_timebase = timebase; in TEST_P()
157 timebase.den, timebase.num, 0, 30); in TEST_P()
184 const vpx_rational timebase = { 33333333, 1000000000 }; in TEST_P() local
185 cfg_.g_timebase = timebase; in TEST_P()
194 timebase.den, timebase.num, 0, 40); in TEST_P()
Daltref_test.cc55 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()
Dcq_test.cc81 const vpx_rational timebase = { 33333333, 1000000000 }; in TEST_P() local
82 cfg_.g_timebase = timebase; in TEST_P()
88 timebase.den, timebase.num, 0, 30); in TEST_P()
Dtile_independence_test.cc86 const vpx_rational timebase = { 33333333, 1000000000 }; in TEST_P() local
87 cfg_.g_timebase = timebase; in TEST_P()
93 timebase.den, timebase.num, 0, 30); in TEST_P()
Dvideo_source.h75 virtual vpx_rational_t timebase() const = 0;
112 virtual vpx_rational_t timebase() const { in timebase() function
Dy4m_video_source.h73 virtual vpx_rational_t timebase() const { in timebase() function
Di420_video_source.h74 virtual vpx_rational_t timebase() const { in timebase() function
Ddatarate_test.cc45 const vpx_rational_t tb = video->timebase(); in PreEncodeFrameHook()
293 const vpx_rational_t tb = video->timebase(); in PreEncodeFrameHook()
391 cfg_.g_timebase = video.timebase(); in TEST_P()
Dencode_test_driver.cc46 cfg_.g_timebase = video.timebase(); in EncodeFrameInternal()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
Donyx.h104 struct vpx_rational timebase; member
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
Dvpxenc.c269 static const arg_def_t timebase = ARG_DEF(NULL, "timebase", 1, variable
278 &width, &height, &stereo_mode, &timebase, &framerate,
918 } else if (arg_match(&arg, &timebase, argi)) { in parse_stream_params()
DCHANGELOG469 vpxenc supports the distinction between --fps and --timebase
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/
Dvp8_cx_iface.c295 oxcf->timebase = cfg.g_timebase; in set_vp8e_config()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Donyx_if.c1340 cpi->framerate = (double)(oxcf->timebase.den) / in init_config()
1341 (double)(oxcf->timebase.num); in init_config()