Searched refs:conceal_color (Results 1 – 5 of 5) sorted by relevance
40 ctr->conceal_color = *ctrl->p_new.p_s64; in vdec_op_s_ctrl()
210 u64 conceal_color; member
764 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()
648 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()
702 u32 conceal_color; member
Completed in 22 milliseconds