Searched defs:CODED_SIZE (Results  1 – 4 of 4) sorted by relevance
| /system/cros-codecs/src/encoder/stateful/h265/ | 
| D | v4l2.rs | 173         const CODED_SIZE: Resolution = Resolution { width: 512, height: 512 };  in test_v4l2_encoder_userptr()  constant219         const CODED_SIZE: Resolution = Resolution { width: 512, height: 512 };  in test_v4l2_encoder_mmap()  constant
 257         const CODED_SIZE: Resolution = Resolution { width: 512, height: 512 };  in test_v4l2_encoder_dmabuf()  constant
 
 | 
| /system/cros-codecs/src/encoder/stateful/h264/ | 
| D | v4l2.rs | 181         const CODED_SIZE: Resolution = Resolution { width: 512, height: 512 };  in test_v4l2_encoder_userptr()  constant227         const CODED_SIZE: Resolution = Resolution { width: 512, height: 512 };  in test_v4l2_encoder_mmap()  constant
 265         const CODED_SIZE: Resolution = Resolution { width: 512, height: 512 };  in test_v4l2_encoder_dmabuf()  constant
 
 | 
| /system/cros-codecs/src/encoder/stateful/vp8/ | 
| D | v4l2.rs | 136         const CODED_SIZE: Resolution = Resolution { width: 512, height: 512 };  in test_v4l2_encoder_userptr()  constant203         const CODED_SIZE: Resolution = Resolution { width: 512, height: 512 };  in test_v4l2_encoder_mmap()  constant
 262         const CODED_SIZE: Resolution = Resolution { width: 512, height: 512 };  in test_v4l2_encoder_dmabuf()  constant
 
 | 
| /system/cros-codecs/src/encoder/stateful/vp9/ | 
| D | v4l2.rs | 153         const CODED_SIZE: Resolution = Resolution { width: 512, height: 512 };  in test_v4l2_encoder_userptr()  constant216         const CODED_SIZE: Resolution = Resolution { width: 512, height: 512 };  in test_v4l2_encoder_mmap()  constant
 271         const CODED_SIZE: Resolution = Resolution { width: 512, height: 512 };  in test_v4l2_encoder_dmabuf()  constant
 
 |