Lines Matching refs:height
161 unsigned short height; member
509 u32 width, u32 height) in rj54n1_set_rect() argument
515 ((height >> 8) & 7)); in rj54n1_set_rect()
520 ret = reg_write(client, reg_y, height & 0xff); in rj54n1_set_rect()
547 input_w = rect->width, input_h = rect->height; in rj54n1_s_crop()
568 rj54n1->height = output_h; in rj54n1_s_crop()
571 rj54n1->rect.height = input_h; in rj54n1_s_crop()
592 a->bounds.height = RJ54N1_MAX_HEIGHT; in rj54n1_cropcap()
616 mf->height = rj54n1->height; in rj54n1_get_fmt()
977 input_w = rj54n1->rect.width, input_h = rj54n1->rect.height; in rj54n1_set_fmt()
989 __func__, mf->code, mf->width, mf->height); in rj54n1_set_fmt()
1002 &mf->height, 84, RJ54N1_MAX_HEIGHT, align, 0); in rj54n1_set_fmt()
1092 max_h = mf->height * (16 * 1024 - 1) / 1024; in rj54n1_set_fmt()
1097 output_h = mf->height; in rj54n1_set_fmt()
1109 rj54n1->rect.height = input_h; in rj54n1_set_fmt()
1111 rj54n1->height = output_h; in rj54n1_set_fmt()
1114 mf->height = output_h; in rj54n1_set_fmt()
1353 rj54n1->rect.height = RJ54N1_MAX_HEIGHT; in rj54n1_probe()
1355 rj54n1->height = RJ54N1_MAX_HEIGHT; in rj54n1_probe()