Lines Matching refs:DT_COLS
84 #define DT_COLS (640) macro
87 {DT_COLS, 480, V4L2_PIX_FMT_GREY, V4L2_FIELD_NONE,
88 .bytesperline = DT_COLS,
89 .sizeimage = DT_COLS*480,
93 {DT_COLS, 480, V4L2_PIX_FMT_SRGGB8, V4L2_FIELD_NONE,
94 .bytesperline = DT_COLS,
95 .sizeimage = DT_COLS*480,
109 gspca_dev->cam.bulk_size = DT_COLS*512; in sd_config()
130 if (len != DT_COLS*512) { in dtcs033_pkt_scan()
139 data + 16*DT_COLS, in dtcs033_pkt_scan()
140 len - 32*DT_COLS); /* skip first & last 16 lines */ in dtcs033_pkt_scan()