Lines Matching refs:DT_COLS
95 #define DT_COLS (640) macro
98 {DT_COLS, 480, V4L2_PIX_FMT_GREY, V4L2_FIELD_NONE,
99 .bytesperline = DT_COLS,
100 .sizeimage = DT_COLS*480,
104 {DT_COLS, 480, V4L2_PIX_FMT_SRGGB8, V4L2_FIELD_NONE,
105 .bytesperline = DT_COLS,
106 .sizeimage = DT_COLS*480,
120 gspca_dev->cam.bulk_size = DT_COLS*512; in sd_config()
141 if (len != DT_COLS*512) { in dtcs033_pkt_scan()
150 data + 16*DT_COLS, in dtcs033_pkt_scan()
151 len - 32*DT_COLS); /* skip first & last 16 lines */ in dtcs033_pkt_scan()