Home
last modified time | relevance | path

Searched refs:out2_fmt (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.15/drivers/media/platform/qcom/venus/
Dhelpers.h53 u32 *out2_fmt, bool ubwc);
Dvdec.c665 u32 out_fmt, out2_fmt; in vdec_output_conf() local
690 &out2_fmt, ubwc); in vdec_output_conf()
697 venus_helper_get_framesz_raw(out2_fmt, width, height); in vdec_output_conf()
701 inst->opb_fmt = out2_fmt; in vdec_output_conf()
704 } else if (is_ubwc_fmt(out2_fmt)) { in vdec_output_conf()
708 inst->dpb_fmt = out2_fmt; in vdec_output_conf()
Dhelpers.c1663 u32 *out_fmt, u32 *out2_fmt, bool ubwc) in venus_helper_get_out_fmts() argument
1670 *out_fmt = *out2_fmt = 0; in venus_helper_get_out_fmts()
1693 *out2_fmt = HFI_COLOR_FORMAT_NV12; in venus_helper_get_out_fmts()
1708 *out2_fmt = fmt; in venus_helper_get_out_fmts()
1716 *out2_fmt = 0; in venus_helper_get_out_fmts()
1723 *out2_fmt = fmt; in venus_helper_get_out_fmts()