Home
last modified time | relevance | path

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

/external/libvncserver/common/
Dturbojpeg.c750 unsigned char *_dstBuf=NULL; int _pitch=0; in tjDecompress2() local
810 _pitch=pitch; pitch=width*3; in tjDecompress2()
832 fromRGB(rgbBuf, _dstBuf, width, _pitch, height, pixelFormat); in tjDecompress2()