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 | 1374 unsigned char *_dstBuf=NULL; int _pitch=0; in tjDecompress2() local 1434 _dstBuf=dstBuf; dstBuf=rgbBuf; in tjDecompress2() 1455 fromRGB(rgbBuf, _dstBuf, width, _pitch, height, pixelFormat); in tjDecompress2() 1546 unsigned char *_dstBuf=NULL; int _pitch=0; in tjDecodeYUVPlanes() local 1622 _dstBuf=dstBuf; dstBuf=rgbBuf; in tjDecodeYUVPlanes() 1677 fromRGB(rgbBuf, _dstBuf, width, _pitch, height, pixelFormat); in tjDecodeYUVPlanes()
|