Searched defs:get_plane (Results 1 – 3 of 3) sorted by relevance
177 Plane* Card::get_plane(uint32_t id) const { return dynamic_cast<Plane*>(get_object(id)); } in get_plane() function in kms::Card
237 DrmDisplay::get_plane() in get_plane() function in XCam::DrmDisplay
836 unsigned char *get_plane(int plane) { return img->planes[plane]; } in get_plane() function