Home
last modified time | relevance | path

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

/Linux-v4.19/sound/soc/intel/skylake/
Dskl-topology.c2213 struct skl_module_fmt *dst_fmt, in skl_tplg_fill_fmt() argument
2218 dst_fmt->channels = value; in skl_tplg_fill_fmt()
2222 dst_fmt->s_freq = value; in skl_tplg_fill_fmt()
2226 dst_fmt->bit_depth = value; in skl_tplg_fill_fmt()
2230 dst_fmt->valid_bit_depth = value; in skl_tplg_fill_fmt()
2234 dst_fmt->ch_cfg = value; in skl_tplg_fill_fmt()
2238 dst_fmt->interleaving_style = value; in skl_tplg_fill_fmt()
2242 dst_fmt->sample_type = value; in skl_tplg_fill_fmt()
2246 dst_fmt->ch_map = value; in skl_tplg_fill_fmt()
2261 struct skl_module_fmt *dst_fmt; in skl_tplg_widget_fill_fmt() local
[all …]
Dskl-topology.h144 struct skl_audio_data_format dst_fmt; member
Dskl-messages.c1173 fill_pin_params(&(pin_fmt.dst_fmt), format); in skl_bind_modules()
/Linux-v4.19/drivers/gpu/drm/exynos/
Dexynos_drm_scaler.c213 u32 dst_fmt) in scaler_set_dst_fmt() argument
217 val = SCALER_DST_CFG_SET_COLOR_FORMAT(dst_fmt); in scaler_set_dst_fmt()
372 u32 dst_fmt = scaler_get_format(task->dst.buf.fourcc); in scaler_commit() local
389 scaler_set_dst_fmt(scaler, dst_fmt); in scaler_commit()
/Linux-v4.19/drivers/media/platform/s5p-mfc/
Ds5p_mfc_dec.c358 pix_mp->pixelformat = ctx->dst_fmt->fourcc; in vidioc_g_fmt()
440 ctx->dst_fmt = find_format(f, MFC_FMT_RAW); in vidioc_s_fmt()
965 for (i = 0; i < ctx->dst_fmt->num_planes; i++) { in s5p_mfc_buf_init()
1192 ctx->dst_fmt = find_format(&f, MFC_FMT_RAW); in s5p_mfc_dec_init()
1194 ctx->src_fmt, ctx->dst_fmt); in s5p_mfc_dec_init()
Ds5p_mfc_enc.c1380 pix_fmt_mp->pixelformat = ctx->dst_fmt->fourcc; in vidioc_g_fmt()
1381 pix_fmt_mp->num_planes = ctx->dst_fmt->num_planes; in vidioc_g_fmt()
1461 ctx->dst_fmt = find_format(f, MFC_FMT_ENC); in vidioc_s_fmt()
1463 ctx->codec_mode = ctx->dst_fmt->codec_mode; in vidioc_s_fmt()
2403 if (ctx->dst_fmt) in s5p_mfc_queue_setup()
2404 *plane_count = ctx->dst_fmt->num_planes; in s5p_mfc_queue_setup()
2450 ret = check_vb_with_fmt(ctx->dst_fmt, vb); in s5p_mfc_buf_init()
2483 ret = check_vb_with_fmt(ctx->dst_fmt, vb); in s5p_mfc_buf_prepare()
2712 ctx->dst_fmt = find_format(&f, MFC_FMT_ENC); in s5p_mfc_enc_init()
Ds5p_mfc_common.h631 struct s5p_mfc_fmt *dst_fmt; member
Ds5p_mfc_opr_v6.c1635 if (ctx->dst_fmt->fourcc == V4L2_PIX_FMT_NV12MT_16X16) in s5p_mfc_init_decode_v6()
1644 if (ctx->dst_fmt->fourcc == V4L2_PIX_FMT_NV21M) in s5p_mfc_init_decode_v6()
/Linux-v4.19/drivers/media/platform/sti/bdisp/
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()