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 | 1383 unsigned char *_dstBuf=NULL; int _pitch=0; in tjDecompress2() local 1443 _dstBuf=dstBuf; dstBuf=rgbBuf; in tjDecompress2() 1464 fromRGB(rgbBuf, _dstBuf, width, _pitch, height, pixelFormat); in tjDecompress2() 1555 unsigned char *_dstBuf=NULL; int _pitch=0; in tjDecodeYUVPlanes() local 1631 _dstBuf=dstBuf; dstBuf=rgbBuf; in tjDecodeYUVPlanes() 1686 fromRGB(rgbBuf, _dstBuf, width, _pitch, height, pixelFormat); in tjDecodeYUVPlanes()
|