Searched refs:pad_fmt (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/staging/media/ipu3/
H A Dipu3.h75 struct v4l2_mbus_framefmt pad_fmt; member in struct:imgu_video_device
H A Dipu3-v4l2.c43 try_fmt->code = imgu_pipe->nodes[i].pad_fmt.code;
137 fmt->format = imgu_pipe->nodes[pad].pad_fmt;
166 mf = &imgu_pipe->nodes[pad].pad_fmt;
676 struct v4l2_mbus_framefmt pad_fmt; local
742 pad_fmt = imgu_pipe->nodes[IMGU_NODE_IN].pad_fmt;
743 rects[IPU3_CSS_RECT_GDC]->width = pad_fmt.width;
744 rects[IPU3_CSS_RECT_GDC]->height = pad_fmt.height;
1165 node->pad_fmt = def_bus_fmt;
H A Dipu3.c354 fmt = &imgu->imgu_pipe[pipe].nodes[IMGU_NODE_IN].pad_fmt;
/linux-master/drivers/media/i2c/
H A Dst-mipid02.c614 struct v4l2_mbus_framefmt *pad_fmt; local
622 pad_fmt = v4l2_subdev_state_get_format(sd_state, fmt->pad);
629 *pad_fmt = fmt->format;
633 pad_fmt = v4l2_subdev_state_get_format(sd_state,
635 *pad_fmt = fmt->format;
636 pad_fmt->code = serial_to_parallel_code(fmt->format.code);

Completed in 139 milliseconds