Home
last modified time | relevance | path

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

/system/cros-codecs/src/backend/v4l2/
Dencoder.rs1194 pub struct TestMmapFrameGenerator { struct
1195 counter: u64,
1196 max_count: u64,
1197 frame_layout: FrameLayout,
1200 impl TestMmapFrameGenerator { implementation
1206 impl Iterator for TestMmapFrameGenerator { implementation