Home
last modified time | relevance | path

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

/external/libvncserver/common/
Dturbojpeg.c754 unsigned char *_dstBuf=NULL; int _pitch=0; in tjDecompress2() local
814 _pitch=pitch; pitch=width*3; in tjDecompress2()
836 fromRGB(rgbBuf, _dstBuf, width, _pitch, height, pixelFormat); in tjDecompress2()
/external/libjpeg-turbo/
Dturbojpeg.c1383 unsigned char *_dstBuf=NULL; int _pitch=0; in tjDecompress2() local
1442 _pitch=pitch; pitch=width*3; in tjDecompress2()
1464 fromRGB(rgbBuf, _dstBuf, width, _pitch, height, pixelFormat); in tjDecompress2()
1555 unsigned char *_dstBuf=NULL; int _pitch=0; in tjDecodeYUVPlanes() local
1630 _pitch=pitch; pitch=width*3; in tjDecodeYUVPlanes()
1686 fromRGB(rgbBuf, _dstBuf, width, _pitch, height, pixelFormat); in tjDecodeYUVPlanes()