Searched refs:crtcs_ (Results 1 – 1 of 1) sorted by relevance
84 for (auto crtc : crtcs_ ) in ~DrmResources()117 auto it = crtcs_.find(resources_->crtcs[i]); in find_histogram_supporting_crtc()118 if (it == crtcs_.end()) { in find_histogram_supporting_crtc()154 crtcs_(resources_->count_crtcs), in DrmResources()165 crtcs_[crtc->crtc_id] = crtc; in DrmResources()175 std::unordered_map<int, drmModeCrtcPtr> crtcs_; member in __anona2530b8d0111::DrmResources