Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.1/addons/rtp/
Dnx_rtp_sender.c3639 ULONG last_packet_size; in _nx_rtp_sender_session_h264_send() local
3820 last_packet_size = nal_unit_size % max_packet_length; in _nx_rtp_sender_session_h264_send()
3856 send_packet_length = last_packet_size ? last_packet_size : max_packet_length; in _nx_rtp_sender_session_h264_send()