Searched refs:nal_unit_size (Results 1 – 1 of 1) sorted by relevance
3628 ULONG nal_unit_size; in _nx_rtp_sender_session_h264_send() local3690 nal_unit_size = 0; 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()3749 if (nal_unit_size <= max_packet_length) 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()3819 packet_num = ((nal_unit_size - 1) / max_packet_length) + 1; in _nx_rtp_sender_session_h264_send()3820 last_packet_size = nal_unit_size % max_packet_length; in _nx_rtp_sender_session_h264_send()