Searched refs:webcam_sizes (Results 1 - 1 of 1) sorted by path

/linux-master/drivers/media/test-drivers/vivid/
H A Dvivid-vid-cap.c25 static const struct v4l2_frmsize_discrete webcam_sizes[] = { variable in typeref:struct:v4l2_frmsize_discrete
36 * elements in this array as there are in webcam_sizes.
62 if (webcam_sizes[frmsize_idx].height >= 2160)
65 if (webcam_sizes[frmsize_idx].height >= 1080)
68 if (webcam_sizes[frmsize_idx].height >= 720)
381 dev->src_rect.width = webcam_sizes[dev->webcam_size_idx].width;
382 dev->src_rect.height = webcam_sizes[dev->webcam_size_idx].height;
576 v4l2_find_nearest_size(webcam_sizes,
577 ARRAY_SIZE(webcam_sizes), width,
756 for (i = 0; i < ARRAY_SIZE(webcam_sizes);
[all...]

Completed in 203 milliseconds