Home
last modified time | relevance | path

Searched refs:tcm825x_sizes (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/drivers/media/video/ !
Dtcm825x.c394 if (tcm825x_sizes[isize + 1].height in tcm825x_find_size()
395 * tcm825x_sizes[isize + 1].width > pixels) { in tcm825x_find_size()
607 pix->width = tcm825x_sizes[isize].width; in ioctl_try_fmt_cap()
608 pix->height = tcm825x_sizes[isize].height; in ioctl_try_fmt_cap()
869 sensor->pix.width = tcm825x_sizes[QVGA].width; in tcm825x_probe()
870 sensor->pix.height = tcm825x_sizes[QVGA].height; in tcm825x_probe()
Dtcm825x.h191 static const struct capture_size tcm825x_sizes[] = { variable