Home
last modified time | relevance | path

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

/linux/drivers/media/platform/qcom/venus/
A Dvdec_ctrls.c40 ctr->conceal_color = *ctrl->p_new.p_s64; in vdec_op_s_ctrl()
A Dcore.h210 u64 conceal_color; member
A Dhfi_cmds.c764 color->conceal_color = *in & 0xff; in pkt_session_set_property_1x()
765 color->conceal_color |= ((*in >> 10) & 0xff) << 8; in pkt_session_set_property_1x()
766 color->conceal_color |= ((*in >> 20) & 0xff) << 16; in pkt_session_set_property_1x()
A Dvdec.c648 conceal = ctr->conceal_color & 0xffff; in vdec_set_properties()
649 conceal |= ((ctr->conceal_color >> 16) & 0xffff) << 10; in vdec_set_properties()
650 conceal |= ((ctr->conceal_color >> 32) & 0xffff) << 20; in vdec_set_properties()
A Dhfi_helper.h702 u32 conceal_color; member

Completed in 22 milliseconds