Home
last modified time | relevance | path

Searched refs:dst_fmt (Results 1 – 25 of 33) sorted by relevance

12

/linux/drivers/staging/media/hantro/
A Dhantro_postproc.c101 HANTRO_PP_REG_WRITE(vpu, input_width, MB_WIDTH(ctx->dst_fmt.width)); in hantro_postproc_enable()
102 HANTRO_PP_REG_WRITE(vpu, input_height, MB_HEIGHT(ctx->dst_fmt.height)); in hantro_postproc_enable()
105 HANTRO_PP_REG_WRITE(vpu, output_width, ctx->dst_fmt.width); in hantro_postproc_enable()
106 HANTRO_PP_REG_WRITE(vpu, output_height, ctx->dst_fmt.height); in hantro_postproc_enable()
107 HANTRO_PP_REG_WRITE(vpu, orig_width, MB_WIDTH(ctx->dst_fmt.width)); in hantro_postproc_enable()
108 HANTRO_PP_REG_WRITE(vpu, display_width, ctx->dst_fmt.width); in hantro_postproc_enable()
135 buf_size = ctx->dst_fmt.plane_fmt[0].sizeimage + in hantro_postproc_alloc()
136 hantro_h264_mv_size(ctx->dst_fmt.width, in hantro_postproc_alloc()
137 ctx->dst_fmt.height); in hantro_postproc_alloc()
A Dhantro_v4l2.c232 *pix_mp = ctx->dst_fmt; in vidioc_g_fmt_cap_mplane()
337 fmt = &ctx->dst_fmt; in hantro_reset_encoded_fmt()
363 encoded_fmt = &ctx->dst_fmt; in hantro_reset_raw_fmt()
366 raw_fmt = &ctx->dst_fmt; in hantro_reset_raw_fmt()
460 ctx->dst_fmt.colorspace = pix_mp->colorspace; in hantro_set_fmt_out()
461 ctx->dst_fmt.ycbcr_enc = pix_mp->ycbcr_enc; in hantro_set_fmt_out()
462 ctx->dst_fmt.xfer_func = pix_mp->xfer_func; in hantro_set_fmt_out()
498 pix_mp->width != ctx->dst_fmt.width)) in hantro_set_fmt_cap()
507 ctx->dst_fmt = *pix_mp; in hantro_set_fmt_cap()
587 pixfmt = &ctx->dst_fmt; in hantro_queue_setup()
[all …]
A Drockchip_vpu2_hw_jpeg_enc.c135 jpeg_ctx.width = ctx->dst_fmt.width; in rockchip_vpu2_jpeg_enc_run()
136 jpeg_ctx.height = ctx->dst_fmt.height; in rockchip_vpu2_jpeg_enc_run()
A Dhantro_g1_mpeg2_dec.c118 addr += ALIGN(ctx->dst_fmt.width, 16); in hantro_g1_mpeg2_dec_set_buffers()
196 reg = G1_REG_PIC_MB_WIDTH(MB_WIDTH(ctx->dst_fmt.width)) | in hantro_g1_mpeg2_dec_run()
197 G1_REG_PIC_MB_HEIGHT_P(MB_HEIGHT(ctx->dst_fmt.height)) | in hantro_g1_mpeg2_dec_run()
A Drockchip_vpu2_hw_mpeg2_dec.c121 addr += ALIGN(ctx->dst_fmt.width, 16); in rockchip_vpu2_mpeg2_dec_set_buffers()
213 reg = VDPU_REG_PIC_MB_WIDTH(MB_WIDTH(ctx->dst_fmt.width)) | in rockchip_vpu2_mpeg2_dec_run()
214 VDPU_REG_PIC_MB_HEIGHT_P(MB_HEIGHT(ctx->dst_fmt.height)) | in rockchip_vpu2_mpeg2_dec_run()
A Dhantro_h1_jpeg_enc.c105 jpeg_ctx.width = ctx->dst_fmt.width; in hantro_h1_jpeg_enc_run()
106 jpeg_ctx.height = ctx->dst_fmt.height; in hantro_h1_jpeg_enc_run()
A Dhantro_vp8.c154 mb_width = DIV_ROUND_UP(ctx->dst_fmt.width, 16); in hantro_vp8_dec_init()
155 mb_height = DIV_ROUND_UP(ctx->dst_fmt.height, 16); in hantro_vp8_dec_init()
A Dhantro_jpeg.c333 ctx->dst_fmt.plane_fmt[0].sizeimage - in hantro_jpeg_enc_init()
A Dhantro_g1_vp8_dec.c437 size_t height = ctx->dst_fmt.height; in hantro_g1_vp8_dec_run()
438 size_t width = ctx->dst_fmt.width; in hantro_g1_vp8_dec_run()
/linux/drivers/media/platform/sunxi/sun8i-rotate/
A Dsun8i_rotate.c117 ctx->dst_fmt.bytesperline, ctx->dst_fmt.height, in rotate_device_run()
121 ROTATE_SIZE(ctx->dst_fmt.width, ctx->dst_fmt.height)); in rotate_device_run()
293 f->fmt.pix = ctx->dst_fmt; in rotate_g_fmt_vid_cap()
354 ctx->dst_fmt = f->fmt.pix; in rotate_s_fmt_vid_cap()
386 ctx->dst_fmt.xfer_func = f->fmt.pix.xfer_func; in rotate_s_fmt_vid_out()
387 ctx->dst_fmt.ycbcr_enc = f->fmt.pix.ycbcr_enc; in rotate_s_fmt_vid_out()
434 pix_fmt = &ctx->dst_fmt; in rotate_queue_setup()
456 pix_fmt = &ctx->dst_fmt; in rotate_buf_prepare()
586 if (fmt.width != ctx->dst_fmt.width || in rotate_s_ctrl()
587 fmt.height != ctx->dst_fmt.height || in rotate_s_ctrl()
[all …]
A Dsun8i-rotate.h109 struct v4l2_pix_format dst_fmt; member
/linux/drivers/media/platform/sunxi/sun8i-di/
A Dsun8i-di.c138 width = ctx->dst_fmt.width; in deinterlace_device_run()
139 height = ctx->dst_fmt.height; in deinterlace_device_run()
140 stride = ctx->dst_fmt.bytesperline; in deinterlace_device_run()
398 f->fmt.pix = ctx->dst_fmt; in deinterlace_g_fmt_vid_cap()
458 ctx->dst_fmt = f->fmt.pix; in deinterlace_s_fmt_vid_cap()
526 pix_fmt = &ctx->dst_fmt; in deinterlace_queue_setup()
548 pix_fmt = &ctx->dst_fmt; in deinterlace_buf_prepare()
729 ctx->dst_fmt.field = V4L2_FIELD_NONE; in deinterlace_open()
730 ctx->dst_fmt.width = 640; in deinterlace_open()
731 ctx->dst_fmt.height = 480; in deinterlace_open()
[all …]
A Dsun8i-di.h203 struct v4l2_pix_format dst_fmt; member
/linux/drivers/staging/media/sunxi/cedrus/
A Dcedrus_video.c231 f->fmt.pix = ctx->dst_fmt; in cedrus_g_fmt_vid_cap()
299 ctx->dst_fmt = f->fmt.pix; in cedrus_s_fmt_vid_cap()
354 ctx->dst_fmt.colorspace = f->fmt.pix.colorspace; in cedrus_s_fmt_vid_out()
355 ctx->dst_fmt.xfer_func = f->fmt.pix.xfer_func; in cedrus_s_fmt_vid_out()
356 ctx->dst_fmt.ycbcr_enc = f->fmt.pix.ycbcr_enc; in cedrus_s_fmt_vid_out()
357 ctx->dst_fmt.quantization = f->fmt.pix.quantization; in cedrus_s_fmt_vid_out()
358 ctx->dst_fmt.width = ctx->src_fmt.width; in cedrus_s_fmt_vid_out()
359 ctx->dst_fmt.height = ctx->src_fmt.height; in cedrus_s_fmt_vid_out()
360 cedrus_prepare_format(&ctx->dst_fmt); in cedrus_s_fmt_vid_out()
406 pix_fmt = &ctx->dst_fmt; in cedrus_queue_setup()
[all …]
A Dcedrus.c338 ctx->dst_fmt.pixelformat = V4L2_PIX_FMT_NV12_32L32; in cedrus_open()
339 cedrus_prepare_format(&ctx->dst_fmt); in cedrus_open()
345 ctx->src_fmt.width = ctx->dst_fmt.width; in cedrus_open()
346 ctx->src_fmt.height = ctx->dst_fmt.height; in cedrus_open()
A Dcedrus.h117 struct v4l2_pix_format dst_fmt; member
245 return buf ? cedrus_buf_addr(buf, &ctx->dst_fmt, plane) : 0; in cedrus_dst_buf_addr()
A Dcedrus_dec.c90 cedrus_dst_format_set(dev, &ctx->dst_fmt); in cedrus_device_run()
/linux/drivers/media/platform/ti-vpe/
A Dcsc.c140 struct v4l2_format *src_fmt, struct v4l2_format *dst_fmt) in csc_set_coeff() argument
164 if (V4L2_TYPE_IS_MULTIPLANAR(dst_fmt->type)) { in csc_set_coeff()
165 mp = &dst_fmt->fmt.pix_mp; in csc_set_coeff()
170 pix = &dst_fmt->fmt.pix; in csc_set_coeff()
A Dcsc.h61 struct v4l2_format *src_fmt, struct v4l2_format *dst_fmt);
/linux/sound/soc/intel/skylake/
A Dskl-topology.c2189 struct skl_module_fmt *dst_fmt, in skl_tplg_fill_fmt() argument
2194 dst_fmt->channels = value; in skl_tplg_fill_fmt()
2198 dst_fmt->s_freq = value; in skl_tplg_fill_fmt()
2202 dst_fmt->bit_depth = value; in skl_tplg_fill_fmt()
2210 dst_fmt->ch_cfg = value; in skl_tplg_fill_fmt()
2218 dst_fmt->sample_type = value; in skl_tplg_fill_fmt()
2222 dst_fmt->ch_map = value; in skl_tplg_fill_fmt()
2237 struct skl_module_fmt *dst_fmt; in skl_tplg_widget_fill_fmt() local
3246 dst_fmt = &fmt->inputs[fmt_idx]; in skl_tplg_manifest_fill_fmt()
3258 mod_fmt = &dst_fmt->fmt; in skl_tplg_manifest_fill_fmt()
[all …]
/linux/drivers/gpu/drm/exynos/
A Dexynos_drm_scaler.c206 u32 dst_fmt) in scaler_set_dst_fmt() argument
210 val = SCALER_DST_CFG_SET_COLOR_FORMAT(dst_fmt); in scaler_set_dst_fmt()
364 const struct scaler_format *src_fmt, *dst_fmt; in scaler_commit() local
368 dst_fmt = scaler_get_format(task->dst.buf.fourcc); in scaler_commit()
386 scaler_set_dst_fmt(scaler, dst_fmt->internal_fmt); in scaler_commit()
/linux/drivers/media/platform/s5p-mfc/
A Ds5p_mfc_dec.c345 pix_mp->pixelformat = ctx->dst_fmt->fourcc; in vidioc_g_fmt()
427 ctx->dst_fmt = find_format(f, MFC_FMT_RAW); in vidioc_s_fmt()
969 for (i = 0; i < ctx->dst_fmt->num_planes; i++) { in s5p_mfc_buf_init()
1196 ctx->dst_fmt = find_format(&f, MFC_FMT_RAW); in s5p_mfc_dec_init()
1198 ctx->src_fmt, ctx->dst_fmt); in s5p_mfc_dec_init()
A Ds5p_mfc_enc.c1363 pix_fmt_mp->pixelformat = ctx->dst_fmt->fourcc; in vidioc_g_fmt()
1364 pix_fmt_mp->num_planes = ctx->dst_fmt->num_planes; in vidioc_g_fmt()
1444 ctx->dst_fmt = find_format(f, MFC_FMT_ENC); in vidioc_s_fmt()
1446 ctx->codec_mode = ctx->dst_fmt->codec_mode; in vidioc_s_fmt()
2387 if (ctx->dst_fmt) in s5p_mfc_queue_setup()
2388 *plane_count = ctx->dst_fmt->num_planes; in s5p_mfc_queue_setup()
2434 ret = check_vb_with_fmt(ctx->dst_fmt, vb); in s5p_mfc_buf_init()
2467 ret = check_vb_with_fmt(ctx->dst_fmt, vb); in s5p_mfc_buf_prepare()
2696 ctx->dst_fmt = find_format(&f, MFC_FMT_ENC); in s5p_mfc_enc_init()
/linux/drivers/media/platform/sti/bdisp/
A Dbdisp-hw.c769 u32 src_fmt, dst_fmt; in bdisp_hw_build_node() local
787 dst_fmt = dst->fmt->pixelformat; in bdisp_hw_build_node()
831 node->tty |= bdisp_hw_color_format(dst_fmt); in bdisp_hw_build_node()
/linux/drivers/staging/media/rkvdec/
A Drkvdec-h264.c889 const struct v4l2_pix_format_mplane *dst_fmt; in config_registers() local
908 dst_fmt = &f->fmt.pix_mp; in config_registers()
909 hor_virstride = (sps->bit_depth_luma_minus8 + 8) * dst_fmt->width / 8; in config_registers()
910 ver_virstride = round_up(dst_fmt->height, 16); in config_registers()

Completed in 57 milliseconds

12