/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/ |
D | vp9_lossless_test.cc | 60 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()
|
D | error_resilience_test.cc | 149 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()
|
D | altref_test.cc | 55 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()
|
D | cq_test.cc | 81 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()
|
D | tile_independence_test.cc | 86 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()
|
D | video_source.h | 75 virtual vpx_rational_t timebase() const = 0; 112 virtual vpx_rational_t timebase() const { in timebase() function
|
D | y4m_video_source.h | 73 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 | 45 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()
|
D | encode_test_driver.cc | 46 cfg_.g_timebase = video.timebase(); in EncodeFrameInternal()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ |
D | onyx.h | 104 struct vpx_rational timebase; member
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/ |
D | vpxenc.c | 269 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()
|
D | CHANGELOG | 469 vpxenc supports the distinction between --fps and --timebase
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/ |
D | vp8_cx_iface.c | 295 oxcf->timebase = cfg.g_timebase; in set_vp8e_config()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ |
D | onyx_if.c | 1340 cpi->framerate = (double)(oxcf->timebase.den) / in init_config() 1341 (double)(oxcf->timebase.num); in init_config()
|