Home
last modified time | relevance | path

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

/dports/multimedia/motion/motion-release-4.3.2/doc/
H A DCREDITS86 * Moved the motion_loop initialization into a new function motion_init.
709 * Fixed the position of the incrementing of shots in the motion_loop
840 * Moved some code in the beginning of the motion_loop to a position later
952 to the motion_loop right after the lightswitch feature and before any
956 gathering the updating of reference frame in one place only in the motion_loop.
H A DCHANGELOG202 …* Refactoring of code for v4l2, netcam_rtsp, motion_loop, ffmpeg, configure.ac to assist future de…
861 * Moved the motion_loop initialization into a new function motion_init
893 to the motion_loop right after the lightswitch feature and before any
897 gathering the updating of reference frame in one place only in the motion_loop
1447 * Moved some code in the beginning of the motion_loop to a position later
2055 * Fixed the position of the incrementing of shots in the motion_loop
/dports/multimedia/motion/motion-release-4.3.2/src/
H A Dmotion.c2952 static void *motion_loop(void *arg) in motion_loop() function
3442 if (pthread_create(&cnt->thread_id, &thread_attr, &motion_loop, cnt)) { in motion_start_thread()