Home | History | Annotate | Download | only in utils

Lines Matching refs:Crtc

29 	CameraPipeline(int cam_fd, Card& card, Crtc* crtc, Plane* plane, uint32_t x, uint32_t y,
43 Crtc* m_crtc;
100 CameraPipeline::CameraPipeline(int cam_fd, Card& card, Crtc *crtc, Plane* plane, uint32_t x, uint32_t y,
103 : m_fd(cam_fd), m_crtc(crtc), m_buffer_provider(buffer_provider), m_prev_fb_index(-1)
336 auto crtc = conn->get_current_crtc();
337 printf("Display: %dx%d\n", crtc->width(), crtc->height());
363 for (Plane* p : crtc->get_possible_planes()) {
375 uint32_t plane_w = crtc->width() / camera_fds.size();
382 auto cam = new CameraPipeline(cam_fd, card, crtc, plane, i * plane_w, 0,
383 plane_w, crtc->height(), pixfmt, buffer_provider);