Searched refs:proc_height (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/staging/media/sunxi/sun6i-isp/ |
H A D | sun6i_isp_capture.c | 601 unsigned int proc_width, proc_height; in sun6i_isp_capture_link_validate() local 604 sun6i_isp_proc_dimensions(isp_dev, &proc_width, &proc_height); in sun6i_isp_capture_link_validate() 607 if (capture_width != proc_width || capture_height != proc_height) { in sun6i_isp_capture_link_validate() 610 proc_width, proc_height, capture_width, in sun6i_isp_capture_link_validate()
|
/openbmc/openbmc/poky/scripts/pybootchartgui/pybootchartgui/ |
H A D | draw.py | 741 proc_height = h 743 proc_height -= CUML_HEIGHT 746 curr_y, w, proc_height, sec_w) 748 curr_y = proc_height 750 draw_text(ctx, SIGNATURE, SIG_COLOR, off_x + 5, proc_height - 8)
|