Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.1/addons/rtp/
Dnx_rtp_sender.h430 …d(NX_RTP_SESSION *session, NX_PACKET *packet_ptr, ULONG timestamp, ULONG ntp_msw, ULONG ntp_lsw, U…
434 ULONG timestamp, ULONG ntp_msw, ULONG ntp_lsw, UINT marker);
436 ULONG timestamp, ULONG ntp_msw, ULONG ntp_lsw, UINT marker);
439 …ession, UCHAR *frame_data, ULONG frame_data_size, ULONG timestamp, ULONG ntp_msw, ULONG ntp_lsw, U…
479 …d(NX_RTP_SESSION *session, NX_PACKET *packet_ptr, ULONG timestamp, ULONG ntp_msw, ULONG ntp_lsw, U…
480 …d(NX_RTP_SESSION *session, NX_PACKET *packet_ptr, ULONG timestamp, ULONG ntp_msw, ULONG ntp_lsw, U…
484 ULONG timestamp, ULONG ntp_msw, ULONG ntp_lsw, UINT marker);
486 ULONG timestamp, ULONG ntp_msw, ULONG ntp_lsw, UINT marker);
488 ULONG timestamp, ULONG ntp_msw, ULONG ntp_lsw, UINT marker);
490 ULONG timestamp, ULONG ntp_msw, ULONG ntp_lsw, UINT marker);
[all …]
Dnx_rtp_sender.c1267 …d(NX_RTP_SESSION *session, NX_PACKET *packet_ptr, ULONG timestamp, ULONG ntp_msw, ULONG ntp_lsw, U… in _nxe_rtp_sender_session_packet_send() argument
1286 …status = _nx_rtp_sender_session_packet_send(session, packet_ptr, timestamp, ntp_msw, ntp_lsw, mark… in _nxe_rtp_sender_session_packet_send()
1343 …d(NX_RTP_SESSION *session, NX_PACKET *packet_ptr, ULONG timestamp, ULONG ntp_msw, ULONG ntp_lsw, U… in _nx_rtp_sender_session_packet_send() argument
1490 session -> nx_rtp_session_ntp_timestamp_msw = ntp_msw; in _nx_rtp_sender_session_packet_send()
3011 ULONG timestamp, ULONG ntp_msw, ULONG ntp_lsw, UINT marker) in _nxe_rtp_sender_session_jpeg_send() argument
3024 …ender_session_jpeg_send(session, frame_data, frame_data_size, timestamp, ntp_msw, ntp_lsw, marker); in _nxe_rtp_sender_session_jpeg_send()
3090 ULONG timestamp, ULONG ntp_msw, ULONG ntp_lsw, UINT marker) in _nx_rtp_sender_session_jpeg_send() argument
3442 …status = _nx_rtp_sender_session_packet_send(session, send_packet, timestamp, ntp_msw, ntp_lsw, tem… in _nx_rtp_sender_session_jpeg_send()
3540 ULONG timestamp, ULONG ntp_msw, ULONG ntp_lsw, UINT marker) in _nxe_rtp_sender_session_h264_send() argument
3553 …ender_session_h264_send(session, frame_data, frame_data_size, timestamp, ntp_msw, ntp_lsw, marker); in _nxe_rtp_sender_session_h264_send()
[all …]
/NetX-Duo-v6.2.1/samples/
Ddemo_rtsp_over_rtp.c163 static UINT (*demo_video_data_read_callback)(ULONG *ntp_msw, ULONG *ntp_lsw, UCHAR **data_ptr, ULON…
164 static UINT (*demo_audio_data_read_callback)(ULONG *ntp_msw, ULONG *ntp_lsw, UCHAR **data_ptr, ULON…
213 ULONG ntp_msw, ntp_lsw; in sample_entry() local
376 …if ((demo_video_data_read_callback(&ntp_msw, &ntp_lsw, &data, &data_length) == NX_SUCCESS) && (dat… in sample_entry()
392 … client_ptr -> rtp_session_video_timestamp, ntp_msw, ntp_lsw, NX_TRUE); in sample_entry()
395 … client_ptr -> rtp_session_video_timestamp, ntp_msw, ntp_lsw, NX_TRUE); in sample_entry()
437 …if ((demo_audio_data_read_callback(&ntp_msw, &ntp_lsw, &data, &data_length) == NX_SUCCESS) && (dat… in sample_entry()
453 … client_ptr -> rtp_session_audio_timestamp, ntp_msw, ntp_lsw, NX_TRUE); in sample_entry()
474 … client_ptr -> rtp_session_audio_timestamp, ntp_msw, ntp_lsw, NX_FALSE); in sample_entry()