Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.1/addons/rtp/
Dnx_rtp_sender.h283 } NX_RTP_SENDER; typedef
289 NX_RTP_SENDER *nx_rtp_sender;
407 UINT nx_rtp_sender_create(NX_RTP_SENDER *rtp_sender, NX_IP *ip_ptr, NX_PACKET_POOL *pool_ptr, CHAR …
410 UINT nx_rtp_sender_delete(NX_RTP_SENDER *rtp_sender);
413 UINT nx_rtp_sender_port_get(NX_RTP_SENDER *rtp_sender, UINT *rtp_port, UINT *rtcp_port);
416 UINT nx_rtp_sender_session_create(NX_RTP_SENDER *rtp_sender, NX_RTP_SESSION *session, ULONG payload…
451 UINT nx_rtp_sender_rtcp_receiver_report_callback_set(NX_RTP_SENDER *rtp_sender, UINT (*rtcp_rr_cb)(…
452 UINT nx_rtp_sender_rtcp_sdes_callback_set(NX_RTP_SENDER *rtp_sender, UINT (*rtcp_sdes_cb)(NX_RTCP_S…
461 UINT _nxe_rtp_sender_create(NX_RTP_SENDER *rtp_sender, NX_IP *ip_ptr, NX_PACKET_POOL *pool_ptr, CHA…
462 UINT _nx_rtp_sender_create(NX_RTP_SENDER *rtp_sender, NX_IP *ip_ptr, NX_PACKET_POOL *pool_ptr, CHAR…
[all …]
Dnx_rtp_sender.c56 static UINT _nx_rtp_sender_cleanup(NX_RTP_SENDER *rtp_sender);
57 static UINT _nx_rtp_sender_session_find(NX_RTP_SENDER *rtp_sender, UINT ssrc, NX_RTP_SESSION **sess…
58 static VOID _nx_rtp_sender_session_link(NX_RTP_SENDER *rtp_sender, NX_RTP_SESSION *session);
59 static UINT _nx_rtp_sender_session_unlink(NX_RTP_SENDER *rtp_sender, NX_RTP_SESSION *session);
61 static UINT _nx_rtcp_packet_process(NX_RTP_SENDER *rtp_sender, NX_PACKET *packet_ptr);
62 static UINT _nx_rtcp_packet_rr_process(NX_RTP_SENDER *rtp_sender, NX_RTCP_HEADER *header);
63 static UINT _nx_rtcp_packet_sdes_process(NX_RTP_SENDER *rtp_sender, NX_RTCP_HEADER *header);
113 UINT _nxe_rtp_sender_create(NX_RTP_SENDER *rtp_sender, NX_IP *ip_ptr, NX_PACKET_POOL *pool_ptr, CHA… in _nxe_rtp_sender_create()
186 UINT _nx_rtp_sender_create(NX_RTP_SENDER *rtp_sender, NX_IP *ip_ptr, NX_PACKET_POOL *pool_ptr, CHAR… in _nx_rtp_sender_create()
194 memset(rtp_sender, 0, sizeof(NX_RTP_SENDER)); in _nx_rtp_sender_create()
[all …]
/NetX-Duo-v6.2.1/test/regression/rtp_test/
Dnetx_rtp_api_test.c22 static NX_RTP_SENDER rtp_0;
63 memset(&rtp_0, 0, sizeof(NX_RTP_SENDER)); in test_entry()
Dnetx_rtcp_packet_send_test.c44 static NX_RTP_SENDER rtp_0;
Dnetx_rtcp_basic_test.c43 static NX_RTP_SENDER rtp_0;
Dnetx_rtp_free_udp_port_find_test.c34 static NX_RTP_SENDER rtp_0;
Dnetx_rtcp_abnormal_packet_test.c34 static NX_RTP_SENDER rtp_0;
Dnetx_rtcp_packet_process_test.c34 static NX_RTP_SENDER rtp_0;
Dnetx_rtp_basic_test.c44 static NX_RTP_SENDER rtp_0;
Dnetx_rtp_session_aac_send_test.c65 static NX_RTP_SENDER rtp_0;
Dnetx_rtp_session_packet_send_test.c50 static NX_RTP_SENDER rtp_0;
Dnetx_rtp_multicast_test.c53 static NX_RTP_SENDER rtp_0;
Dnetx_rtp_session_h264_send_test.c91 static NX_RTP_SENDER rtp_0;
Dnetx_rtp_session_jpeg_send_test.c153 static NX_RTP_SENDER rtp_0;
Dnetx_rtp_multi_clients_test.c53 static NX_RTP_SENDER rtp_0;
Dnetx_rtp_multi_interfaces_test.c35 static NX_RTP_SENDER rtp_server;
/NetX-Duo-v6.2.1/test/regression/rtsp_test/
Dnetx_rtsp_delete_beforehand_test.c30 static NX_RTP_SENDER rtp_server;
Dnetx_rtsp_rtp_basic_test.c30 static NX_RTP_SENDER rtp_server;
Dnetx_rtsp_rtp_ipv6_basic_test.c30 static NX_RTP_SENDER rtp_server;
Dnetx_rtsp_multiple_clients_test.c38 static NX_RTP_SENDER rtp_server;
Dnetx_rtsp_rtp_multicast_test.c36 static NX_RTP_SENDER rtp_server;
Dnetx_rtsp_rtp_ipv6_multicast_test.c36 static NX_RTP_SENDER rtp_server;
/NetX-Duo-v6.2.1/samples/
Ddemo_rtsp_over_rtp.c108 NX_RTP_SENDER rtp_0;