Home
last modified time | relevance | path

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

/drivers/media/platform/qcom/venus/
Dhelpers.h52 u32 *out2_fmt, bool ubwc);
Dvdec.c652 u32 out_fmt, out2_fmt; in vdec_output_conf() local
677 &out2_fmt, ubwc); in vdec_output_conf()
684 venus_helper_get_framesz_raw(out2_fmt, width, height); in vdec_output_conf()
688 inst->opb_fmt = out2_fmt; in vdec_output_conf()
691 } else if (is_ubwc_fmt(out2_fmt)) { in vdec_output_conf()
695 inst->dpb_fmt = out2_fmt; in vdec_output_conf()
Dhelpers.c1562 u32 *out_fmt, u32 *out2_fmt, bool ubwc) in venus_helper_get_out_fmts() argument
1569 *out_fmt = *out2_fmt = 0; in venus_helper_get_out_fmts()
1592 *out2_fmt = HFI_COLOR_FORMAT_NV12; in venus_helper_get_out_fmts()
1607 *out2_fmt = fmt; in venus_helper_get_out_fmts()
1615 *out2_fmt = 0; in venus_helper_get_out_fmts()
1622 *out2_fmt = fmt; in venus_helper_get_out_fmts()