Home
last modified time | relevance | path

Searched refs:estimator (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/kernel/Documentation/networking/
H A Dgen_stats.rst13 gnet_stats_rate_est TCA_STATS_RATE_EST Rate estimator
91 0) Prepare an estimator attribute. Most likely this would be in user
94 length needs to be appropriately set, etc. The estimator interval
108 3) Now initialize a new estimator::
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/videostab/
H A Dglobal_motion.hpp206 ToFileMotionWriter(const String &path, Ptr<ImageMotionEstimatorBase> estimator);
224 KeypointBasedMotionEstimator(Ptr<MotionEstimatorBase> estimator);
258 KeypointBasedMotionEstimatorGpu(Ptr<MotionEstimatorBase> estimator);
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/bmon/
H A Dbmon_4.0.bb1 DESCRIPTION = "Portable Bandwidth Monitor and rate estimator"
/OK3568_Linux_fs/kernel/drivers/atm/
H A Didt77252.c722 if (vc->estimator) { in push_on_scq()
726 vc->estimator->cells += (skb->len + 47) / 48; in push_on_scq()
729 u32 cps = vc->estimator->maxcps; in push_on_scq()
731 vc->estimator->cps = cps; in push_on_scq()
732 vc->estimator->avcps = cps << 5; in push_on_scq()
2087 if (!vc->estimator) in idt77252_est_timer()
2216 if (vc->estimator) { in idt77252_init_ubr()
2217 est = vc->estimator; in idt77252_init_ubr()
2218 vc->estimator = NULL; in idt77252_init_ubr()
2230 vc->estimator = idt77252_init_est(vc, tcr); in idt77252_init_ubr()
[all …]
H A Didt77252.h218 struct rate_estimator *estimator; member
/OK3568_Linux_fs/buildroot/package/gstreamer1/gst1-plugins-bad/
H A D0011-mpegtsdemux-Create-new-PCR-group-for-big-gap.patch21 GST_DEBUG ("No current window estimator, Checking for group to use");
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22/
H A D0011-mpegtsdemux-Create-new-PCR-group-for-big-gap.patch21 GST_DEBUG ("No current window estimator, Checking for group to use");
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.20/
H A D0011-mpegtsdemux-Create-new-PCR-group-for-big-gap.patch21 GST_DEBUG ("No current window estimator, Checking for group to use");
/OK3568_Linux_fs/kernel/Documentation/scheduler/
H A Dsched-capacity.rst249 will only ever be able to use an estimator thereof.