Home
last modified time | relevance | path

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

/NetX-Duo-v6.3.0/addons/rtp/
Dnx_rtp_sender.c2201 NX_CHANGE_USHORT_ENDIAN(header -> nx_rtcp_length); in _nx_rtcp_packet_process()
2203 next = (NX_RTCP_HEADER *)((ULONG *)header + header -> nx_rtcp_length + 1); in _nx_rtcp_packet_process()
2299 ((sizeof(NX_RTCP_RR) >> 2) <= (UINT)((header -> nx_rtcp_length + 1)))) in _nx_rtcp_packet_rr_process()
2404 end = (UCHAR *)((ULONG *)header + header -> nx_rtcp_length + 1); in _nx_rtcp_packet_sdes_process()
2499 …rtcp_sr.nx_rtcp_sr_header.nx_rtcp_length = sizeof(NX_RTCP_SR) / sizeof(ULONG) - 1; /* RTCP SR size… in _nx_rtcp_sr_data_append()
2508 NX_CHANGE_USHORT_ENDIAN(rtcp_sr.nx_rtcp_sr_header.nx_rtcp_length); in _nx_rtcp_sr_data_append()
2610 header.nx_rtcp_length = (USHORT)(((length + pad) / sizeof(ULONG)) - 1); in _nx_rtcp_sdes_data_append()
2612 NX_CHANGE_USHORT_ENDIAN(header.nx_rtcp_length); in _nx_rtcp_sdes_data_append()
Dnx_rtp_sender.h183 USHORT nx_rtcp_length; member