Home
last modified time | relevance | path

Searched defs:TestDmabufFrameGenerator (Results 1 – 1 of 1) sorted by relevance

/system/cros-codecs/src/backend/v4l2/
Dencoder.rs1246 pub struct TestDmabufFrameGenerator { struct
1247 counter: u64,
1248 max_count: u64,
1249 coded_size: Resolution,
1250 visible_size: Resolution,
1251 gbm: Arc<gbm::Device<GbmDevice>>,
1254 impl TestDmabufFrameGenerator { implementation
1265 impl Iterator for TestDmabufFrameGenerator { implementation