Searched refs:rowBytes (Results 1 – 1 of 1) sorted by relevance
3355 int rowBytes = frame->width*3, w = frame->width; in fixFrameRGBoffset() local3369 int lp = (y-shift)*rowBytes; /* Previous line offset */ in fixFrameRGBoffset()3370 int lc = y*rowBytes; /* Current line offset */ in fixFrameRGBoffset()3377 int ln = (y + shift) * rowBytes; /* Next line offset */ in fixFrameRGBoffset()3378 int lc = y * rowBytes; /* Current line offset */ in fixFrameRGBoffset()