Searched refs:raw_fmt (Results 1 – 2 of 2) sorted by relevance
447 struct v4l2_pix_format_mplane raw_fmt, *encoded_fmt; in hantro_reset_raw_fmt() local461 hantro_reset_fmt(&raw_fmt, raw_vpu_fmt); in hantro_reset_raw_fmt()462 raw_fmt.width = encoded_fmt->width; in hantro_reset_raw_fmt()463 raw_fmt.height = encoded_fmt->height; in hantro_reset_raw_fmt()465 ret = hantro_set_fmt_out(ctx, &raw_fmt, need_postproc); in hantro_reset_raw_fmt()467 ret = hantro_set_fmt_cap(ctx, &raw_fmt); in hantro_reset_raw_fmt()
1050 snd_pcm_format_t raw_fmt) in fsl_easrc_process_format() argument1064 fmt->floating_point = !snd_pcm_format_linear(raw_fmt); in fsl_easrc_process_format()1069 switch (snd_pcm_format_width(raw_fmt)) { in fsl_easrc_process_format()1090 switch (raw_fmt) { in fsl_easrc_process_format()1115 ret = snd_pcm_format_big_endian(raw_fmt); in fsl_easrc_process_format()1126 fmt->unsign = snd_pcm_format_unsigned(raw_fmt) > 0 ? 1 : 0; in fsl_easrc_process_format()