Searched refs:_dstBuf (Results 1 – 2 of 2) sorted by relevance
/external/libvncserver/common/ |
D | turbojpeg.c | 754 unsigned char *_dstBuf=NULL; int _pitch=0; in tjDecompress2() local 815 _dstBuf=dstBuf; dstBuf=rgbBuf; in tjDecompress2() 836 fromRGB(rgbBuf, _dstBuf, width, _pitch, height, pixelFormat); in tjDecompress2()
|
/external/libjpeg-turbo/ |
D | turbojpeg.c | 1393 unsigned char *_dstBuf=NULL; int _pitch=0; in tjDecompress2() local 1452 _dstBuf=dstBuf; dstBuf=rgbBuf; in tjDecompress2() 1478 fromRGB(rgbBuf, _dstBuf, width, _pitch, height, pixelFormat); in tjDecompress2() 1569 unsigned char *_dstBuf=NULL; int _pitch=0; in tjDecodeYUVPlanes() local 1644 _dstBuf=dstBuf; dstBuf=rgbBuf; in tjDecodeYUVPlanes() 1705 fromRGB(rgbBuf, _dstBuf, width, _pitch, height, pixelFormat); in tjDecodeYUVPlanes()
|