Searched refs:crtc_ (Results 1 – 4 of 4) sorted by relevance
/external/drm_hwcomposer/ |
D | drmdisplaycomposition.cpp | 51 crtc_ = crtc; // Can be NULL if we haven't modeset yet in Init() 122 DrmCompositionPlane{plane, crtc_, DrmCompositionPlane::kSourceNone}); in AddPlaneDisable() 266 CountUsablePlanes(crtc_, primary_planes, overlay_planes); in Plan() 268 ALOGE("Display %d has no usable planes", crtc_->display()); in Plan() 349 DrmCompositionPlane{TakePlane(crtc_, primary_planes, overlay_planes), in Plan() 350 crtc_, layers_remaining[last_composition_layer]}); in Plan() 358 DrmCompositionPlane{TakePlane(crtc_, primary_planes, overlay_planes), in Plan() 359 crtc_, DrmCompositionPlane::kSourcePreComp}); in Plan() 368 DrmCompositionPlane{TakePlane(crtc_, primary_planes, overlay_planes), in Plan() 369 crtc_, DrmCompositionPlane::kSourceSquash}); in Plan() [all …]
|
D | drmencoder.cpp | 29 crtc_(current_crtc), in DrmEncoder() 42 return crtc_; in crtc() 46 crtc_ = crtc; in set_crtc()
|
D | drmdisplaycomposition.h | 120 return crtc_; in crtc() 137 DrmCrtc *crtc_ = NULL; variable
|
D | drmencoder.h | 48 DrmCrtc *crtc_; variable
|