Home
last modified time | relevance | path

Searched refs:conceal_color (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/media/platform/qcom/venus/
H A Dvdec_ctrls.c40 ctr->conceal_color = *ctrl->p_new.p_s64; in vdec_op_s_ctrl()
H A Dcore.h244 u64 conceal_color; member
H A Dhfi_cmds.c774 color->conceal_color = *in & 0xff; in pkt_session_set_property_1x()
775 color->conceal_color |= ((*in >> 10) & 0xff) << 8; in pkt_session_set_property_1x()
776 color->conceal_color |= ((*in >> 20) & 0xff) << 16; in pkt_session_set_property_1x()
H A Dvdec.c714 conceal = ctr->conceal_color & 0xffff; in vdec_set_properties()
715 conceal |= ((ctr->conceal_color >> 16) & 0xffff) << 10; in vdec_set_properties()
716 conceal |= ((ctr->conceal_color >> 32) & 0xffff) << 20; in vdec_set_properties()
H A Dhfi_helper.h729 u32 conceal_color; member