Lines Matching refs:height
110 .height = BDISP_DEF_HEIGHT,
264 frame->bytesperline * frame->height); in bdisp_get_addr()
269 (frame->bytesperline * frame->height) / 4); in bdisp_get_addr()
737 pix->height = frame->height; in bdisp_g_fmt()
776 in_h = pix->height; in bdisp_try_fmt()
780 &pix->height, in bdisp_try_fmt()
784 if ((pix->width != in_w) || (pix->height != in_h)) in bdisp_try_fmt()
787 in_w, in_h, pix->width, pix->height); in bdisp_try_fmt()
790 pix->sizeimage = (pix->width * pix->height * format->bpp) / 8; in bdisp_try_fmt()
830 frame->height = pix->height; in bdisp_s_fmt()
838 frame->crop.height = frame->height; in bdisp_s_fmt()
875 s->r.height = frame->height; in bdisp_g_selection()
896 s->r.height = frame->height; in bdisp_g_selection()
922 if (a->top + a->height > b->top + b->height) in is_rect_enclosed()
963 (out.top < 0) || (out.top >= frame->height)) { in bdisp_s_selection()
966 out.width, out.height, out.left, out.top, in bdisp_s_selection()
967 frame->width, frame->height); in bdisp_s_selection()
973 out.height = ALIGN(in->height, frame->fmt->w_align); in bdisp_s_selection()
976 ((out.top + out.height) > frame->height)) { in bdisp_s_selection()
979 out.width, out.height, out.left, out.top, in bdisp_s_selection()
980 frame->width, frame->height); in bdisp_s_selection()
992 (out.width != in->width) || (out.height != in->height)) { in bdisp_s_selection()
995 __func__, in->width, in->height, in->left, in->top, in bdisp_s_selection()
996 out.width, out.height, out.left, out.top); in bdisp_s_selection()