Home
last modified time | relevance | path

Searched refs:OPT_BR_Y (Results 1 - 25 of 129) sorted by relevance

123456

/third_party/backends/backend/
H A Dibm.c472 s->opt[OPT_BR_Y].name = SANE_NAME_SCAN_BR_Y; in init_options()
473 s->opt[OPT_BR_Y].title = SANE_TITLE_SCAN_BR_Y; in init_options()
474 s->opt[OPT_BR_Y].desc = SANE_DESC_SCAN_BR_Y; in init_options()
475 s->opt[OPT_BR_Y].type = SANE_TYPE_INT; in init_options()
476 s->opt[OPT_BR_Y].unit = SANE_UNIT_PIXEL; in init_options()
477 s->opt[OPT_BR_Y].constraint_type = SANE_CONSTRAINT_RANGE; in init_options()
478 s->opt[OPT_BR_Y].constraint.range = &default_y_range; in init_options()
479 s->val[OPT_BR_Y].w = default_y_range.max; in init_options()
732 case OPT_BR_Y: in sane_control_option()
775 case OPT_BR_Y in sane_control_option()
[all...]
H A Das6e.c361 s->as6e_params.stopline = as6e_unit_convert (s->value[OPT_BR_Y].w); in sane_get_parameters()
436 case OPT_BR_Y: in sane_control_option()
461 case OPT_BR_Y: in sane_control_option()
764 s->options_list[OPT_BR_Y].name = SANE_NAME_SCAN_BR_Y; in initialize_options_list()
765 s->options_list[OPT_BR_Y].title = SANE_TITLE_SCAN_BR_Y; in initialize_options_list()
766 s->options_list[OPT_BR_Y].desc = SANE_DESC_SCAN_BR_Y; in initialize_options_list()
767 s->options_list[OPT_BR_Y].type = SANE_TYPE_FIXED; in initialize_options_list()
768 s->options_list[OPT_BR_Y].unit = SANE_UNIT_MM; in initialize_options_list()
769 s->options_list[OPT_BR_Y].constraint_type = SANE_CONSTRAINT_RANGE; in initialize_options_list()
770 s->options_list[OPT_BR_Y] in initialize_options_list()
[all...]
H A Dsm3840.c360 sm3840_unit_convert (s->value[OPT_BR_Y].w) - s->sm3840_params.top; in sane_get_parameters()
419 case OPT_BR_Y: in sane_control_option()
447 case OPT_BR_Y: in sane_control_option()
731 s->options_list[OPT_BR_Y].name = SANE_NAME_SCAN_BR_Y; in initialize_options_list()
732 s->options_list[OPT_BR_Y].title = SANE_TITLE_SCAN_BR_Y; in initialize_options_list()
733 s->options_list[OPT_BR_Y].desc = SANE_DESC_SCAN_BR_Y; in initialize_options_list()
734 s->options_list[OPT_BR_Y].type = SANE_TYPE_FIXED; in initialize_options_list()
735 s->options_list[OPT_BR_Y].unit = SANE_UNIT_MM; in initialize_options_list()
736 s->options_list[OPT_BR_Y].constraint_type = SANE_CONSTRAINT_RANGE; in initialize_options_list()
737 s->options_list[OPT_BR_Y] in initialize_options_list()
[all...]
H A Dpint.c498 s->opt[OPT_BR_Y].name = SANE_NAME_SCAN_BR_Y; in init_options()
499 s->opt[OPT_BR_Y].title = SANE_TITLE_SCAN_BR_Y; in init_options()
500 s->opt[OPT_BR_Y].desc = SANE_DESC_SCAN_BR_Y; in init_options()
501 s->opt[OPT_BR_Y].type = SANE_TYPE_FIXED; in init_options()
502 s->opt[OPT_BR_Y].unit = SANE_UNIT_MM; in init_options()
503 s->opt[OPT_BR_Y].constraint_type = SANE_CONSTRAINT_RANGE; in init_options()
504 s->opt[OPT_BR_Y].constraint.range = &s->hw->y_range; in init_options()
505 s->val[OPT_BR_Y].w = y1; in init_options()
752 case OPT_BR_Y: in sane_control_option()
781 case OPT_BR_Y in sane_control_option()
[all...]
H A Dv4l.c363 s->opt[OPT_BR_Y].name = SANE_NAME_SCAN_BR_Y; in init_options()
364 s->opt[OPT_BR_Y].title = SANE_TITLE_SCAN_BR_Y; in init_options()
365 s->opt[OPT_BR_Y].desc = SANE_DESC_SCAN_BR_Y; in init_options()
366 s->opt[OPT_BR_Y].type = SANE_TYPE_INT; in init_options()
367 s->opt[OPT_BR_Y].unit = SANE_UNIT_PIXEL; in init_options()
368 s->opt[OPT_BR_Y].cap |= SANE_CAP_INACTIVE; in init_options()
369 s->opt[OPT_BR_Y].constraint_type = SANE_CONSTRAINT_RANGE; in init_options()
370 s->opt[OPT_BR_Y].constraint.range = &odd_y_range; in init_options()
371 s->val[OPT_BR_Y].w = s->capability.maxheight; in init_options()
372 if (s->val[OPT_BR_Y] in init_options()
[all...]
H A Dqcam.c1333 s->opt[OPT_BR_Y].name = SANE_NAME_SCAN_BR_Y; in init_options()
1334 s->opt[OPT_BR_Y].title = SANE_TITLE_SCAN_BR_Y; in init_options()
1335 s->opt[OPT_BR_Y].desc = SANE_DESC_SCAN_BR_Y; in init_options()
1336 s->opt[OPT_BR_Y].type = SANE_TYPE_INT; in init_options()
1337 s->opt[OPT_BR_Y].unit = SANE_UNIT_PIXEL; in init_options()
1338 s->opt[OPT_BR_Y].constraint_type = SANE_CONSTRAINT_RANGE; in init_options()
1339 s->opt[OPT_BR_Y].constraint.range = &odd_y_range[QC_RES_LOW]; in init_options()
1340 s->val[OPT_BR_Y].w = 245; in init_options()
1596 s->opt[OPT_BR_Y].constraint.range = &odd_bw_y_range; in sane_open()
1597 s->val[OPT_BR_Y] in sane_open()
[all...]
H A Dst400.c841 dev->val[OPT_BR_Y] = SANE_FIX(0.0); in st400_reset_options()
939 dev->opt[OPT_BR_Y].name = SANE_NAME_SCAN_BR_Y; in st400_init_options()
940 dev->opt[OPT_BR_Y].title = SANE_TITLE_SCAN_BR_Y; in st400_init_options()
941 dev->opt[OPT_BR_Y].desc = SANE_DESC_SCAN_BR_Y; in st400_init_options()
942 dev->opt[OPT_BR_Y].type = SANE_TYPE_FIXED; in st400_init_options()
943 dev->opt[OPT_BR_Y].unit = SANE_UNIT_MM; in st400_init_options()
944 dev->opt[OPT_BR_Y].size = sizeof(SANE_Word); in st400_init_options()
945 dev->opt[OPT_BR_Y].cap = SANE_CAP_SOFT_SELECT|SANE_CAP_SOFT_DETECT; in st400_init_options()
946 dev->opt[OPT_BR_Y].constraint_type = SANE_CONSTRAINT_RANGE; in st400_init_options()
947 dev->opt[OPT_BR_Y] in st400_init_options()
[all...]
H A Ds9036.c380 set_size (cmd.wd.wlength, 2, SANE_UNFIX (s->val[OPT_BR_Y] - s->val[OPT_TL_Y]) in set_window()
753 s->opt[OPT_BR_Y].name = SANE_NAME_SCAN_BR_Y; in init_options()
754 s->opt[OPT_BR_Y].title = SANE_TITLE_SCAN_BR_Y; in init_options()
755 s->opt[OPT_BR_Y].desc = SANE_DESC_SCAN_BR_Y; in init_options()
756 s->opt[OPT_BR_Y].type = SANE_TYPE_FIXED; in init_options()
757 s->opt[OPT_BR_Y].unit = SANE_UNIT_MM; in init_options()
758 s->opt[OPT_BR_Y].constraint_type = SANE_CONSTRAINT_RANGE; in init_options()
759 s->opt[OPT_BR_Y].constraint.range = &y_range; in init_options()
760 s->val[OPT_BR_Y] = y_range.max; in init_options()
992 case OPT_BR_Y in sane_control_option()
[all...]
H A Dricoh.c417 s->opt[OPT_BR_Y].name = SANE_NAME_SCAN_BR_Y; in init_options()
418 s->opt[OPT_BR_Y].title = SANE_TITLE_SCAN_BR_Y; in init_options()
419 s->opt[OPT_BR_Y].desc = SANE_DESC_SCAN_BR_Y; in init_options()
420 s->opt[OPT_BR_Y].type = SANE_TYPE_INT; in init_options()
421 s->opt[OPT_BR_Y].unit = SANE_UNIT_PIXEL; in init_options()
422 s->opt[OPT_BR_Y].constraint_type = SANE_CONSTRAINT_RANGE; in init_options()
423 s->opt[OPT_BR_Y].constraint.range = &default_y_range; in init_options()
424 s->val[OPT_BR_Y].w = default_y_range.max; in init_options()
682 case OPT_BR_Y: in sane_control_option()
712 case OPT_BR_Y in sane_control_option()
[all...]
H A Dplustek_pp.c781 s->opt[OPT_BR_Y].name = SANE_NAME_SCAN_BR_Y; in init_options()
782 s->opt[OPT_BR_Y].title = SANE_TITLE_SCAN_BR_Y; in init_options()
783 s->opt[OPT_BR_Y].desc = SANE_DESC_SCAN_BR_Y; in init_options()
784 s->opt[OPT_BR_Y].type = SANE_TYPE_FIXED; in init_options()
785 s->opt[OPT_BR_Y].unit = SANE_UNIT_MM; in init_options()
786 s->opt[OPT_BR_Y].constraint_type = SANE_CONSTRAINT_RANGE; in init_options()
787 s->opt[OPT_BR_Y].constraint.range = &s->hw->y_range; in init_options()
788 s->val[OPT_BR_Y].w = SANE_FIX(_DEFAULT_BRY); in init_options()
1447 case OPT_BR_Y: in sane_control_option()
1527 case OPT_BR_Y in sane_control_option()
[all...]
H A Du12.c580 s->opt[OPT_BR_Y].name = SANE_NAME_SCAN_BR_Y; in init_options()
581 s->opt[OPT_BR_Y].title = SANE_TITLE_SCAN_BR_Y; in init_options()
582 s->opt[OPT_BR_Y].desc = SANE_DESC_SCAN_BR_Y; in init_options()
583 s->opt[OPT_BR_Y].type = SANE_TYPE_FIXED; in init_options()
584 s->opt[OPT_BR_Y].unit = SANE_UNIT_MM; in init_options()
585 s->opt[OPT_BR_Y].constraint_type = SANE_CONSTRAINT_RANGE; in init_options()
586 s->opt[OPT_BR_Y].constraint.range = &s->hw->y_range; in init_options()
587 s->val[OPT_BR_Y].w = SANE_FIX(_DEFAULT_BRY); in init_options()
1222 case OPT_BR_Y: in sane_control_option()
1302 case OPT_BR_Y in sane_control_option()
[all...]
H A Dma1509.c587 s->opt[OPT_BR_Y].name = SANE_NAME_SCAN_BR_Y; in init_options()
588 s->opt[OPT_BR_Y].title = SANE_TITLE_SCAN_BR_Y; in init_options()
589 s->opt[OPT_BR_Y].desc = SANE_DESC_SCAN_BR_Y; in init_options()
590 s->opt[OPT_BR_Y].type = SANE_TYPE_FIXED; in init_options()
591 s->opt[OPT_BR_Y].unit = SANE_UNIT_MM; in init_options()
592 s->opt[OPT_BR_Y].constraint_type = SANE_CONSTRAINT_RANGE; in init_options()
593 s->opt[OPT_BR_Y].constraint.range = &s->hw->y_range; in init_options()
594 s->val[OPT_BR_Y].w = s->hw->y_range.max; in init_options()
732 height = (SANE_UNFIX (s->val[OPT_BR_Y].w) - SANE_UNFIX (s->val[OPT_TL_Y].w)) in set_window()
1512 case OPT_BR_Y in sane_control_option()
[all...]
H A Dp5.c526 case OPT_BR_Y: in set_automatic_value()
527 s->options[OPT_BR_Y].value.w = y_range.max; in set_automatic_value()
577 case OPT_BR_Y: in set_option_value()
581 if (s->options[OPT_BR_Y].value.w < s->options[OPT_TL_Y].value.w) in set_option_value()
583 tmpw = s->options[OPT_BR_Y].value.w; in set_option_value()
584 s->options[OPT_BR_Y].value.w = s->options[OPT_TL_Y].value.w; in set_option_value()
644 case OPT_BR_Y: in get_option_value()
928 br_y = SANE_UNFIX (session->options[OPT_BR_Y].value.w); in compute_parameters()
1890 session->options[OPT_BR_Y].descriptor.name = SANE_NAME_SCAN_BR_Y; in init_options()
1891 session->options[OPT_BR_Y] in init_options()
[all...]
H A Dcanon_pp.c674 cs->opt[OPT_BR_Y].constraint.range = tmp_range; in sane_open()
846 case OPT_BR_Y: in sane_control_option()
950 params->lines = ((cs->vals[OPT_BR_Y] - cs->vals[OPT_TL_Y]) * res) in sane_get_parameters()
1004 max_res, res, max_height, cs->vals[OPT_BR_Y], in sane_get_parameters()
1044 cs->scan.height = ((cs->vals[OPT_BR_Y] - cs->vals[OPT_TL_Y]) * res) in sane_start()
1099 if (((cs->vals[OPT_BR_Y] - cs->vals[OPT_TL_Y]) <= 0) || in sane_start()
1468 if(dev->opt[OPT_BR_Y].constraint.range) in sane_exit()
1469 free((void *)(dev->opt[OPT_BR_Y].constraint.range)); in sane_exit()
1675 cs->opt[OPT_BR_Y].unit = SANE_UNIT_MM; in init_device()
1676 cs->opt[OPT_BR_Y] in init_device()
[all...]
H A Dabaton.c540 height = (double) s->val[OPT_BR_Y].w / MM_PER_INCH - uly; in calc_parameters()
776 s->opt[OPT_BR_Y].name = SANE_NAME_SCAN_BR_Y; in init_options()
777 s->opt[OPT_BR_Y].title = SANE_TITLE_SCAN_BR_Y; in init_options()
778 s->opt[OPT_BR_Y].desc = SANE_DESC_SCAN_BR_Y; in init_options()
779 s->opt[OPT_BR_Y].type = SANE_TYPE_INT; in init_options()
780 s->opt[OPT_BR_Y].unit = SANE_UNIT_MM; in init_options()
781 s->opt[OPT_BR_Y].constraint_type = SANE_CONSTRAINT_RANGE; in init_options()
782 s->opt[OPT_BR_Y].constraint.range = &y_range; in init_options()
783 s->val[OPT_BR_Y].w = y_range.max; in init_options()
1058 case OPT_BR_Y in sane_control_option()
[all...]
H A Depsonds-ops.c222 if (SANE_UNFIX(s->val[OPT_BR_Y].w) == 0 || in eds_init_parameters()
236 ((SANE_UNFIX(s->val[OPT_BR_Y].w - in eds_init_parameters()
242 SANE_UNFIX(s->val[OPT_BR_X].w), SANE_UNFIX(s->val[OPT_BR_Y].w)); in eds_init_parameters()
303 if (SANE_UNFIX(s->val[OPT_BR_Y].w) / MM_PER_INCH * dpi < in eds_init_parameters()
306 ((int) SANE_UNFIX(s->val[OPT_BR_Y].w) / MM_PER_INCH * in eds_init_parameters()
H A Ddmc.c446 c->opt[OPT_BR_Y].name = SANE_NAME_SCAN_BR_Y; in DMCInitOptions()
447 c->opt[OPT_BR_Y].title = SANE_TITLE_SCAN_BR_Y; in DMCInitOptions()
448 c->opt[OPT_BR_Y].desc = SANE_DESC_SCAN_BR_Y; in DMCInitOptions()
449 c->opt[OPT_BR_Y].type = SANE_TYPE_INT; in DMCInitOptions()
450 c->opt[OPT_BR_Y].unit = SANE_UNIT_PIXEL; in DMCInitOptions()
451 c->opt[OPT_BR_Y].constraint_type = SANE_CONSTRAINT_RANGE; in DMCInitOptions()
452 c->opt[OPT_BR_Y].constraint.range = &c->br_y_range; in DMCInitOptions()
453 c->val[OPT_BR_Y].w = c->br_y_range.min; in DMCInitOptions()
575 c->val[OPT_BR_Y].w = c->br_y_range.min; in DMCSetMode()
1140 height = c->val[OPT_BR_Y] in sane_get_parameters()
[all...]
H A Dkvs1025_opt.c287 "OPT_BR_Y", /* bottom right Y */
437 int y_br = mmToIlu (SANE_UNFIX (dev->val[OPT_BR_Y].w)); in kv_calc_paper_size()
694 dev->opt[OPT_BR_Y].name = SANE_NAME_SCAN_BR_Y; in kv_init_options()
695 dev->opt[OPT_BR_Y].title = SANE_TITLE_SCAN_BR_Y; in kv_init_options()
696 dev->opt[OPT_BR_Y].desc = SANE_DESC_SCAN_BR_Y; in kv_init_options()
697 dev->opt[OPT_BR_Y].type = SANE_TYPE_FIXED; in kv_init_options()
698 dev->opt[OPT_BR_Y].unit = SANE_UNIT_MM; in kv_init_options()
699 dev->opt[OPT_BR_Y].constraint_type = SANE_CONSTRAINT_RANGE; in kv_init_options()
700 dev->opt[OPT_BR_Y].constraint.range = &(dev->y_range); in kv_init_options()
981 case OPT_BR_Y in kv_control_option()
[all...]
H A Dsp15c.c381 dev->opt[OPT_BR_Y].constraint.range = &y_range_adf; in sane_open()
529 case OPT_BR_Y: in sane_control_option()
587 scanner->opt[OPT_BR_Y].constraint.range = &y_range_adf; in sane_control_option()
589 apply_constraints (scanner, OPT_BR_Y, &scanner->br_y, info); in sane_control_option()
597 scanner->opt[OPT_BR_Y].constraint.range = &y_range_fb; in sane_control_option()
599 apply_constraints (scanner, OPT_BR_Y, &scanner->br_y, info); in sane_control_option()
729 case OPT_BR_Y: in sane_control_option()
1515 scanner->opt[OPT_BR_Y].name = SANE_NAME_SCAN_BR_Y; in init_options()
1516 scanner->opt[OPT_BR_Y].title = SANE_TITLE_SCAN_BR_Y; in init_options()
1517 scanner->opt[OPT_BR_Y] in init_options()
[all...]
H A Dlexmark.c244 od = &(dev->opt[OPT_BR_Y]); in init_options()
254 dev->val[OPT_BR_Y].w = y_range.max; in init_options()
867 case OPT_BR_Y: in sane_control_option()
882 lexmark_device->val[OPT_BR_Y].w) in sane_control_option()
886 lexmark_device->val[OPT_BR_Y].w; in sane_control_option()
887 lexmark_device->val[OPT_BR_Y].w = w; in sane_control_option()
960 case OPT_BR_Y: in sane_control_option()
1032 lexmark_device->val[OPT_BR_Y].w - lexmark_device->val[OPT_TL_Y].w; in sane_get_parameters()
1035 lexmark_device->val[OPT_BR_X].w, lexmark_device->val[OPT_BR_Y].w); in sane_get_parameters()
H A Dmagicolor.c1417 if (SANE_UNFIX(s->val[OPT_BR_Y].w) == 0 || in mc_init_parameters()
1431 ((SANE_UNFIX(s->val[OPT_BR_Y].w - in mc_init_parameters()
1444 SANE_UNFIX(s->val[OPT_BR_X].w), SANE_UNFIX(s->val[OPT_BR_Y].w)); in mc_init_parameters()
2504 s->opt[OPT_BR_Y].name = SANE_NAME_SCAN_BR_Y; in init_options()
2505 s->opt[OPT_BR_Y].title = SANE_TITLE_SCAN_BR_Y; in init_options()
2506 s->opt[OPT_BR_Y].desc = SANE_DESC_SCAN_BR_Y; in init_options()
2507 s->opt[OPT_BR_Y].type = SANE_TYPE_FIXED; in init_options()
2508 s->opt[OPT_BR_Y].unit = SANE_UNIT_MM; in init_options()
2509 s->opt[OPT_BR_Y].constraint_type = SANE_CONSTRAINT_RANGE; in init_options()
2510 s->opt[OPT_BR_Y] in init_options()
[all...]
H A Dagfafocus.c549 set_size (cmd.wd.wlength, 2, SANE_UNFIX (s->val[OPT_BR_Y].w - s->val[OPT_TL_Y].w) in set_window()
1119 s->opt[OPT_BR_Y].name = SANE_NAME_SCAN_BR_Y; in init_options()
1120 s->opt[OPT_BR_Y].title = SANE_TITLE_SCAN_BR_Y; in init_options()
1121 s->opt[OPT_BR_Y].desc = SANE_DESC_SCAN_BR_Y; in init_options()
1122 s->opt[OPT_BR_Y].type = SANE_TYPE_FIXED; in init_options()
1123 s->opt[OPT_BR_Y].unit = SANE_UNIT_MM; in init_options()
1124 s->opt[OPT_BR_Y].constraint_type = SANE_CONSTRAINT_RANGE; in init_options()
1125 s->opt[OPT_BR_Y].constraint.range = &y_range; in init_options()
1126 s->val[OPT_BR_Y].w = y_range.max; in init_options()
1444 case OPT_BR_Y in sane_control_option()
[all...]
H A Dmustek_usb2.c265 (unsigned short) ((SANE_UNFIX (s->val[OPT_BR_Y].w) * 300.0) / MM_PER_INCH + 0.5); in calc_parameters()
505 s->opt[OPT_BR_Y].name = SANE_NAME_SCAN_BR_Y; in init_options()
506 s->opt[OPT_BR_Y].title = SANE_TITLE_SCAN_BR_Y; in init_options()
507 s->opt[OPT_BR_Y].desc = SANE_DESC_SCAN_BR_Y; in init_options()
508 s->opt[OPT_BR_Y].type = SANE_TYPE_FIXED; in init_options()
509 s->opt[OPT_BR_Y].unit = SANE_UNIT_MM; in init_options()
510 s->opt[OPT_BR_Y].constraint_type = SANE_CONSTRAINT_RANGE; in init_options()
511 s->opt[OPT_BR_Y].constraint.range = &y_range; in init_options()
512 s->val[OPT_BR_Y].w = y_range.max; in init_options()
2213 case OPT_BR_Y in sane_control_option()
[all...]
H A Dtamarack.c349 (int) (47.2 * SANE_UNFIX (s->val[OPT_BR_Y].w - s->val[OPT_TL_Y].w))); in scan_area_and_windows()
688 s->opt[OPT_BR_Y].name = SANE_NAME_SCAN_BR_Y; in init_options()
689 s->opt[OPT_BR_Y].title = SANE_TITLE_SCAN_BR_Y; in init_options()
690 s->opt[OPT_BR_Y].desc = SANE_DESC_SCAN_BR_Y; in init_options()
691 s->opt[OPT_BR_Y].type = SANE_TYPE_FIXED; in init_options()
692 s->opt[OPT_BR_Y].unit = SANE_UNIT_MM; in init_options()
693 s->opt[OPT_BR_Y].constraint_type = SANE_CONSTRAINT_RANGE; in init_options()
694 s->opt[OPT_BR_Y].constraint.range = &s->hw->y_range; in init_options()
695 s->val[OPT_BR_Y].w = s->hw->y_range.max; in init_options()
1120 case OPT_BR_Y in sane_control_option()
[all...]
H A Dmustek_usb.c166 s->height = SANE_UNFIX (s->val[OPT_BR_Y].w) / MM_PER_INCH - s->tl_y; in calc_parameters()
206 s->val[OPT_BR_Y].w = SANE_FIX ((s->tl_y + s->height) * MM_PER_INCH); in calc_parameters()
337 s->opt[OPT_BR_Y].name = SANE_NAME_SCAN_BR_Y; in init_options()
338 s->opt[OPT_BR_Y].title = SANE_TITLE_SCAN_BR_Y; in init_options()
339 s->opt[OPT_BR_Y].desc = SANE_DESC_SCAN_BR_Y; in init_options()
340 s->opt[OPT_BR_Y].type = SANE_TYPE_FIXED; in init_options()
341 s->opt[OPT_BR_Y].unit = SANE_UNIT_MM; in init_options()
342 s->opt[OPT_BR_Y].constraint_type = SANE_CONSTRAINT_RANGE; in init_options()
343 s->opt[OPT_BR_Y].constraint.range = &s->hw->y_range; in init_options()
344 s->val[OPT_BR_Y] in init_options()
[all...]

Completed in 36 milliseconds

123456