Home
last modified time | relevance | path

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

/external/libvncserver/libvncserver/
Dtight.c359 int maxRectSize, maxRectWidth, nMaxWidth; in SendRectEncodingTight() local
363 nMaxWidth = (w > maxRectWidth) ? maxRectWidth : w; in SendRectEncodingTight()
364 nMaxRows = maxRectSize / nMaxWidth; in SendRectEncodingTight()