Lines Matching refs:width
109 .width = BDISP_DEF_WIDTH,
736 pix->width = frame->width; in bdisp_g_fmt()
775 in_w = pix->width; in bdisp_try_fmt()
777 v4l_bound_align_image(&pix->width, 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()
789 pix->bytesperline = (pix->width * format->bpp_plane0) / 8; in bdisp_try_fmt()
790 pix->sizeimage = (pix->width * pix->height * format->bpp) / 8; in bdisp_try_fmt()
829 frame->width = pix->width; in bdisp_s_fmt()
837 frame->crop.width = frame->width; in bdisp_s_fmt()
874 s->r.width = frame->width; in bdisp_g_selection()
895 s->r.width = frame->width; in bdisp_g_selection()
919 if (a->left + a->width > b->left + b->width) in is_rect_enclosed()
962 if ((out.left < 0) || (out.left >= frame->width) || 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()
972 out.width = ALIGN(in->width, frame->fmt->w_align); in bdisp_s_selection()
975 if (((out.left + out.width) > frame->width) || 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()