Searched refs:nal_unit_start (Results 1 – 1 of 1) sorted by relevance
3632 UCHAR *nal_unit_start; in _nx_rtp_sender_session_h264_send() local3689 nal_unit_start = data_ptr; in _nx_rtp_sender_session_h264_send()3704 nal_unit_size = (ULONG)(data_ptr - nal_unit_start + 1); in _nx_rtp_sender_session_h264_send()3712 nal_unit_size = (ULONG)(data_ptr - nal_unit_start + 1); in _nx_rtp_sender_session_h264_send()3723 nal_unit_size = (ULONG)(frame_end - nal_unit_start + 1); in _nx_rtp_sender_session_h264_send()3736 nal_unit_type = nal_unit_start[0]; in _nx_rtp_sender_session_h264_send()3774 status = nx_packet_data_append(send_packet, (void*)nal_unit_start, nal_unit_size, in _nx_rtp_sender_session_h264_send()3842 nal_unit_start++; in _nx_rtp_sender_session_h264_send()3886 … status = nx_packet_data_append(send_packet, (void *)nal_unit_start, send_packet_length, in _nx_rtp_sender_session_h264_send()3904 nal_unit_start += send_packet_length; in _nx_rtp_sender_session_h264_send()