Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.1/addons/rtp/
Dnx_rtp_sender.c619 (session == NX_NULL) || (session -> nx_rtp_session_id == NX_RTP_SESSION_ID) || in _nxe_rtp_sender_session_create()
770 session -> nx_rtp_session_id = NX_RTP_SESSION_ID; in _nx_rtp_sender_session_create()
821 …== NX_NULL) || (session -> nx_rtp_sender == NX_NULL) || (session -> nx_rtp_session_id != NX_RTP_SE… in _nxe_rtp_sender_session_delete()
877 session -> nx_rtp_session_id = 0; in _nx_rtp_sender_session_delete()
1156 …== NX_NULL) || (session -> nx_rtp_sender == NX_NULL) || (session -> nx_rtp_session_id != NX_RTP_SE… in _nxe_rtp_sender_session_packet_allocate()
1274 …== NX_NULL) || (session -> nx_rtp_sender == NX_NULL) || (session -> nx_rtp_session_id != NX_RTP_SE… in _nxe_rtp_sender_session_packet_send()
1600 …if ((session == NX_NULL) || (session -> nx_rtp_session_id != NX_RTP_SESSION_ID) || (sequence_numbe… in _nxe_rtp_sender_session_sequence_number_get()
1707 if ((session == NX_NULL) || (session -> nx_rtp_session_id != NX_RTP_SESSION_ID)) in _nxe_rtp_sender_session_sample_factor_set()
1825 …if ((session == NX_NULL) || (session -> nx_rtp_session_id != NX_RTP_SESSION_ID) || (ssrc == NX_NUL… in _nxe_rtp_sender_session_ssrc_get()
1933 if ((session == NX_NULL) || (session -> nx_rtp_session_id != NX_RTP_SESSION_ID)) in _nxe_rtp_sender_session_vlan_priority_set()
[all …]
Dnx_rtp_sender.h292 ULONG nx_rtp_session_id; member