Home
last modified time | relevance | path

Searched refs:desired_protection (Results 1 – 7 of 7) sorted by relevance

/third_party/weston/libweston/
Dcontent-protection.c109 psurface->surface->pending.desired_protection = weston_cp; in set_type()
120 psurface->surface->pending.desired_protection = WESTON_HDCP_DISABLE; in protected_surface_destroy()
203 psurface->surface->pending.desired_protection = WESTON_HDCP_DISABLE; in free_protected_surface()
Dcompositor.c493 state->desired_protection = WESTON_HDCP_DISABLE; in weston_surface_state_init()
577 surface->desired_protection = WESTON_HDCP_DISABLE; in weston_surface_create()
2789 if (ev->surface->desired_protection > highest_requested) in weston_output_repaint()
2791 ev->surface->desired_protection; in weston_output_repaint()
2795 output->desired_protection = highest_requested; in weston_output_repaint()
3684 if (surface->desired_protection == protection) in weston_surface_set_desired_protection()
3686 surface->desired_protection = protection; in weston_surface_set_desired_protection()
3805 weston_surface_set_desired_protection(surface, state->desired_protection); in weston_surface_commit_state()
4118 sub->cached.desired_protection = surface->pending.desired_protection; in weston_subsurface_commit_to_cache()
6362 output->desired_protection = WESTON_HDCP_DISABLE; in weston_output_init()
/third_party/weston/include/libweston/
Dlibweston.h308 enum weston_hdcp_protection desired_protection; member
1363 enum weston_hdcp_protection desired_protection; member
1497 enum weston_hdcp_protection desired_protection; member
/third_party/weston/libweston/backend-drm/
Dfb.c551 ev->surface->desired_protection > output->base.current_protection) in drm_fb_get_from_view()
Dstate-propose.c916 ev->surface->desired_protection > output_base->current_protection) { in drm_output_propose_state()
Ddrm.c485 state->protection = output_base->desired_protection; in drm_output_repaint()
/third_party/weston/libweston/renderer-gl/
Dgl-renderer.c864 (ev->surface->desired_protection > WESTON_HDCP_DISABLE); in setup_censor_overrides()
867 (ev->surface->desired_protection > output->current_protection); in setup_censor_overrides()