Home
last modified time | relevance | path

Searched refs:TotalImgSize (Results 1 - 1 of 1) sorted by relevance

/third_party/backends/backend/
H A Dmustek_usb2.c1267 unsigned int tLines, CountPixels, TotalImgSize; in AutoLevel() local
1288 tLines = CountPixels = TotalImgSize = 0; in AutoLevel()
1290 TotalImgSize = iWidth * iHeight; in AutoLevel()
1517 unsigned int tLines, CountPixels, TotalImgSize; in QBETDetectAutoLevel() local
1532 TotalImgSize = ImageWidth * ImageHeight; in QBETDetectAutoLevel()
1808 unsigned int tLines, TotalImgSize; in QBetChange() local
1824 TotalImgSize = ImageWidth * ImageHeight * 3 * 2; in QBetChange()
1825 if ((pwRGB = (unsigned short *) malloc (TotalImgSize)) == NULL) in QBetChange()

Completed in 3 milliseconds