Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.1/addons/rtp/
Dnx_rtp_sender.c3637 UCHAR fu_a_header[2]; in _nx_rtp_sender_session_h264_send() local
3816 max_packet_length -= sizeof(fu_a_header); in _nx_rtp_sender_session_h264_send()
3823fu_a_header[0] = (UCHAR)((nal_unit_type & NX_RTP_SENDER_H264_NRI_MASK_BITS) | NX_RTP_SENDER_H264_T… in _nx_rtp_sender_session_h264_send()
3826 fu_a_header[1] = (UCHAR)(nal_unit_type & NX_RTP_SENDER_H264_TYPE_MASK_BITS); in _nx_rtp_sender_session_h264_send()
3836 fu_a_header[1] |= NX_RTP_SENDER_H264_FU_A_S_MASK_BIT; in _nx_rtp_sender_session_h264_send()
3849 fu_a_header[1] &= (UCHAR)(~NX_RTP_SENDER_H264_FU_A_S_MASK_BIT); in _nx_rtp_sender_session_h264_send()
3850 fu_a_header[1] |= NX_RTP_SENDER_H264_FU_A_E_MASK_BIT; in _nx_rtp_sender_session_h264_send()
3862 fu_a_header[1] &= (UCHAR)(~NX_RTP_SENDER_H264_FU_A_S_MASK_BIT); in _nx_rtp_sender_session_h264_send()
3876 … status = nx_packet_data_append(send_packet, (void *)fu_a_header, sizeof(fu_a_header), in _nx_rtp_sender_session_h264_send()