Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/staging/media/ipu3/
Dipu3-css.c44 IPU3_CSS_QUEUE_TO_FLAGS(IPU3_CSS_QUEUE_OUT)
108 [IPU3_CSS_QUEUE_OUT] = {
753 css_pipe->queue[IPU3_CSS_QUEUE_OUT].css_fmt->frame_format; in imgu_css_pipeline_init()
755 css_pipe->queue[IPU3_CSS_QUEUE_OUT].css_fmt->bit_depth; in imgu_css_pipeline_init()
757 css_pipe->queue[IPU3_CSS_QUEUE_OUT].css_fmt->bayer_order; in imgu_css_pipeline_init()
761 css_pipe->queue[IPU3_CSS_QUEUE_OUT].fmt.mpix.width; in imgu_css_pipeline_init()
763 css_pipe->queue[IPU3_CSS_QUEUE_OUT].fmt.mpix.height; in imgu_css_pipeline_init()
765 css_pipe->queue[IPU3_CSS_QUEUE_OUT].width_pad; in imgu_css_pipeline_init()
767 css_pipe->queue[IPU3_CSS_QUEUE_OUT].css_fmt->frame_format; in imgu_css_pipeline_init()
769 css_pipe->queue[IPU3_CSS_QUEUE_OUT].css_fmt->bit_depth; in imgu_css_pipeline_init()
[all …]
Dipu3.h25 #define IMGU_QUEUE_FIRST_INPUT IPU3_CSS_QUEUE_OUT
Dipu3-css-params.c391 css_pipe->queue[IPU3_CSS_QUEUE_OUT].css_fmt->frame_format; in imgu_css_osys_calc_frame_and_stripe_params()
394 css_pipe->queue[IPU3_CSS_QUEUE_OUT].fmt.mpix.width; in imgu_css_osys_calc_frame_and_stripe_params()
396 css_pipe->queue[IPU3_CSS_QUEUE_OUT].fmt.mpix.height; in imgu_css_osys_calc_frame_and_stripe_params()
398 css_pipe->queue[IPU3_CSS_QUEUE_OUT].width_pad; in imgu_css_osys_calc_frame_and_stripe_params()
400 css_pipe->queue[IPU3_CSS_QUEUE_OUT].css_fmt->frame_format; in imgu_css_osys_calc_frame_and_stripe_params()
414 css_pipe->queue[IPU3_CSS_QUEUE_OUT].fmt.mpix.width; in imgu_css_osys_calc_frame_and_stripe_params()
416 css_pipe->queue[IPU3_CSS_QUEUE_OUT].fmt.mpix.height; in imgu_css_osys_calc_frame_and_stripe_params()
1807 css_pipe->queue[IPU3_CSS_QUEUE_OUT].fmt.mpix.height; in imgu_css_cfg_acc_stripe()
1822 css_pipe->queue[IPU3_CSS_QUEUE_OUT].fmt.mpix.width; in imgu_css_cfg_acc_stripe()
1863 css_pipe->queue[IPU3_CSS_QUEUE_OUT].fmt.mpix.height; in imgu_css_cfg_acc_stripe()
[all …]
Dipu3-css.h27 #define IPU3_CSS_QUEUE_OUT 2 macro
Dipu3.c38 [IPU3_CSS_QUEUE_OUT] = CSS_QUEUE_OUT_BUF_SIZE,
46 [IMGU_NODE_OUT] = {IPU3_CSS_QUEUE_OUT, "output"},
Dipu3-v4l2.c698 if (i != IPU3_CSS_QUEUE_OUT && in imgu_fmt()