Searched refs:timebase (Results 76 - 84 of 84) sorted by relevance

1234

/external/chromium_org/third_party/libvpx/source/libvpx/
H A Dvpxenc.c239 static const arg_def_t timebase = ARG_DEF(NULL, "timebase", 1, variable
253 &timebase, &framerate,
467 fprintf(stderr, "\nStream timebase (--timebase):\n"
967 /* Change the default timebase to a high enough value so that the
1073 } else if (arg_match(&arg, &timebase, argi)) {
/external/libvpx/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)) {
/external/chromium_org/content/browser/renderer_host/
H A Drender_widget_host_impl.cc1256 void RenderWidgetHostImpl::UpdateVSyncParameters(base::TimeTicks timebase, argument
1258 Send(new ViewMsg_UpdateVSyncParameters(GetRoutingID(), timebase, interval));
/external/chromium_org/cc/trees/
H A Dlayer_tree_host_impl.cc2102 void LayerTreeHostImpl::CommitVSyncParameters(base::TimeTicks timebase, argument
2104 client_->CommitVSyncParameters(timebase, interval);
H A Dlayer_tree_host_impl_unittest.cc116 virtual void CommitVSyncParameters(base::TimeTicks timebase,
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/
H A Dvp8_cx_iface.c285 oxcf->timebase = cfg.g_timebase;
742 /* Convert duration parameter from stream timebase to microseconds */
/external/libvpx/libvpx/vp8/
H A Dvp8_cx_iface.c295 oxcf->timebase = cfg.g_timebase;
711 /* Convert duration parameter from stream timebase to microseconds */
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
H A Donyx_if.c1368 * too much, as it will adapt quickly. If the reciprocal of the timebase
1372 cpi->framerate = (double)(oxcf->timebase.den) /
1373 (double)(oxcf->timebase.num);
/external/libvpx/libvpx/vp8/encoder/
H A Donyx_if.c1336 * too much, as it will adapt quickly. If the reciprocal of the timebase
1340 cpi->framerate = (double)(oxcf->timebase.den) /
1341 (double)(oxcf->timebase.num);

Completed in 6471 milliseconds

1234