/openbmc/linux/drivers/media/platform/rockchip/rkisp1/ |
H A D | rkisp1-isp.c | 133 const struct rkisp1_mbus_info *src_fmt = isp->src_fmt; in rkisp1_config_isp() local 146 if (src_fmt->pixel_enc == V4L2_PIXEL_ENC_BAYER) { in rkisp1_config_isp() 228 if (src_fmt->pixel_enc == V4L2_PIXEL_ENC_BAYER) { in rkisp1_config_isp() 359 if (isp->src_fmt->pixel_enc != V4L2_PIXEL_ENC_BAYER) in rkisp1_isp_start() 449 struct v4l2_mbus_framefmt *sink_fmt, *src_fmt; in rkisp1_isp_init_config() local 471 src_fmt = v4l2_subdev_get_try_format(sd, sd_state, in rkisp1_isp_init_config() 473 *src_fmt = *sink_fmt; in rkisp1_isp_init_config() 474 src_fmt->code = RKISP1_DEF_SRC_PAD_FMT; in rkisp1_isp_init_config() 475 src_fmt->colorspace = V4L2_COLORSPACE_SRGB; in rkisp1_isp_init_config() 476 src_fmt->xfer_func = V4L2_XFER_FUNC_SRGB; in rkisp1_isp_init_config() [all …]
|
H A D | rkisp1-resizer.c | 303 struct v4l2_mbus_framefmt *src_fmt, *sink_fmt; in rkisp1_rsz_config() local 308 src_fmt = rkisp1_rsz_get_pad_fmt(rsz, NULL, RKISP1_RSZ_PAD_SRC, in rkisp1_rsz_config() 310 src_yuv_info = rkisp1_rsz_get_yuv_mbus_info(src_fmt->code); in rkisp1_rsz_config() 326 src_y.width = src_fmt->width; in rkisp1_rsz_config() 327 src_y.height = src_fmt->height; in rkisp1_rsz_config() 348 src_fmt->width, src_fmt->height); in rkisp1_rsz_config() 415 struct v4l2_mbus_framefmt *sink_fmt, *src_fmt; in rkisp1_rsz_init_config() local 436 src_fmt = v4l2_subdev_get_try_format(sd, sd_state, in rkisp1_rsz_init_config() 438 *src_fmt = *sink_fmt; in rkisp1_rsz_init_config() 451 struct v4l2_mbus_framefmt *src_fmt, *sink_fmt; in rkisp1_rsz_set_src_fmt() local [all …]
|
H A D | rkisp1-csi.c | 312 struct v4l2_mbus_framefmt *sink_fmt, *src_fmt; in rkisp1_csi_init_config() local 316 src_fmt = v4l2_subdev_get_try_format(sd, sd_state, in rkisp1_csi_init_config() 324 *src_fmt = *sink_fmt; in rkisp1_csi_init_config() 349 struct v4l2_mbus_framefmt *sink_fmt, *src_fmt; in rkisp1_csi_set_fmt() local 381 src_fmt = rkisp1_csi_get_pad_fmt(csi, sd_state, RKISP1_CSI_PAD_SRC, in rkisp1_csi_set_fmt() 383 *src_fmt = *sink_fmt; in rkisp1_csi_set_fmt()
|
/openbmc/linux/drivers/media/platform/verisilicon/ |
H A D | hantro_h1_jpeg_enc.c | 30 overfill_r = ctx->src_fmt.width - ctx->dst_fmt.width; in hantro_h1_set_src_img_ctrl() 31 overfill_b = ctx->src_fmt.height - ctx->dst_fmt.height; in hantro_h1_set_src_img_ctrl() 33 reg = H1_REG_IN_IMG_CTRL_ROW_LEN(ctx->src_fmt.width) in hantro_h1_set_src_img_ctrl() 45 struct v4l2_pix_format_mplane *pix_fmt = &ctx->src_fmt; in hantro_h1_jpeg_enc_set_buffers() 145 reg = H1_REG_ENC_CTRL_WIDTH(MB_WIDTH(ctx->src_fmt.width)) in hantro_h1_jpeg_enc_run() 146 | H1_REG_ENC_CTRL_HEIGHT(MB_HEIGHT(ctx->src_fmt.height)) in hantro_h1_jpeg_enc_run()
|
H A D | rockchip_vpu2_hw_jpeg_enc.c | 47 overfill_r = ctx->src_fmt.width - ctx->dst_fmt.width; in rockchip_vpu2_set_src_img_ctrl() 48 overfill_b = ctx->src_fmt.height - ctx->dst_fmt.height; in rockchip_vpu2_set_src_img_ctrl() 50 reg = VEPU_REG_IN_IMG_CTRL_ROW_LEN(ctx->src_fmt.width); in rockchip_vpu2_set_src_img_ctrl() 72 struct v4l2_pix_format_mplane *pix_fmt = &ctx->src_fmt; in rockchip_vpu2_jpeg_enc_set_buffers() 176 reg = VEPU_REG_MB_WIDTH(MB_WIDTH(ctx->src_fmt.width)) in rockchip_vpu2_jpeg_enc_run() 177 | VEPU_REG_MB_HEIGHT(MB_HEIGHT(ctx->src_fmt.height)) in rockchip_vpu2_jpeg_enc_run()
|
H A D | hantro_postproc.c | 110 if (ctx->src_fmt.width <= ctx->dst_fmt.width) in down_scale_factor() 113 return DIV_ROUND_CLOSEST(ctx->src_fmt.width, ctx->dst_fmt.width); in down_scale_factor() 167 if (!ctx->src_fmt.width || !ctx->src_fmt.height) in hantro_postproc_g2_enum_framesizes() 171 fsize->discrete.width = ctx->src_fmt.width >> fsize->index; in hantro_postproc_g2_enum_framesizes() 172 fsize->discrete.height = ctx->src_fmt.height >> fsize->index; in hantro_postproc_g2_enum_framesizes() 207 v4l2_fill_pixfmt_mp(&pix_mp, fmt->fourcc, ctx->src_fmt.width, in hantro_postproc_alloc() 208 ctx->src_fmt.height); in hantro_postproc_alloc()
|
H A D | hantro_v4l2.c | 277 *pix_mp = ctx->src_fmt; in vidioc_g_fmt_out_mplane() 328 pix_mp->width = ctx->src_fmt.width; in hantro_try_fmt() 329 pix_mp->height = ctx->src_fmt.height; in hantro_try_fmt() 435 encoded_fmt = &ctx->src_fmt; in hantro_reset_raw_fmt() 525 pix_mp->pixelformat != ctx->src_fmt.pixelformat)) in hantro_set_fmt_out() 546 ctx->src_fmt = *pix_mp; in hantro_set_fmt_out() 626 ctx->src_fmt.colorspace = pix_mp->colorspace; in hantro_set_fmt_cap() 627 ctx->src_fmt.ycbcr_enc = pix_mp->ycbcr_enc; in hantro_set_fmt_cap() 628 ctx->src_fmt.xfer_func = pix_mp->xfer_func; in hantro_set_fmt_cap() 629 ctx->src_fmt.quantization = pix_mp->quantization; in hantro_set_fmt_cap() [all …]
|
H A D | hantro_g1_h264_dec.c | 52 reg = G1_REG_DEC_CTRL1_PIC_MB_WIDTH(MB_WIDTH(ctx->src_fmt.width)) | in set_params() 53 G1_REG_DEC_CTRL1_PIC_MB_HEIGHT_P(MB_HEIGHT(ctx->src_fmt.height)) | in set_params() 222 offset = ALIGN(ctx->src_fmt.width, MB_DIM); in set_buffers() 233 offset = bytes_per_mb * MB_WIDTH(ctx->src_fmt.width) * in set_buffers() 234 MB_HEIGHT(ctx->src_fmt.height); in set_buffers() 241 offset += 32 * MB_WIDTH(ctx->src_fmt.width) * in set_buffers() 242 MB_HEIGHT(ctx->src_fmt.height); in set_buffers()
|
H A D | rockchip_vpu2_hw_h264_dec.c | 263 VDPU_REG_PIC_MB_HEIGHT_P(MB_HEIGHT(ctx->src_fmt.height)) | in set_params() 264 VDPU_REG_PIC_MB_WIDTH(MB_WIDTH(ctx->src_fmt.width)); in set_params() 439 offset = ALIGN(ctx->src_fmt.width, MB_DIM); in set_buffers() 450 offset = bytes_per_mb * MB_WIDTH(ctx->src_fmt.width) * in set_buffers() 451 MB_HEIGHT(ctx->src_fmt.height); in set_buffers() 458 offset += 32 * MB_WIDTH(ctx->src_fmt.width) * in set_buffers() 459 MB_HEIGHT(ctx->src_fmt.height); in set_buffers()
|
/openbmc/linux/drivers/media/platform/sunxi/sun8i-rotate/ |
H A D | sun8i_rotate.c | 87 fmt = rotate_find_format(ctx->src_fmt.pixelformat); in rotate_device_run() 94 ctx->src_fmt.bytesperline, ctx->src_fmt.height, in rotate_device_run() 98 ROTATE_SIZE(ctx->src_fmt.width, ctx->src_fmt.height)); in rotate_device_run() 264 fmt = rotate_find_format(ctx->src_fmt.pixelformat); in rotate_set_cap_format() 271 f->pixelformat = ctx->src_fmt.pixelformat; in rotate_set_cap_format() 276 f->width = ctx->src_fmt.height; in rotate_set_cap_format() 277 f->height = ctx->src_fmt.width; in rotate_set_cap_format() 279 f->width = ctx->src_fmt.width; in rotate_set_cap_format() 280 f->height = ctx->src_fmt.height; in rotate_set_cap_format() 303 f->fmt.pix = ctx->src_fmt; in rotate_g_fmt_vid_out() [all …]
|
H A D | sun8i-rotate.h | 108 struct v4l2_pix_format src_fmt; member
|
/openbmc/linux/drivers/staging/media/sunxi/cedrus/ |
H A D | cedrus_video.c | 234 f->fmt.pix = ctx->src_fmt; in cedrus_g_fmt_vid_out() 249 pix_fmt->width = ctx->src_fmt.width; in cedrus_try_fmt_vid_cap_p() 250 pix_fmt->height = ctx->src_fmt.height; in cedrus_try_fmt_vid_cap_p() 324 ctx->src_fmt = *pix_fmt; in cedrus_s_fmt_vid_out_p() 328 switch (ctx->src_fmt.pixelformat) { in cedrus_s_fmt_vid_out_p() 340 switch (ctx->src_fmt.pixelformat) { in cedrus_s_fmt_vid_out_p() 367 ctx->src_fmt.pixelformat = 0; in cedrus_reset_out_format() 368 cedrus_s_fmt_vid_out_p(ctx, &ctx->src_fmt); in cedrus_reset_out_format() 385 f->fmt.pix.pixelformat != ctx->src_fmt.pixelformat)) in cedrus_s_fmt_vid_out() 439 pix_fmt = &ctx->src_fmt; in cedrus_queue_setup() [all …]
|
H A D | cedrus_h264.c | 146 field_size = DIV_ROUND_UP(ctx->src_fmt.width, 16) * in cedrus_write_frame_list() 147 DIV_ROUND_UP(ctx->src_fmt.height, 16) * 16; in cedrus_write_frame_list() 366 if (ctx->src_fmt.width > 2048) { in cedrus_set_params() 552 if (ctx->src_fmt.width > 2048) in cedrus_h264_start() 561 pic_info_size += ctx->src_fmt.height * 2 * 64; in cedrus_h264_start() 590 if (ctx->src_fmt.width > 2048) { in cedrus_h264_start() 597 ALIGN(ctx->src_fmt.width, 32) * 12; in cedrus_h264_start() 613 ALIGN(ctx->src_fmt.width, 64) * 5 * 2; in cedrus_h264_start()
|
H A D | cedrus_hw.c | 45 switch (ctx->src_fmt.pixelformat) { in cedrus_engine_enable() 64 if (ctx->src_fmt.width == 4096) in cedrus_engine_enable() 66 if (ctx->src_fmt.width > 2048) in cedrus_engine_enable()
|
H A D | cedrus_mpeg2.c | 116 reg = VE_DEC_MPEG_PICBOUNDSIZE_WIDTH(ctx->src_fmt.width); in cedrus_mpeg2_setup() 117 reg |= VE_DEC_MPEG_PICBOUNDSIZE_HEIGHT(ctx->src_fmt.height); in cedrus_mpeg2_setup()
|
/openbmc/linux/drivers/media/test-drivers/vimc/ |
H A D | vimc-scaler.c | 215 struct v4l2_mbus_framefmt *src_fmt; in vimc_scaler_set_fmt() local 224 src_fmt = vimc_scaler_pad_format(vscaler, sd_state, VIMC_SCALER_SRC, in vimc_scaler_set_fmt() 226 *src_fmt = *fmt; in vimc_scaler_set_fmt() 354 const struct v4l2_mbus_framefmt *src_fmt = &vscaler->fmt[VIMC_SCALER_SRC]; in vimc_scaler_fill_src_frame() local 361 for (src_y = 0; src_y < src_fmt->height; src_y++) { in vimc_scaler_fill_src_frame() 364 snk_y = (src_y * r->height) / src_fmt->height + r->top; in vimc_scaler_fill_src_frame() 367 for (src_x = 0; src_x < src_fmt->width; src_x++) { in vimc_scaler_fill_src_frame() 370 snk_x = (src_x * r->width) / src_fmt->width + r->left; in vimc_scaler_fill_src_frame()
|
/openbmc/linux/drivers/media/platform/sunxi/sun8i-di/ |
H A D | sun8i-di.c | 92 width = ctx->src_fmt.width; in deinterlace_device_run() 93 height = ctx->src_fmt.height; in deinterlace_device_run() 94 stride = ctx->src_fmt.bytesperline; in deinterlace_device_run() 112 switch (ctx->src_fmt.pixelformat) { in deinterlace_device_run() 129 switch (ctx->src_fmt.pixelformat) { in deinterlace_device_run() 157 hstep = (ctx->src_fmt.width << 16) / ctx->dst_fmt.width; in deinterlace_device_run() 158 vstep = (ctx->src_fmt.height << 16) / ctx->dst_fmt.height; in deinterlace_device_run() 408 f->fmt.pix = ctx->src_fmt; in deinterlace_g_fmt_vid_out() 478 ctx->src_fmt = f->fmt.pix; in deinterlace_s_fmt_vid_out() 524 pix_fmt = &ctx->src_fmt; in deinterlace_queue_setup() [all …]
|
/openbmc/linux/drivers/media/platform/ti/vpe/ |
H A D | csc.c | 140 struct v4l2_format *src_fmt, struct v4l2_format *dst_fmt) in csc_set_coeff() argument 152 if (V4L2_TYPE_IS_MULTIPLANAR(src_fmt->type)) { in csc_set_coeff() 153 mp = &src_fmt->fmt.pix_mp; in csc_set_coeff() 158 pix = &src_fmt->fmt.pix; in csc_set_coeff()
|
H A D | csc.h | 61 struct v4l2_format *src_fmt, struct v4l2_format *dst_fmt);
|
/openbmc/linux/drivers/media/platform/samsung/exynos4-is/ |
H A D | fimc-isp.c | 142 *mf = isp->src_fmt; in fimc_isp_subdev_get_fmt() 239 isp->src_fmt = format.format; in fimc_isp_subdev_set_fmt() 240 __is_set_frame_size(is, &isp->src_fmt); in fimc_isp_subdev_set_fmt() 242 isp->src_fmt = *mf; in fimc_isp_subdev_set_fmt() 687 isp->src_fmt.width = DEFAULT_PREVIEW_STILL_WIDTH; in __isp_subdev_set_default_format() 688 isp->src_fmt.height = DEFAULT_PREVIEW_STILL_HEIGHT; in __isp_subdev_set_default_format() 689 isp->src_fmt.code = MEDIA_BUS_FMT_SGRBG10_1X10; in __isp_subdev_set_default_format() 690 __is_set_frame_size(is, &isp->src_fmt); in __isp_subdev_set_default_format()
|
H A D | fimc-isp-video.c | 459 struct v4l2_subdev_format src_fmt = { in isp_video_pipeline_validate() local 478 src_fmt.pad = pad->index; in isp_video_pipeline_validate() 479 ret = v4l2_subdev_call(sd, pad, get_fmt, NULL, &src_fmt); in isp_video_pipeline_validate() 483 if (src_fmt.format.width != sink_fmt.format.width || in isp_video_pipeline_validate() 484 src_fmt.format.height != sink_fmt.format.height || in isp_video_pipeline_validate() 485 src_fmt.format.code != sink_fmt.format.code) in isp_video_pipeline_validate()
|
/openbmc/linux/drivers/media/platform/nxp/imx8-isi/ |
H A D | imx8-isi-pipe.c | 241 const struct v4l2_mbus_framefmt *src_fmt; in mxc_isi_pipe_enable() local 267 src_fmt = v4l2_subdev_get_try_format(sd, state, MXC_ISI_PIPE_PAD_SOURCE); in mxc_isi_pipe_enable() 273 src_info = mxc_isi_bus_format_by_code(src_fmt->code, in mxc_isi_pipe_enable() 828 const struct v4l2_mbus_framefmt *src_fmt; in mxc_isi_pipe_acquire() local 836 src_fmt = v4l2_subdev_get_try_format(sd, state, MXC_ISI_PIPE_PAD_SOURCE); in mxc_isi_pipe_acquire() 841 src_info = mxc_isi_bus_format_by_code(src_fmt->code, in mxc_isi_pipe_acquire() 844 bypass = sink_fmt->width == src_fmt->width && in mxc_isi_pipe_acquire() 845 sink_fmt->height == src_fmt->height && in mxc_isi_pipe_acquire()
|
/openbmc/linux/drivers/gpu/drm/exynos/ |
H A D | exynos_drm_scaler.c | 144 u32 src_fmt, u32 tile) in scaler_set_src_fmt() argument 148 val = SCALER_SRC_CFG_SET_COLOR_FORMAT(src_fmt) | (tile << 10); in scaler_set_src_fmt() 365 const struct scaler_format *src_fmt, *dst_fmt; in scaler_commit() local 368 src_fmt = scaler_get_format(task->src.buf.fourcc); in scaler_commit() 381 scaler, src_fmt->internal_fmt, task->src.buf.modifier != 0); in scaler_commit() 384 scaler_set_src_luma_chroma_pos(scaler, src_pos, src_fmt); in scaler_commit()
|
/openbmc/linux/drivers/media/platform/st/sti/bdisp/ |
H A D | bdisp-hw.c | 769 u32 src_fmt, dst_fmt; in bdisp_hw_build_node() local 786 src_fmt = src->fmt->pixelformat; in bdisp_hw_build_node() 868 node->s2ty |= bdisp_hw_color_format(src_fmt); in bdisp_hw_build_node() 890 node->s2ty |= bdisp_hw_color_format(src_fmt); in bdisp_hw_build_node() 909 node->s3ty |= bdisp_hw_color_format(src_fmt); in bdisp_hw_build_node()
|
/openbmc/linux/drivers/media/platform/samsung/s5p-mfc/ |
H A D | s5p_mfc_dec.c | 375 pix_mp->pixelformat = ctx->src_fmt->fourcc; in vidioc_g_fmt() 376 pix_mp->num_planes = ctx->src_fmt->num_planes; in vidioc_g_fmt() 448 ctx->src_fmt = find_format(f, MFC_FMT_DEC); in vidioc_s_fmt() 449 ctx->codec_mode = ctx->src_fmt->codec_mode; in vidioc_s_fmt() 800 if (ctx->src_fmt->fourcc == V4L2_PIX_FMT_H264) { in vidioc_g_selection() 1205 ctx->src_fmt = find_format(&f, MFC_FMT_DEC); in s5p_mfc_dec_init() 1214 ctx->src_fmt, ctx->dst_fmt); in s5p_mfc_dec_init()
|