Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/media/platform/qcom/venus/
Dhelpers.h52 u32 *out2_fmt, bool ubwc);
Dhelpers.c1286 u32 *out_fmt, u32 *out2_fmt, bool ubwc) in venus_helper_get_out_fmts() argument
1293 *out_fmt = *out2_fmt = 0; in venus_helper_get_out_fmts()
1310 *out2_fmt = fmt; in venus_helper_get_out_fmts()
1318 *out2_fmt = 0; in venus_helper_get_out_fmts()
1325 *out2_fmt = fmt; in venus_helper_get_out_fmts()
Dvdec.c572 u32 out_fmt, out2_fmt; in vdec_output_conf() local
601 &out2_fmt, ubwc); in vdec_output_conf()
608 venus_helper_get_framesz_raw(out2_fmt, width, height); in vdec_output_conf()
612 inst->opb_fmt = out2_fmt; in vdec_output_conf()
615 } else if (is_ubwc_fmt(out2_fmt)) { in vdec_output_conf()
619 inst->dpb_fmt = out2_fmt; in vdec_output_conf()