Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/Xext/
H A DpanoramiXprocs.c50 #define XINERAMA_IMAGE_BUFSIZE (256*1024) macro
2044 else if (widthBytesLine >= XINERAMA_IMAGE_BUFSIZE) in PanoramiXGetImage()
2047 linesPerBuf = XINERAMA_IMAGE_BUFSIZE / widthBytesLine; in PanoramiXGetImage()