Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.1/samples/
Ddemo_rtsp_over_rtp.c99 #define DEMO_RTP_AUDIO_PLAY_INTERVAL (1000 / DEMO_AUDIO_FRAME_PER_SECOND) macro
193 if (client_ptr -> audio_play_time_ms >= DEMO_RTP_AUDIO_PLAY_INTERVAL) in demo_timer_entry()
486 if (client_ptr -> audio_play_time_ms >= DEMO_RTP_AUDIO_PLAY_INTERVAL) in sample_entry()
488 client_ptr -> audio_play_time_ms -= DEMO_RTP_AUDIO_PLAY_INTERVAL; in sample_entry()