Home
last modified time | relevance | path

Searched refs:src_fmt (Results 1 – 25 of 62) sorted by relevance

123

/OK3568_Linux_fs/kernel/drivers/staging/media/rkisp1/
H A Drkisp1-isp.c270 const struct rkisp1_isp_mbus_info *src_fmt, *sink_fmt; in rkisp1_config_isp() local
277 src_fmt = rkisp1->isp.src_fmt; in rkisp1_config_isp()
287 if (src_fmt->pixel_enc == V4L2_PIXEL_ENC_BAYER) { in rkisp1_config_isp()
354 if (src_fmt->pixel_enc == V4L2_PIXEL_ENC_BAYER) { in rkisp1_config_isp()
606 struct v4l2_mbus_framefmt *sink_fmt, *src_fmt; in rkisp1_isp_init_config() local
623 src_fmt = v4l2_subdev_get_try_format(sd, cfg, in rkisp1_isp_init_config()
625 *src_fmt = *sink_fmt; in rkisp1_isp_init_config()
626 src_fmt->code = RKISP1_DEF_SRC_PAD_FMT; in rkisp1_isp_init_config()
634 src_fmt = v4l2_subdev_get_try_format(sd, cfg, in rkisp1_isp_init_config()
640 *src_fmt = *sink_fmt; in rkisp1_isp_init_config()
[all …]
H A Drkisp1-resizer.c394 struct v4l2_mbus_framefmt *src_fmt, *sink_fmt; in rkisp1_rsz_config() local
399 src_fmt = rkisp1_rsz_get_pad_fmt(rsz, NULL, RKISP1_RSZ_PAD_SRC, in rkisp1_rsz_config()
401 src_yuv_info = rkisp1_rsz_get_yuv_mbus_info(src_fmt->code); in rkisp1_rsz_config()
417 src_y.width = src_fmt->width; in rkisp1_rsz_config()
418 src_y.height = src_fmt->height; in rkisp1_rsz_config()
439 src_fmt->width, src_fmt->height); in rkisp1_rsz_config()
495 struct v4l2_mbus_framefmt *sink_fmt, *src_fmt; in rkisp1_rsz_init_config() local
514 src_fmt = v4l2_subdev_get_try_format(sd, cfg, RKISP1_RSZ_PAD_SINK); in rkisp1_rsz_init_config()
515 *src_fmt = *sink_fmt; in rkisp1_rsz_init_config()
528 struct v4l2_mbus_framefmt *src_fmt, *sink_fmt; in rkisp1_rsz_set_src_fmt() local
[all …]
/OK3568_Linux_fs/kernel/drivers/media/platform/sunxi/sun8i-rotate/
H A Dsun8i_rotate.c87 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 …]
/OK3568_Linux_fs/external/mpp/mpp/vproc/rga/test/
H A Drga_test.cpp34 MppFrameFormat src_fmt; member
117 cmd->src_fmt = (MppFrameFormat) atoi(next); in rga_test_parse_options()
118 err = ((cmd->src_fmt >= MPP_FMT_YUV_BUTT && cmd->src_fmt < MPP_FRAME_FMT_RGB) || in rga_test_parse_options()
119 cmd->src_fmt >= MPP_FMT_RGB_BUTT); in rga_test_parse_options()
174 cmd.src_w, cmd.src_h, cmd.src_fmt, in main()
235 cmd.src_w, cmd.src_h, cmd.src_fmt, frame_count); in main()
247 mpp_frame_set_fmt(src_frm, cmd.src_fmt); in main()
/OK3568_Linux_fs/kernel/drivers/staging/media/sunxi/cedrus/
H A Dcedrus_video.c232 f->fmt.pix = ctx->src_fmt; in cedrus_g_fmt_vid_out()
250 pix_fmt->width = ctx->src_fmt.width; in cedrus_try_fmt_vid_cap()
251 pix_fmt->height = ctx->src_fmt.height; in cedrus_try_fmt_vid_cap()
315 f->fmt.pix.pixelformat != ctx->src_fmt.pixelformat)) in cedrus_s_fmt_vid_out()
331 ctx->src_fmt = f->fmt.pix; in cedrus_s_fmt_vid_out()
333 switch (ctx->src_fmt.pixelformat) { in cedrus_s_fmt_vid_out()
349 ctx->dst_fmt.width = ctx->src_fmt.width; in cedrus_s_fmt_vid_out()
350 ctx->dst_fmt.height = ctx->src_fmt.height; in cedrus_s_fmt_vid_out()
395 pix_fmt = &ctx->src_fmt; in cedrus_queue_setup()
445 pix_fmt = &ctx->src_fmt; in cedrus_buf_prepare()
[all …]
H A Dcedrus_h264.c346 if (ctx->src_fmt.width > 2048) { in cedrus_set_params()
525 if (ctx->src_fmt.width > 2048) in cedrus_h264_start()
534 pic_info_size += ctx->src_fmt.height * 2 * 64; in cedrus_h264_start()
563 field_size = DIV_ROUND_UP(ctx->src_fmt.width, 16) * in cedrus_h264_start()
564 DIV_ROUND_UP(ctx->src_fmt.height, 16) * 16; in cedrus_h264_start()
594 if (ctx->src_fmt.width > 2048) { in cedrus_h264_start()
601 ALIGN(ctx->src_fmt.width, 32) * 12; in cedrus_h264_start()
617 ALIGN(ctx->src_fmt.width, 64) * 5 * 2; in cedrus_h264_start()
H A Dcedrus.c317 ctx->src_fmt.pixelformat = V4L2_PIX_FMT_MPEG2_SLICE; in cedrus_open()
322 ctx->src_fmt.width = ctx->dst_fmt.width; in cedrus_open()
323 ctx->src_fmt.height = ctx->dst_fmt.height; in cedrus_open()
324 cedrus_prepare_format(&ctx->src_fmt); in cedrus_open()
H A Dcedrus_h265.c280 DIV_ROUND_UP(ctx->src_fmt.width, ctb_size_luma) * in cedrus_h265_setup()
281 DIV_ROUND_UP(ctx->src_fmt.height, ctb_size_luma) * in cedrus_h265_setup()
518 reg = VE_DEC_H265_DEC_PIC_SIZE_WIDTH(ctx->src_fmt.width) | in cedrus_h265_setup()
519 VE_DEC_H265_DEC_PIC_SIZE_HEIGHT(ctx->src_fmt.height); in cedrus_h265_setup()
H A Dcedrus_mpeg2.c156 reg = VE_DEC_MPEG_PICBOUNDSIZE_WIDTH(ctx->src_fmt.width); in cedrus_mpeg2_setup()
157 reg |= VE_DEC_MPEG_PICBOUNDSIZE_HEIGHT(ctx->src_fmt.height); in cedrus_mpeg2_setup()
/OK3568_Linux_fs/kernel/drivers/staging/media/hantro/
H A Dhantro_v4l2.c217 *pix_mp = ctx->src_fmt; in vidioc_g_fmt_out_mplane()
268 pix_mp->width = ctx->src_fmt.width; in hantro_try_fmt()
269 pix_mp->height = ctx->src_fmt.height; in hantro_try_fmt()
338 fmt = &ctx->src_fmt; in hantro_reset_encoded_fmt()
360 raw_fmt = &ctx->src_fmt; in hantro_reset_raw_fmt()
365 encoded_fmt = &ctx->src_fmt; in hantro_reset_raw_fmt()
421 pix_mp->pixelformat != ctx->src_fmt.pixelformat)) in hantro_set_fmt_out()
442 ctx->src_fmt = *pix_mp; in hantro_set_fmt_out()
519 ctx->src_fmt.colorspace = pix_mp->colorspace; in hantro_set_fmt_cap()
520 ctx->src_fmt.ycbcr_enc = pix_mp->ycbcr_enc; in hantro_set_fmt_cap()
[all …]
H A Dhantro_g1_h264_dec.c53 reg = G1_REG_DEC_CTRL1_PIC_MB_WIDTH(MB_WIDTH(ctx->src_fmt.width)) | in set_params()
54 G1_REG_DEC_CTRL1_PIC_MB_HEIGHT_P(MB_HEIGHT(ctx->src_fmt.height)) | in set_params()
248 offset = ALIGN(ctx->src_fmt.width, MB_DIM); in set_buffers()
259 offset = bytes_per_mb * MB_WIDTH(ctx->src_fmt.width) * in set_buffers()
260 MB_HEIGHT(ctx->src_fmt.height); in set_buffers()
267 offset += 32 * MB_WIDTH(ctx->src_fmt.width) * in set_buffers()
268 MB_HEIGHT(ctx->src_fmt.height); in set_buffers()
H A Drk3399_vpu_hw_jpeg_enc.c38 struct v4l2_pix_format_mplane *pix_fmt = &ctx->src_fmt; in rk3399_vpu_set_src_img_ctrl()
66 struct v4l2_pix_format_mplane *pix_fmt = &ctx->src_fmt; in rk3399_vpu_jpeg_enc_set_buffers()
162 reg = VEPU_REG_MB_WIDTH(MB_WIDTH(ctx->src_fmt.width)) in rk3399_vpu_jpeg_enc_run()
163 | VEPU_REG_MB_HEIGHT(MB_HEIGHT(ctx->src_fmt.height)) in rk3399_vpu_jpeg_enc_run()
H A Dhantro_h1_jpeg_enc.c21 struct v4l2_pix_format_mplane *pix_fmt = &ctx->src_fmt; in hantro_h1_set_src_img_ctrl()
35 struct v4l2_pix_format_mplane *pix_fmt = &ctx->src_fmt; in hantro_h1_jpeg_enc_set_buffers()
130 reg = H1_REG_ENC_CTRL_WIDTH(MB_WIDTH(ctx->src_fmt.width)) in hantro_h1_jpeg_enc_run()
131 | H1_REG_ENC_CTRL_HEIGHT(MB_HEIGHT(ctx->src_fmt.height)) in hantro_h1_jpeg_enc_run()
/OK3568_Linux_fs/external/mpp/mpp/vproc/iep2/test/
H A Diep2_test.c37 RK_S32 src_fmt; member
134 cfg->src_fmt, cfg->src_swa, in check_input_cmd()
137 if (cfg->src_fmt < IEP2_FMT_YUV422 || in check_input_cmd()
138 cfg->src_fmt > IEP2_FMT_YUV420 || in check_input_cmd()
199 size_t srcfrmsize = get_frm_size(cfg->src_fmt, cfg->w, cfg->h); in iep2_test()
280 params.param.com.sfmt = cfg->src_fmt; in iep2_test()
290 imgsrc[i].format = cfg->src_fmt; in iep2_test()
370 cfg.src_fmt = IEP2_FMT_YUV420; in main()
386 cfg.src_fmt = str_to_iep2_fmt(optarg); in main()
/OK3568_Linux_fs/kernel/drivers/media/platform/sunxi/sun8i-di/
H A Dsun8i-di.c91 width = ctx->src_fmt.width; in deinterlace_device_run()
92 height = ctx->src_fmt.height; in deinterlace_device_run()
93 stride = ctx->src_fmt.bytesperline; in deinterlace_device_run()
111 switch (ctx->src_fmt.pixelformat) { in deinterlace_device_run()
128 switch (ctx->src_fmt.pixelformat) { in deinterlace_device_run()
156 hstep = (ctx->src_fmt.width << 16) / ctx->dst_fmt.width; in deinterlace_device_run()
157 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 …]
/OK3568_Linux_fs/external/mpp/mpp/vproc/iep/test/
H A Diep_test.cpp45 RK_S32 src_fmt; member
264 config_iep_img(&info->src, cfg->src_w, cfg->src_h, cfg->src_fmt, info->phy_src0); in iep_process_thread()
290 config_iep_img(&src1, cfg->src_w, cfg->src_h, cfg->src_fmt, info->phy_src1); in iep_process_thread()
291 config_iep_img(&dst1, cfg->src_w, cfg->src_h, cfg->src_fmt, info->phy_dst1); in iep_process_thread()
365 if (cfg->src_fmt < IEP_FORMAT_ARGB_8888 || in check_input_cmd()
366 cfg->src_fmt > IEP_FORMAT_YCrCb_420_P) { in check_input_cmd()
451 cfg.src_fmt = IEP_FORMAT_YCbCr_420_SP; in main()
465 cfg.src_fmt = str_to_iep_fmt(optarg); in main()
519 info.src_size = get_image_size(cfg.src_w, cfg.src_h, cfg.src_fmt); in main()
/OK3568_Linux_fs/buildroot/package/qt5/qt5base/
H A D0018-HACK-qpaintengine_raster-Support-rga-in-fillRect-wit.patch173 + RgaSURF_FORMAT src_fmt = rga_get_format(src_format);
175 + if (src_fmt == RK_FORMAT_UNKNOWN || dst_fmt == RK_FORMAT_UNKNOWN) {
176 + src_fmt = rga_get_reverse_format(src_format);
178 + if (src_fmt == RK_FORMAT_UNKNOWN || dst_fmt == RK_FORMAT_UNKNOWN)
182 + if (src_fmt == RK_FORMAT_RGB_565)
206 + src_stride, src_height, src_fmt);
/OK3568_Linux_fs/kernel/drivers/media/platform/ti-vpe/
H A Dcsc.c140 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()
/OK3568_Linux_fs/kernel/drivers/video/rockchip/iep/
H A Dhw_iep_reg.c177 unsigned int src_fmt = 0; in iep_config_src_fmt() local
184 src_fmt = 0; in iep_config_src_fmt()
190 src_fmt = 0; in iep_config_src_fmt()
196 src_fmt = 0; in iep_config_src_fmt()
202 src_fmt = 0; in iep_config_src_fmt()
208 src_fmt = 1; in iep_config_src_fmt()
214 src_fmt = 1; in iep_config_src_fmt()
220 src_fmt = 2; in iep_config_src_fmt()
226 src_fmt = 2; in iep_config_src_fmt()
232 src_fmt = 3; in iep_config_src_fmt()
[all …]
/OK3568_Linux_fs/kernel/drivers/media/platform/exynos4-is/
H A Dfimc-isp.c142 *mf = isp->src_fmt; in fimc_isp_subdev_get_fmt()
235 isp->src_fmt = format.format; in fimc_isp_subdev_set_fmt()
236 __is_set_frame_size(is, &isp->src_fmt); in fimc_isp_subdev_set_fmt()
238 isp->src_fmt = *mf; in fimc_isp_subdev_set_fmt()
680 isp->src_fmt.width = DEFAULT_PREVIEW_STILL_WIDTH; in __isp_subdev_set_default_format()
681 isp->src_fmt.height = DEFAULT_PREVIEW_STILL_HEIGHT; in __isp_subdev_set_default_format()
682 isp->src_fmt.code = MEDIA_BUS_FMT_SGRBG10_1X10; in __isp_subdev_set_default_format()
683 __is_set_frame_size(is, &isp->src_fmt); in __isp_subdev_set_default_format()
H A Dfimc-isp-video.c452 struct v4l2_subdev_format sink_fmt, src_fmt; in isp_video_pipeline_validate() local
473 src_fmt.pad = pad->index; in isp_video_pipeline_validate()
474 src_fmt.which = V4L2_SUBDEV_FORMAT_ACTIVE; in isp_video_pipeline_validate()
475 ret = v4l2_subdev_call(sd, pad, get_fmt, NULL, &src_fmt); in isp_video_pipeline_validate()
479 if (src_fmt.format.width != sink_fmt.format.width || in isp_video_pipeline_validate()
480 src_fmt.format.height != sink_fmt.format.height || in isp_video_pipeline_validate()
481 src_fmt.format.code != sink_fmt.format.code) in isp_video_pipeline_validate()
/OK3568_Linux_fs/external/mpp/mpp/vproc/rga/
H A Drga.cpp299 RgaFormat src_fmt = rga_fmt_map(mpp_frame_get_fmt(src)); in rga_copy() local
304 if (src_fmt >= RGA_FMT_BUTT || dst_fmt >= RGA_FMT_BUTT) { in rga_copy()
306 src_fmt, dst_fmt); in rga_copy()
319 src_fd, src_w, src_h, src_fmt, in rga_copy()
324 request->src.format = (RK_U32)src_fmt; in rga_copy()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/exynos/
H A Dexynos_drm_scaler.c143 u32 src_fmt, u32 tile) in scaler_set_src_fmt() argument
147 val = SCALER_SRC_CFG_SET_COLOR_FORMAT(src_fmt) | (tile << 10); in scaler_set_src_fmt()
364 const struct scaler_format *src_fmt, *dst_fmt; in scaler_commit() local
366 src_fmt = scaler_get_format(task->src.buf.fourcc); in scaler_commit()
378 scaler, src_fmt->internal_fmt, task->src.buf.modifier != 0); in scaler_commit()
381 scaler_set_src_luma_chroma_pos(scaler, src_pos, src_fmt); in scaler_commit()
/OK3568_Linux_fs/external/mpp/mpp/hal/vpu/h264e/
H A Dhal_h264e_vepu_v2.c328 prep->src_fmt = format; in h264e_vepu_prep_setup()
340 prep->src_fmt = fmt_cfg.format; in h264e_vepu_prep_setup()
342 prep->src_fmt = VEPU_FMT_BUTT; in h264e_vepu_prep_setup()
347 if (prep->src_fmt == VEPU_FMT_BUTT) { in h264e_vepu_prep_setup()
359 if (prep->src_fmt == VEPU_FMT_BUTT) { in h264e_vepu_prep_setup()
/OK3568_Linux_fs/kernel/drivers/media/platform/sti/bdisp/
H A Dbdisp-hw.c769 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()

123