Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.1/addons/rtp/
Dnx_rtp_sender.c3101 USHORT width = 0, height = 0; /* resolution information for main jpeg header. */ in _nx_rtp_sender_session_jpeg_send() local
3220 width = (USHORT)((data_ptr[3] << 8) | data_ptr[4]); in _nx_rtp_sender_session_jpeg_send()
3375 jpeg_header[6] = (UCHAR)(width >> 3); /* Maximum width: 2040 pixels. */ in _nx_rtp_sender_session_jpeg_send()