Home
last modified time | relevance | path

Searched refs:IPU3_CSS_QUEUE_OUT (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/drivers/staging/media/ipu3/
H A Dipu3.h25 #define IMGU_QUEUE_FIRST_INPUT IPU3_CSS_QUEUE_OUT
H A Dipu3-css.c45 IPU3_CSS_QUEUE_TO_FLAGS(IPU3_CSS_QUEUE_OUT)
104 [IPU3_CSS_QUEUE_OUT] = {
690 &css_pipe->queue[IPU3_CSS_QUEUE_OUT]; in imgu_css_pipeline_init()
1560 &queue[IPU3_CSS_QUEUE_OUT].fmt.mpix; in imgu_css_find_binary()
1685 [IPU3_CSS_QUEUE_OUT] = "out", in imgu_css_fmt_try()
1709 out = &q[IPU3_CSS_QUEUE_OUT].fmt.mpix; in imgu_css_fmt_try()
1746 !imgu_css_queue_enabled(&q[IPU3_CSS_QUEUE_OUT])) { in imgu_css_fmt_try()
1752 if (!imgu_css_queue_enabled(&q[IPU3_CSS_QUEUE_OUT])) { in imgu_css_fmt_try()
1922 if (b->queue == IPU3_CSS_QUEUE_OUT) in imgu_css_buf_queue()
1924 css_pipe->queue[IPU3_CSS_QUEUE_OUT].width_pad; in imgu_css_buf_queue()
[all …]
H A Dipu3-css.h27 #define IPU3_CSS_QUEUE_OUT 2 macro
H A Dipu3-css-params.c389 css_pipe->queue[IPU3_CSS_QUEUE_OUT].css_fmt->frame_format; in imgu_css_osys_calc_frame_and_stripe_params()
392 css_pipe->queue[IPU3_CSS_QUEUE_OUT].fmt.mpix.width; in imgu_css_osys_calc_frame_and_stripe_params()
394 css_pipe->queue[IPU3_CSS_QUEUE_OUT].fmt.mpix.height; in imgu_css_osys_calc_frame_and_stripe_params()
396 css_pipe->queue[IPU3_CSS_QUEUE_OUT].width_pad; in imgu_css_osys_calc_frame_and_stripe_params()
412 css_pipe->queue[IPU3_CSS_QUEUE_OUT].fmt.mpix.width; in imgu_css_osys_calc_frame_and_stripe_params()
414 css_pipe->queue[IPU3_CSS_QUEUE_OUT].fmt.mpix.height; in imgu_css_osys_calc_frame_and_stripe_params()
1802 css_pipe->queue[IPU3_CSS_QUEUE_OUT].fmt.mpix.height; in imgu_css_cfg_acc_stripe()
1817 css_pipe->queue[IPU3_CSS_QUEUE_OUT].fmt.mpix.width; in imgu_css_cfg_acc_stripe()
1858 css_pipe->queue[IPU3_CSS_QUEUE_OUT].fmt.mpix.height; in imgu_css_cfg_acc_stripe()
1872 css_pipe->queue[IPU3_CSS_QUEUE_OUT].fmt.mpix.width; in imgu_css_cfg_acc_stripe()
[all …]
H A Dipu3.c38 [IPU3_CSS_QUEUE_OUT] = CSS_QUEUE_OUT_BUF_SIZE,
46 [IMGU_NODE_OUT] = {IPU3_CSS_QUEUE_OUT, "output"},
H A Dipu3-v4l2.c708 if (i != IPU3_CSS_QUEUE_OUT && in imgu_fmt()