Home
last modified time | relevance | path

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

/NetX-Duo-v6.4.1/samples/
Ddemo_rtsp_over_rtp.c135 volatile ULONG video_play_time_ms; member
182 client_ptr -> video_play_time_ms += DEMO_PLAY_TIMER_INTERVAL; in demo_timer_entry()
183 if (client_ptr -> video_play_time_ms >= DEMO_RTP_VIDEO_PLAY_INTERVAL) in demo_timer_entry()
298 client_ptr -> video_play_time_ms = 0; in sample_entry()
304 sample_client[i].video_play_time_ms = 0; in sample_entry()
328 client_ptr -> video_play_time_ms = 0; in sample_entry()
349 client_ptr -> video_play_time_ms = 0; in sample_entry()
406 if (client_ptr -> video_play_time_ms >= DEMO_RTP_VIDEO_PLAY_INTERVAL) in sample_entry()
408 client_ptr -> video_play_time_ms -= DEMO_RTP_VIDEO_PLAY_INTERVAL; in sample_entry()