Searched refs:width (Results 1 – 1 of 1) sorted by relevance
3101 USHORT width = 0, height = 0; /* resolution information for main jpeg header. */ in _nx_rtp_sender_session_jpeg_send() local3220 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()