Searched defs:VISIBLE_SIZE (Results 1 – 4 of 4) sorted by relevance
| /system/cros-codecs/src/encoder/stateful/h265/ |
| D | v4l2.rs | 172 const VISIBLE_SIZE: Resolution = Resolution { width: 500, height: 500 }; in test_v4l2_encoder_userptr() constant 218 const VISIBLE_SIZE: Resolution = Resolution { width: 500, height: 500 }; in test_v4l2_encoder_mmap() constant 256 const VISIBLE_SIZE: Resolution = Resolution { width: 500, height: 500 }; in test_v4l2_encoder_dmabuf() constant
|
| /system/cros-codecs/src/encoder/stateful/h264/ |
| D | v4l2.rs | 180 const VISIBLE_SIZE: Resolution = Resolution { width: 500, height: 500 }; in test_v4l2_encoder_userptr() constant 226 const VISIBLE_SIZE: Resolution = Resolution { width: 500, height: 500 }; in test_v4l2_encoder_mmap() constant 264 const VISIBLE_SIZE: Resolution = Resolution { width: 500, height: 500 }; in test_v4l2_encoder_dmabuf() constant
|
| /system/cros-codecs/src/encoder/stateful/vp8/ |
| D | v4l2.rs | 135 const VISIBLE_SIZE: Resolution = Resolution { width: 500, height: 500 }; in test_v4l2_encoder_userptr() constant 202 const VISIBLE_SIZE: Resolution = Resolution { width: 500, height: 500 }; in test_v4l2_encoder_mmap() constant 261 const VISIBLE_SIZE: Resolution = Resolution { width: 500, height: 500 }; in test_v4l2_encoder_dmabuf() constant
|
| /system/cros-codecs/src/encoder/stateful/vp9/ |
| D | v4l2.rs | 152 const VISIBLE_SIZE: Resolution = Resolution { width: 500, height: 500 }; in test_v4l2_encoder_userptr() constant 215 const VISIBLE_SIZE: Resolution = Resolution { width: 500, height: 500 }; in test_v4l2_encoder_mmap() constant 270 const VISIBLE_SIZE: Resolution = Resolution { width: 500, height: 500 }; in test_v4l2_encoder_dmabuf() constant
|