Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.1/samples/
Ddemo_rtsp_over_rtp.c98 #define DEMO_RTP_VIDEO_PLAY_INTERVAL (1000 / DEMO_VIDEO_FRAME_PER_SECOND) macro
183 if (client_ptr -> video_play_time_ms >= DEMO_RTP_VIDEO_PLAY_INTERVAL) in demo_timer_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()