Home
last modified time | relevance | path

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

/third_party/backends/backend/
H A Dplustek-pp_p12.c243 Long lRed, lGreen; in p12SetupScanningCondition() local
245 lRed = (_SIZE_REDFIFO - _SIZE_BLUEFIFO) / in p12SetupScanningCondition()
251 if((lRed < 0) || (lGreen < 0)) { in p12SetupScanningCondition()
253 if( lRed < lGreen ) { in p12SetupScanningCondition()
256 lGreen = lRed; in p12SetupScanningCondition()
H A Du12-hw.c512 long lRed, lGreen; local
514 lRed = (_SIZE_REDFIFO - _SIZE_BLUEFIFO) /
520 if((lRed < 0) || (lGreen < 0)) {
522 if( lRed < lGreen ) {
525 lGreen = lRed;

Completed in 3 milliseconds