Searched defs:TestDmabufFrameGenerator (Results 1 – 1 of 1) sorted by relevance
1246 pub struct TestDmabufFrameGenerator { struct1247 counter: u64,1248 max_count: u64,1249 coded_size: Resolution,1250 visible_size: Resolution,1251 gbm: Arc<gbm::Device<GbmDevice>>,1254 impl TestDmabufFrameGenerator { implementation1265 impl Iterator for TestDmabufFrameGenerator { implementation