Home
last modified time | relevance | path

Searched refs:setPeriod (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/videostab/
H A Dwobble_suppression.hpp104 virtual void setPeriod(int val) { period_ = val; } in setPeriod() function in cv::videostab::MoreAccurateMotionWobbleSuppressorBase
108 MoreAccurateMotionWobbleSuppressorBase() { setPeriod(30); } in MoreAccurateMotionWobbleSuppressorBase()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativeplaces/
H A Dqdeclarativeperiod_p.h73 void setPeriod(const QPlacePeriod &period);
/OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/location/planespotter/
H A Dmain.cpp79 easingCurve.setPeriod(ANIMATION_DURATION); in PlaneController()