Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/dmx/glxProxy/
H A Dglxsingle.c953 int src_rowsize = bits_to_bytes(sw * ebits); in __glXDisp_ReadPixels() local
954 int src_pad = src_rowsize % 4; in __glXDisp_ReadPixels()
957 src_rowsize += (4 - src_pad); in __glXDisp_ReadPixels()
965 char *src = be_buf + r * src_rowsize; in __glXDisp_ReadPixels()
/OK3568_Linux_fs/yocto/poky/meta/recipes-multimedia/libtiff/tiff/
H A D0001-tiffcrop-subroutines-require-a-larger-buffer-fixes-2.patch108 uint32_t src_rowsize, col_offset;
116 src_rowsize = ((imagewidth * spp * bps) + 7U) / 8;
136 uint32_t src_rowsize, col_offset;
321 - rows_this_strip = bytes_read / src_rowsize;
322 + rows_this_strip = (uint32_t)(bytes_read / src_rowsize);