Lines Matching +full:320 +full:x240
87 {320, 240, V4L2_PIX_FMT_YUYV, V4L2_FIELD_NONE,
88 .bytesperline = 320 * 2,
89 .sizeimage = 320 * 240 * 2,
97 {320, 240, V4L2_PIX_FMT_SGRBG8, V4L2_FIELD_NONE,
98 .bytesperline = 320,
99 .sizeimage = 320 * 240,
109 {320, 240, V4L2_PIX_FMT_JPEG, V4L2_FIELD_NONE,
110 .bytesperline = 320,
111 .sizeimage = 320 * 240 * 3 / 8 + 590,
123 { /* 320x240 */
131 { /* 320x240 SGBRG8 */
409 {0x5a, 0x50}, /* DCW output H=320/4 */
827 static const struct rate_s rate_1[] = { /* 320x240 */ in set_frame_rate()
1408 mode = gspca_dev->curr_mode; /* 0: 320x240, 1: 640x480 */ in sd_start()