Home | History | Annotate | Download | only in utils

Lines Matching refs:Crtc

24 	WBStreamer(VideoStreamer* streamer, Crtc* crtc, PixelFormat pixfmt)
27 Videomode m = crtc->mode();
29 m_capdev.set_port(crtc->idx());
92 WBFlipState(Card& card, Crtc* crtc, Plane* plane)
93 : m_card(card), m_crtc(crtc), m_plane(plane)
155 Crtc* m_crtc;
165 BarFlipState(Card& card, Crtc* crtc, Plane* plane, uint32_t width, uint32_t height)
166 : m_card(card), m_crtc(crtc), m_plane(plane)
240 Crtc* m_crtc;
345 printf("src %s, crtc %s\n", src_conn->fullname().c_str(), src_mode.to_string().c_str());
347 printf("dst %s, crtc %s\n", dst_conn->fullname().c_str(), dst_mode.to_string().c_str());