Searched refs:bayer_row (Results 1 – 1 of 1) sorted by relevance
1240 int* bayer_row = bayer_select + (out_y & 0x1) * 2; in CaptureRawBinned() local1243 int color_idx = bayer_row[out_x & 0x1]; in CaptureRawBinned()1300 int* bayer_row = bayer_select + (y & 0x1) * 2; in CaptureRawFullRes() local1304 : bayer_row[x & 0x1]; in CaptureRawFullRes()