Home
last modified time | relevance | path

Searched refs:IPU3_CSS_RECT_GDC (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/staging/media/ipu3/
H A Dipu3-css.h35 #define IPU3_CSS_RECT_GDC 3 /* gdc output res */ macro
H A Dipu3-v4l2.c108 rects[IPU3_CSS_RECT_GDC] = &imgu_sd->rect.gdc; in imgu_subdev_s_stream()
761 rects[IPU3_CSS_RECT_GDC] = &imgu_sd->rect.gdc; in imgu_fmt()
765 rects[IPU3_CSS_RECT_GDC]->width = pad_fmt.width; in imgu_fmt()
766 rects[IPU3_CSS_RECT_GDC]->height = pad_fmt.height; in imgu_fmt()
H A Dipu3-css.c809 ALIGN(DIV_ROUND_UP(css_pipe->rect[IPU3_CSS_RECT_GDC].width, in imgu_css_pipeline_init()
812 DIV_ROUND_UP(css_pipe->rect[IPU3_CSS_RECT_GDC].height, in imgu_css_pipeline_init()
1259 roundup(css_pipe->rect[IPU3_CSS_RECT_GDC].width, in imgu_css_binary_setup()
1263 roundup(css_pipe->rect[IPU3_CSS_RECT_GDC].height, in imgu_css_binary_setup()
1693 [IPU3_CSS_RECT_GDC] = "GDC output res", in imgu_css_fmt_try()
1699 struct v4l2_rect *const gdc = &r[IPU3_CSS_RECT_GDC]; in imgu_css_fmt_try()
2198 unsigned int g = IPU3_CSS_RECT_GDC; in imgu_css_set_parameters()