Searched refs:out2_fmt (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/platform/qcom/venus/ |
H A D | helpers.h | 52 u32 *out2_fmt, bool ubwc);
|
H A D | helpers.c | 1562 u32 *out_fmt, u32 *out2_fmt, bool ubwc) in venus_helper_get_out_fmts() 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() 1561 venus_helper_get_out_fmts(struct venus_inst *inst, u32 v4l2_fmt, u32 *out_fmt, u32 *out2_fmt, bool ubwc) venus_helper_get_out_fmts() argument
|
H A D | vdec.c | 652 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()
|
/kernel/linux/linux-6.6/drivers/media/platform/qcom/venus/ |
H A D | helpers.h | 57 u32 *out2_fmt, bool ubwc);
|
H A D | vdec.c | 750 u32 out_fmt, out2_fmt; in vdec_output_conf() local 775 &out2_fmt, ubwc); in vdec_output_conf() 782 venus_helper_get_framesz_raw(out2_fmt, width, height); in vdec_output_conf() 786 inst->opb_fmt = out2_fmt; in vdec_output_conf() 789 } else if (is_ubwc_fmt(out2_fmt) || is_10bit_ubwc_fmt(out_fmt)) { in vdec_output_conf() 793 inst->dpb_fmt = out2_fmt; in vdec_output_conf()
|
H A D | helpers.c | 1753 u32 *out_fmt, u32 *out2_fmt, bool ubwc) in venus_helper_get_out_fmts() 1760 *out_fmt = *out2_fmt = 0; in venus_helper_get_out_fmts() 1780 *out2_fmt = fmt; in venus_helper_get_out_fmts() 1793 *out2_fmt = fmt; in venus_helper_get_out_fmts() 1801 *out2_fmt = 0; in venus_helper_get_out_fmts() 1808 *out2_fmt = fmt; in venus_helper_get_out_fmts() 1752 venus_helper_get_out_fmts(struct venus_inst *inst, u32 v4l2_fmt, u32 *out_fmt, u32 *out2_fmt, bool ubwc) venus_helper_get_out_fmts() argument
|
Completed in 10 milliseconds