Home
last modified time | relevance | path

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

/linux/drivers/media/platform/qcom/venus/
A Dhelpers.h57 u32 *out2_fmt, bool ubwc);
A Dvdec.c681 u32 out_fmt, out2_fmt; in vdec_output_conf() local
706 &out2_fmt, ubwc); in vdec_output_conf()
713 venus_helper_get_framesz_raw(out2_fmt, width, height); in vdec_output_conf()
717 inst->opb_fmt = out2_fmt; in vdec_output_conf()
720 } else if (is_ubwc_fmt(out2_fmt)) { in vdec_output_conf()
724 inst->dpb_fmt = out2_fmt; in vdec_output_conf()
A Dhelpers.c1732 u32 *out_fmt, u32 *out2_fmt, bool ubwc) in venus_helper_get_out_fmts() argument
1739 *out_fmt = *out2_fmt = 0; in venus_helper_get_out_fmts()
1762 *out2_fmt = HFI_COLOR_FORMAT_NV12; in venus_helper_get_out_fmts()
1777 *out2_fmt = fmt; in venus_helper_get_out_fmts()
1785 *out2_fmt = 0; in venus_helper_get_out_fmts()
1792 *out2_fmt = fmt; in venus_helper_get_out_fmts()

Completed in 11 milliseconds