Home
last modified time | relevance | path

Searched refs:raw_fmt (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/drivers/media/platform/verisilicon/
Dhantro_v4l2.c405 struct v4l2_pix_format_mplane *raw_fmt, *encoded_fmt; in hantro_reset_raw_fmt() local
411 raw_fmt = &ctx->src_fmt; in hantro_reset_raw_fmt()
415 raw_fmt = &ctx->dst_fmt; in hantro_reset_raw_fmt()
419 hantro_reset_fmt(raw_fmt, raw_vpu_fmt); in hantro_reset_raw_fmt()
420 raw_fmt->width = encoded_fmt->width; in hantro_reset_raw_fmt()
421 raw_fmt->height = encoded_fmt->height; in hantro_reset_raw_fmt()
423 hantro_set_fmt_out(ctx, raw_fmt); in hantro_reset_raw_fmt()
425 hantro_set_fmt_cap(ctx, raw_fmt); in hantro_reset_raw_fmt()
/linux-6.1.9/sound/soc/fsl/
Dfsl_easrc.c1044 snd_pcm_format_t raw_fmt) in fsl_easrc_process_format() argument
1058 fmt->floating_point = !snd_pcm_format_linear(raw_fmt); in fsl_easrc_process_format()
1063 switch (snd_pcm_format_width(raw_fmt)) { in fsl_easrc_process_format()
1084 switch (raw_fmt) { in fsl_easrc_process_format()
1109 ret = snd_pcm_format_big_endian(raw_fmt); in fsl_easrc_process_format()
1120 fmt->unsign = snd_pcm_format_unsigned(raw_fmt) > 0 ? 1 : 0; in fsl_easrc_process_format()