Home
last modified time | relevance | path

Searched refs:supported_modes (Results 1 – 25 of 128) sorted by relevance

123456

/OK3568_Linux_fs/kernel/drivers/media/i2c/
H A Dov4688.c707 static const struct ov4688_mode supported_modes[] = { variable
849 for (i = 0; i < ARRAY_SIZE(supported_modes); i++) { in ov4688_find_best_fit()
850 dist = ov4688_get_reso_dist(&supported_modes[i], framefmt); in ov4688_find_best_fit()
857 return &supported_modes[cur_best_fit]; in ov4688_find_best_fit()
946 if (fse->index >= ARRAY_SIZE(supported_modes)) in ov4688_enum_frame_sizes()
949 if (fse->code != supported_modes[0].bus_fmt) in ov4688_enum_frame_sizes()
952 fse->min_width = supported_modes[fse->index].width; in ov4688_enum_frame_sizes()
953 fse->max_width = supported_modes[fse->index].width; in ov4688_enum_frame_sizes()
954 fse->max_height = supported_modes[fse->index].height; in ov4688_enum_frame_sizes()
955 fse->min_height = supported_modes[fse->index].height; in ov4688_enum_frame_sizes()
[all …]
H A Dov7725.c148 static const struct ov7725_mode supported_modes[] = { variable
205 for (i = 0; i < ARRAY_SIZE(supported_modes); i++) { in ov7725_find_best_fit()
206 dist = ov7725_get_reso_dist(&supported_modes[i], framefmt); in ov7725_find_best_fit()
213 return &supported_modes[cur_best_fit]; in ov7725_find_best_fit()
278 if (code->index >= ARRAY_SIZE(supported_modes)) in ov7725_enum_mbus_code()
292 if (index >= ARRAY_SIZE(supported_modes)) in ov7725_enum_frame_sizes()
297 fse->min_width = supported_modes[index].width; in ov7725_enum_frame_sizes()
298 fse->max_width = supported_modes[index].width; in ov7725_enum_frame_sizes()
299 fse->max_height = supported_modes[index].height; in ov7725_enum_frame_sizes()
300 fse->min_height = supported_modes[index].height; in ov7725_enum_frame_sizes()
[all …]
H A Djx_f37.c368 static const struct jx_f37_mode supported_modes[] = { variable
513 for (i = 0; i < ARRAY_SIZE(supported_modes); i++) { in jx_f37_set_hdr_mode_locked()
514 if (supported_modes[i].hdr_mode != hdr_mode) in jx_f37_set_hdr_mode_locked()
516 jx_f37_update_cur_mode_locked(jx_f37, &supported_modes[i]); in jx_f37_set_hdr_mode_locked()
597 for (i = 0; i < ARRAY_SIZE(supported_modes); i++) { in jx_f37_find_best_fit()
599 if (supported_modes[i].hdr_mode != cur_hdr_mode) in jx_f37_find_best_fit()
601 dist = jx_f37_get_reso_dist(&supported_modes[i], framefmt); in jx_f37_find_best_fit()
608 return &supported_modes[cur_best_fit]; in jx_f37_find_best_fit()
686 if (fse->index >= ARRAY_SIZE(supported_modes)) in jx_f37_enum_frame_sizes()
692 fse->min_width = supported_modes[fse->index].width; in jx_f37_enum_frame_sizes()
[all …]
H A Dov4686.c455 static const struct OV4686_mode supported_modes[] = { variable
593 for (i = 0; i < ARRAY_SIZE(supported_modes); i++) { in OV4686_find_best_fit()
594 dist = OV4686_get_reso_dist(&supported_modes[i], framefmt); in OV4686_find_best_fit()
601 return &supported_modes[cur_best_fit]; in OV4686_find_best_fit()
688 if (fse->index >= ARRAY_SIZE(supported_modes)) in OV4686_enum_frame_sizes()
694 fse->min_width = supported_modes[fse->index].width; in OV4686_enum_frame_sizes()
695 fse->max_width = supported_modes[fse->index].width; in OV4686_enum_frame_sizes()
696 fse->max_height = supported_modes[fse->index].height; in OV4686_enum_frame_sizes()
697 fse->min_height = supported_modes[fse->index].height; in OV4686_enum_frame_sizes()
837 for (i = 0; i < ARRAY_SIZE(supported_modes); i++) { in OV4686_ioctl()
[all …]
H A Dov4689.c476 static const struct ov4689_mode supported_modes[] = { variable
630 for (i = 0; i < ARRAY_SIZE(supported_modes); i++) { in ov4689_find_best_fit()
631 dist = ov4689_get_reso_dist(&supported_modes[i], framefmt); in ov4689_find_best_fit()
638 return &supported_modes[cur_best_fit]; in ov4689_find_best_fit()
725 if (fse->index >= ARRAY_SIZE(supported_modes)) in ov4689_enum_frame_sizes()
731 fse->min_width = supported_modes[fse->index].width; in ov4689_enum_frame_sizes()
732 fse->max_width = supported_modes[fse->index].width; in ov4689_enum_frame_sizes()
733 fse->max_height = supported_modes[fse->index].height; in ov4689_enum_frame_sizes()
734 fse->min_height = supported_modes[fse->index].height; in ov4689_enum_frame_sizes()
889 for (i = 0; i < ARRAY_SIZE(supported_modes); i++) { in ov4689_ioctl()
[all …]
H A Djx_k17.c278 static const struct jx_k17_mode supported_modes[] = { variable
403 for (i = 0; i < ARRAY_SIZE(supported_modes); i++) { in jx_k17_find_best_fit()
404 dist = jx_k17_get_reso_dist(&supported_modes[i], framefmt); in jx_k17_find_best_fit()
411 return &supported_modes[cur_best_fit]; in jx_k17_find_best_fit()
499 if (fse->index >= ARRAY_SIZE(supported_modes)) in jx_k17_enum_frame_sizes()
502 if (fse->code != supported_modes[0].bus_fmt) in jx_k17_enum_frame_sizes()
505 fse->min_width = supported_modes[fse->index].width; in jx_k17_enum_frame_sizes()
506 fse->max_width = supported_modes[fse->index].width; in jx_k17_enum_frame_sizes()
507 fse->max_height = supported_modes[fse->index].height; in jx_k17_enum_frame_sizes()
508 fse->min_height = supported_modes[fse->index].height; in jx_k17_enum_frame_sizes()
[all …]
H A Dov7251.c721 static const struct ov7251_mode supported_modes[] = { variable
845 for (i = 0; i < ARRAY_SIZE(supported_modes); i++) { in ov7251_find_best_fit()
846 dist = ov7251_get_reso_dist(&supported_modes[i], framefmt); in ov7251_find_best_fit()
853 return &supported_modes[cur_best_fit]; in ov7251_find_best_fit()
943 if (fse->index >= ARRAY_SIZE(supported_modes)) in ov7251_enum_frame_sizes()
946 if (fse->code != supported_modes[0].bus_fmt) in ov7251_enum_frame_sizes()
949 fse->min_width = supported_modes[fse->index].width; in ov7251_enum_frame_sizes()
950 fse->max_width = supported_modes[fse->index].width; in ov7251_enum_frame_sizes()
951 fse->max_height = supported_modes[fse->index].height; in ov7251_enum_frame_sizes()
952 fse->min_height = supported_modes[fse->index].height; in ov7251_enum_frame_sizes()
[all …]
H A Dsc230ai.c541 static const struct sc230ai_mode supported_modes[] = { variable
750 for (i = 0; i < ARRAY_SIZE(supported_modes); i++) { in sc230ai_find_best_fit()
751 dist = sc230ai_get_reso_dist(&supported_modes[i], framefmt); in sc230ai_find_best_fit()
758 return &supported_modes[cur_best_fit]; in sc230ai_find_best_fit()
854 if (fse->index >= ARRAY_SIZE(supported_modes)) in sc230ai_enum_frame_sizes()
857 if (fse->code != supported_modes[fse->index].bus_fmt) in sc230ai_enum_frame_sizes()
860 fse->min_width = supported_modes[fse->index].width; in sc230ai_enum_frame_sizes()
861 fse->max_width = supported_modes[fse->index].width; in sc230ai_enum_frame_sizes()
862 fse->max_height = supported_modes[fse->index].height; in sc230ai_enum_frame_sizes()
863 fse->min_height = supported_modes[fse->index].height; in sc230ai_enum_frame_sizes()
[all …]
H A Dsc3338.c311 static const struct sc3338_mode supported_modes[] = { variable
506 for (i = 0; i < ARRAY_SIZE(supported_modes); i++) { in sc3338_find_best_fit()
507 dist = sc3338_get_reso_dist(&supported_modes[i], framefmt); in sc3338_find_best_fit()
514 return &supported_modes[cur_best_fit]; in sc3338_find_best_fit()
604 if (fse->index >= ARRAY_SIZE(supported_modes)) in sc3338_enum_frame_sizes()
607 if (fse->code != supported_modes[0].bus_fmt) in sc3338_enum_frame_sizes()
610 fse->min_width = supported_modes[fse->index].width; in sc3338_enum_frame_sizes()
611 fse->max_width = supported_modes[fse->index].width; in sc3338_enum_frame_sizes()
612 fse->max_height = supported_modes[fse->index].height; in sc3338_enum_frame_sizes()
613 fse->min_height = supported_modes[fse->index].height; in sc3338_enum_frame_sizes()
[all …]
H A Dsc223a.c356 static const struct sc223a_mode supported_modes[] = { variable
547 for (i = 0; i < ARRAY_SIZE(supported_modes); i++) { in sc223a_find_best_fit()
548 dist = sc223a_get_reso_dist(&supported_modes[i], framefmt); in sc223a_find_best_fit()
555 return &supported_modes[cur_best_fit]; in sc223a_find_best_fit()
645 if (fse->index >= ARRAY_SIZE(supported_modes)) in sc223a_enum_frame_sizes()
648 if (fse->code != supported_modes[0].bus_fmt) in sc223a_enum_frame_sizes()
651 fse->min_width = supported_modes[fse->index].width; in sc223a_enum_frame_sizes()
652 fse->max_width = supported_modes[fse->index].width; in sc223a_enum_frame_sizes()
653 fse->max_height = supported_modes[fse->index].height; in sc223a_enum_frame_sizes()
654 fse->min_height = supported_modes[fse->index].height; in sc223a_enum_frame_sizes()
[all …]
H A Dsc430cs.c280 static const struct sc430cs_mode supported_modes[] = { variable
523 for (i = 0; i < ARRAY_SIZE(supported_modes); i++) { in sc430cs_find_best_fit()
524 dist = sc430cs_get_reso_dist(&supported_modes[i], framefmt); in sc430cs_find_best_fit()
531 return &supported_modes[cur_best_fit]; in sc430cs_find_best_fit()
622 if (fse->index >= ARRAY_SIZE(supported_modes)) in sc430cs_enum_frame_sizes()
625 if (fse->code != supported_modes[0].bus_fmt) in sc430cs_enum_frame_sizes()
628 fse->min_width = supported_modes[fse->index].width; in sc430cs_enum_frame_sizes()
629 fse->max_width = supported_modes[fse->index].width; in sc430cs_enum_frame_sizes()
630 fse->max_height = supported_modes[fse->index].height; in sc430cs_enum_frame_sizes()
631 fse->min_height = supported_modes[fse->index].height; in sc430cs_enum_frame_sizes()
[all …]
H A Dsc2336.c331 static const struct sc2336_mode supported_modes[] = { variable
520 for (i = 0; i < ARRAY_SIZE(supported_modes); i++) { in sc2336_find_best_fit()
521 dist = sc2336_get_reso_dist(&supported_modes[i], framefmt); in sc2336_find_best_fit()
528 return &supported_modes[cur_best_fit]; in sc2336_find_best_fit()
626 if (fse->index >= ARRAY_SIZE(supported_modes)) in sc2336_enum_frame_sizes()
629 if (fse->code != supported_modes[0].bus_fmt) in sc2336_enum_frame_sizes()
632 fse->min_width = supported_modes[fse->index].width; in sc2336_enum_frame_sizes()
633 fse->max_width = supported_modes[fse->index].width; in sc2336_enum_frame_sizes()
634 fse->max_height = supported_modes[fse->index].height; in sc2336_enum_frame_sizes()
635 fse->min_height = supported_modes[fse->index].height; in sc2336_enum_frame_sizes()
[all …]
H A Dsc3336.c463 static const struct sc3336_mode supported_modes[] = { variable
678 for (i = 0; i < ARRAY_SIZE(supported_modes); i++) { in sc3336_find_best_fit()
679 dist = sc3336_get_reso_dist(&supported_modes[i], framefmt); in sc3336_find_best_fit()
686 return &supported_modes[cur_best_fit]; in sc3336_find_best_fit()
785 if (fse->index >= ARRAY_SIZE(supported_modes)) in sc3336_enum_frame_sizes()
788 if (fse->code != supported_modes[0].bus_fmt) in sc3336_enum_frame_sizes()
791 fse->min_width = supported_modes[fse->index].width; in sc3336_enum_frame_sizes()
792 fse->max_width = supported_modes[fse->index].width; in sc3336_enum_frame_sizes()
793 fse->max_height = supported_modes[fse->index].height; in sc3336_enum_frame_sizes()
794 fse->min_height = supported_modes[fse->index].height; in sc3336_enum_frame_sizes()
[all …]
H A Dgc02m2.c363 static const struct gc02m2_mode supported_modes[] = { variable
467 for (i = 0; i < ARRAY_SIZE(supported_modes); i++) { in gc02m2_find_best_fit()
468 dist = gc02m2_get_reso_dist(&supported_modes[i], framefmt); in gc02m2_find_best_fit()
475 return &supported_modes[cur_best_fit]; in gc02m2_find_best_fit()
584 if (fse->index >= ARRAY_SIZE(supported_modes)) in gc02m2_enum_frame_sizes()
587 if (fse->code != supported_modes[0].bus_fmt) in gc02m2_enum_frame_sizes()
590 fse->min_width = supported_modes[fse->index].width; in gc02m2_enum_frame_sizes()
591 fse->max_width = supported_modes[fse->index].width; in gc02m2_enum_frame_sizes()
592 fse->max_height = supported_modes[fse->index].height; in gc02m2_enum_frame_sizes()
593 fse->min_height = supported_modes[fse->index].height; in gc02m2_enum_frame_sizes()
[all …]
H A Dsc4336.c319 static const struct sc4336_mode supported_modes[] = { variable
512 for (i = 0; i < ARRAY_SIZE(supported_modes); i++) { in sc4336_find_best_fit()
513 dist = sc4336_get_reso_dist(&supported_modes[i], framefmt); in sc4336_find_best_fit()
520 return &supported_modes[cur_best_fit]; in sc4336_find_best_fit()
610 if (fse->index >= ARRAY_SIZE(supported_modes)) in sc4336_enum_frame_sizes()
613 if (fse->code != supported_modes[0].bus_fmt) in sc4336_enum_frame_sizes()
616 fse->min_width = supported_modes[fse->index].width; in sc4336_enum_frame_sizes()
617 fse->max_width = supported_modes[fse->index].width; in sc4336_enum_frame_sizes()
618 fse->max_height = supported_modes[fse->index].height; in sc4336_enum_frame_sizes()
619 fse->min_height = supported_modes[fse->index].height; in sc4336_enum_frame_sizes()
[all …]
H A Dsc5336.c355 static const struct sc5336_mode supported_modes[] = { variable
545 for (i = 0; i < ARRAY_SIZE(supported_modes); i++) { in sc5336_find_best_fit()
546 dist = sc5336_get_reso_dist(&supported_modes[i], framefmt); in sc5336_find_best_fit()
553 return &supported_modes[cur_best_fit]; in sc5336_find_best_fit()
643 if (fse->index >= ARRAY_SIZE(supported_modes)) in sc5336_enum_frame_sizes()
646 if (fse->code != supported_modes[0].bus_fmt) in sc5336_enum_frame_sizes()
649 fse->min_width = supported_modes[fse->index].width; in sc5336_enum_frame_sizes()
650 fse->max_width = supported_modes[fse->index].width; in sc5336_enum_frame_sizes()
651 fse->max_height = supported_modes[fse->index].height; in sc5336_enum_frame_sizes()
652 fse->min_height = supported_modes[fse->index].height; in sc5336_enum_frame_sizes()
[all …]
H A Dsc200ai.c608 static const struct sc200ai_mode supported_modes[] = { variable
986 for (i = 0; i < ARRAY_SIZE(supported_modes); i++) { in sc200ai_find_best_fit()
987 dist = sc200ai_get_reso_dist(&supported_modes[i], framefmt); in sc200ai_find_best_fit()
994 return &supported_modes[cur_best_fit]; in sc200ai_find_best_fit()
1085 if (fse->index >= ARRAY_SIZE(supported_modes)) in sc200ai_enum_frame_sizes()
1088 if (fse->code != supported_modes[0].bus_fmt) in sc200ai_enum_frame_sizes()
1091 fse->min_width = supported_modes[fse->index].width; in sc200ai_enum_frame_sizes()
1092 fse->max_width = supported_modes[fse->index].width; in sc200ai_enum_frame_sizes()
1093 fse->max_height = supported_modes[fse->index].height; in sc200ai_enum_frame_sizes()
1094 fse->min_height = supported_modes[fse->index].height; in sc200ai_enum_frame_sizes()
[all …]
H A Dsc500ai.c407 static const struct sc500ai_mode supported_modes[] = { variable
545 for (i = 0; i < ARRAY_SIZE(supported_modes); i++) { in sc500ai_find_best_fit()
546 dist = sc500ai_get_reso_dist(&supported_modes[i], framefmt); in sc500ai_find_best_fit()
553 return &supported_modes[cur_best_fit]; in sc500ai_find_best_fit()
650 if (fse->index >= ARRAY_SIZE(supported_modes)) in sc500ai_enum_frame_sizes()
653 if (fse->code != supported_modes[0].bus_fmt) in sc500ai_enum_frame_sizes()
656 fse->min_width = supported_modes[fse->index].width; in sc500ai_enum_frame_sizes()
657 fse->max_width = supported_modes[fse->index].width; in sc500ai_enum_frame_sizes()
658 fse->max_height = supported_modes[fse->index].height; in sc500ai_enum_frame_sizes()
659 fse->min_height = supported_modes[fse->index].height; in sc500ai_enum_frame_sizes()
[all …]
H A Dimx334.c520 static const struct imx334_mode supported_modes[] = { variable
713 mode = v4l2_find_nearest_size(supported_modes, in imx334_set_fmt()
714 ARRAY_SIZE(supported_modes), in imx334_set_fmt()
811 if (fse->index >= ARRAY_SIZE(supported_modes)) in imx334_enum_frame_sizes()
814 if (fse->code != supported_modes[0].bus_fmt) in imx334_enum_frame_sizes()
817 fse->min_width = supported_modes[fse->index].width; in imx334_enum_frame_sizes()
818 fse->max_width = supported_modes[fse->index].width; in imx334_enum_frame_sizes()
819 fse->max_height = supported_modes[fse->index].height; in imx334_enum_frame_sizes()
820 fse->min_height = supported_modes[fse->index].height; in imx334_enum_frame_sizes()
1034 for (i = 0; i < ARRAY_SIZE(supported_modes); i++) { in imx334_ioctl()
[all …]
H A Dadv7181.c112 static const struct adv7181_mode supported_modes[] = { variable
187 if (code->index >= ARRAY_SIZE(supported_modes)) in adv7181_enum_mbus_code()
201 if (index >= ARRAY_SIZE(supported_modes)) in adv7181_enum_frame_sizes()
206 fse->min_width = supported_modes[index].width; in adv7181_enum_frame_sizes()
207 fse->max_width = supported_modes[index].width; in adv7181_enum_frame_sizes()
208 fse->max_height = supported_modes[index].height; in adv7181_enum_frame_sizes()
209 fse->min_height = supported_modes[index].height; in adv7181_enum_frame_sizes()
327 adv7181_fill_fmt(&supported_modes[0], try_fmt); in adv7181_open()
432 adv7181->cur_mode = &supported_modes[0]; in adv7181_probe()
H A Dsc401ai.c410 static const struct sc401ai_mode supported_modes[] = { variable
663 for (i = 0; i < ARRAY_SIZE(supported_modes); i++) { in sc401ai_find_best_fit()
664 dist = sc401ai_get_reso_dist(&supported_modes[i], framefmt); in sc401ai_find_best_fit()
671 return &supported_modes[cur_best_fit]; in sc401ai_find_best_fit()
762 if (fse->index >= ARRAY_SIZE(supported_modes)) in sc401ai_enum_frame_sizes()
765 if (fse->code != supported_modes[1].bus_fmt) in sc401ai_enum_frame_sizes()
768 fse->min_width = supported_modes[fse->index].width; in sc401ai_enum_frame_sizes()
769 fse->max_width = supported_modes[fse->index].width; in sc401ai_enum_frame_sizes()
770 fse->max_height = supported_modes[fse->index].height; in sc401ai_enum_frame_sizes()
771 fse->min_height = supported_modes[fse->index].height; in sc401ai_enum_frame_sizes()
[all …]
H A Dgc2155.c844 static const struct gc2155_mode supported_modes[] = { variable
910 for (i = 0; i < ARRAY_SIZE(supported_modes); i++) { in gc2155_find_best_fit()
911 dist = gc2155_get_reso_dist(&supported_modes[i], framefmt); in gc2155_find_best_fit()
918 return &supported_modes[cur_best_fit]; in gc2155_find_best_fit()
1065 if (code->index >= ARRAY_SIZE(supported_modes)) in gc2155_enum_mbus_code()
1079 if (index >= ARRAY_SIZE(supported_modes)) in gc2155_enum_frame_sizes()
1084 fse->min_width = supported_modes[index].width; in gc2155_enum_frame_sizes()
1085 fse->max_width = supported_modes[index].width; in gc2155_enum_frame_sizes()
1086 fse->max_height = supported_modes[index].height; in gc2155_enum_frame_sizes()
1087 fse->min_height = supported_modes[index].height; in gc2155_enum_frame_sizes()
[all …]
H A Dsc301iot.c827 static const struct SC301IOT_mode supported_modes[] = { variable
1143 for (i = 0; i < ARRAY_SIZE(supported_modes); i++) { in SC301IOT_find_best_fit()
1144 dist = SC301IOT_get_reso_dist(&supported_modes[i], framefmt); in SC301IOT_find_best_fit()
1151 return &supported_modes[cur_best_fit]; in SC301IOT_find_best_fit()
1241 if (fse->index >= ARRAY_SIZE(supported_modes)) in SC301IOT_enum_frame_sizes()
1244 if (fse->code != supported_modes[0].bus_fmt) in SC301IOT_enum_frame_sizes()
1247 fse->min_width = supported_modes[fse->index].width; in SC301IOT_enum_frame_sizes()
1248 fse->max_width = supported_modes[fse->index].width; in SC301IOT_enum_frame_sizes()
1249 fse->max_height = supported_modes[fse->index].height; in SC301IOT_enum_frame_sizes()
1250 fse->min_height = supported_modes[fse->index].height; in SC301IOT_enum_frame_sizes()
[all …]
H A Dsc035gs.c288 static const struct sc035gs_mode supported_modes[] = { variable
416 for (i = 0; i < ARRAY_SIZE(supported_modes); i++) { in sc035gs_find_best_fit()
417 dist = sc035gs_get_reso_dist(&supported_modes[i], framefmt); in sc035gs_find_best_fit()
419 (supported_modes[i].bus_fmt == framefmt->code)) { in sc035gs_find_best_fit()
424 return &supported_modes[cur_best_fit]; in sc035gs_find_best_fit()
512 if (fse->index >= ARRAY_SIZE(supported_modes)) in sc035gs_enum_frame_sizes()
515 if (fse->code != supported_modes[fse->index].bus_fmt) in sc035gs_enum_frame_sizes()
518 fse->min_width = supported_modes[fse->index].width; in sc035gs_enum_frame_sizes()
519 fse->max_width = supported_modes[fse->index].width; in sc035gs_enum_frame_sizes()
520 fse->max_height = supported_modes[fse->index].height; in sc035gs_enum_frame_sizes()
[all …]
H A Dsc132gs.c390 static const struct sc132gs_mode supported_modes[] = { variable
535 for (i = 0; i < ARRAY_SIZE(supported_modes); i++) { in sc132gs_find_best_fit()
536 dist = sc132gs_get_reso_dist(&supported_modes[i], framefmt); in sc132gs_find_best_fit()
538 (supported_modes[i].bus_fmt == framefmt->code)) { in sc132gs_find_best_fit()
543 return &supported_modes[cur_best_fit]; in sc132gs_find_best_fit()
631 if (fse->index >= ARRAY_SIZE(supported_modes)) in sc132gs_enum_frame_sizes()
634 if (fse->code != supported_modes[fse->index].bus_fmt) in sc132gs_enum_frame_sizes()
637 fse->min_width = supported_modes[fse->index].width; in sc132gs_enum_frame_sizes()
638 fse->max_width = supported_modes[fse->index].width; in sc132gs_enum_frame_sizes()
639 fse->max_height = supported_modes[fse->index].height; in sc132gs_enum_frame_sizes()
[all …]

123456