Home
last modified time | relevance | path

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

/NetX-Duo-v6.4.1/addons/rtp/
Dnx_rtp_sender.c1351 UINT sample_factor = session -> nx_rtp_session_sample_factor; in _nx_rtp_sender_session_packet_send() local
1470 if ((remaining_bytes == 0) || (sample_factor)) in _nx_rtp_sender_session_packet_send()
1536 if (sample_factor && remaining_bytes) in _nx_rtp_sender_session_packet_send()
1538 timestamp += payload_data_length / sample_factor; in _nx_rtp_sender_session_packet_send()