Searched refs:get_plane (Results 1 – 6 of 6) sorted by relevance
33 Plane* get_plane(uint32_t id) const;
125 XCamReturn get_plane();
237 DrmDisplay::get_plane() in get_plane() function in XCam::DrmDisplay314 ret = get_plane(); in render_init()
177 Plane* Card::get_plane(uint32_t id) const { return dynamic_cast<Plane*>(get_object(id)); } in get_plane() function in kms::Card
257 Plane* p = card.get_plane(num); in parse_plane()
836 unsigned char *get_plane(int plane) { return img->planes[plane]; } in get_plane() function