Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/media/platform/qcom/venus/
A Dvdec_ctrls.c40 ctr->conceal_color = *ctrl->p_new.p_s64; in vdec_op_s_ctrl()
A Dcore.h213 u64 conceal_color; member
A Dhfi_cmds.c773 color->conceal_color = *in & 0xff; in pkt_session_set_property_1x()
774 color->conceal_color |= ((*in >> 10) & 0xff) << 8; in pkt_session_set_property_1x()
775 color->conceal_color |= ((*in >> 20) & 0xff) << 16; in pkt_session_set_property_1x()
A Dvdec.c675 conceal = ctr->conceal_color & 0xffff; in vdec_set_properties()
676 conceal |= ((ctr->conceal_color >> 16) & 0xffff) << 10; in vdec_set_properties()
677 conceal |= ((ctr->conceal_color >> 32) & 0xffff) << 20; in vdec_set_properties()
A Dhfi_helper.h722 u32 conceal_color; member

Completed in 17 milliseconds