Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/platform/qcom/venus/
Dhelpers.h60 u32 *out2_fmt, bool ubwc);
Dvdec.c545 u32 out_fmt, out2_fmt; in vdec_output_conf() local
574 &out2_fmt, ubwc); in vdec_output_conf()
581 venus_helper_get_framesz_raw(out2_fmt, width, height); in vdec_output_conf()
585 inst->opb_fmt = out2_fmt; in vdec_output_conf()
588 } else if (is_ubwc_fmt(out2_fmt)) { in vdec_output_conf()
592 inst->dpb_fmt = out2_fmt; in vdec_output_conf()
Dhelpers.c1142 u32 *out_fmt, u32 *out2_fmt, bool ubwc) in venus_helper_get_out_fmts() argument
1149 *out_fmt = *out2_fmt = 0; in venus_helper_get_out_fmts()
1166 *out2_fmt = fmt; in venus_helper_get_out_fmts()
1174 *out2_fmt = 0; in venus_helper_get_out_fmts()
1181 *out2_fmt = fmt; in venus_helper_get_out_fmts()