Home
last modified time | relevance | path

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

/NetX-Duo-v6.4.1/samples/
Ddemo_rtsp_over_rtp.c82 #ifndef DEMO_AUDIO_SAMPLE_SIZE
83 #define DEMO_AUDIO_SAMPLE_SIZE 16 /* Indicate the size in bits for each audio sample. */ macro
482 … client_ptr -> rtp_session_audio_timestamp += (data_length / (DEMO_AUDIO_SAMPLE_SIZE / 8)); in sample_entry()
721 …r_session_sample_factor_set(&(client_ptr -> rtp_session_audio), (DEMO_AUDIO_SAMPLE_SIZE / 8) * DEM… in rtsp_setup_callback()