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()
213 u64 conceal_color; member
773 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()
675 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()
722 u32 conceal_color; member