| /system/cros-codecs/src/c2_wrapper/ |
| D | c2_v4l2_encoder.rs | 24 fn v4l2_format_to_coded_size(format: &v4l2r::Format) -> Resolution { in v4l2_format_to_coded_size() 57 ) -> Result<(Box<dyn VideoEncoder<V4l2VideoFrame<V>>>, Resolution, Resolution), String> { in get_encoder() argument
|
| D | c2_encoder.rs | 58 ) -> Result<(Box<dyn VideoEncoder<V>>, Resolution, Resolution), String>; in get_encoder() argument 64 ) -> Result<(Box<dyn VideoEncoder<V4l2VideoFrame<V>>>, Resolution, Resolution), String>; in get_encoder() argument
|
| D | c2_vaapi_encoder.rs | 62 ) -> Result<(Box<dyn VideoEncoder<V>>, Resolution, Resolution), String> { in get_encoder() argument
|
| /system/cros-codecs/src/ |
| D | decoder.rs | 40 fn coded_resolution(&self) -> Resolution; in coded_resolution() 44 fn set_coded_resolution(&mut self, resolution: Resolution); in set_coded_resolution() 94 fn coded_resolution(&self) -> Resolution; in coded_resolution() 97 fn display_resolution(&self) -> Resolution; in display_resolution() 121 fn coded_resolution(&self) -> Resolution { in coded_resolution() 125 fn display_resolution(&self) -> Resolution { in display_resolution()
|
| D | lib.rs | 79 pub struct Resolution { struct 84 impl Resolution { impl 112 impl From<(u32, u32)> for Resolution { implementation 132 impl From<Rect> for Resolution { implementation
|
| /system/cros-codecs/src/backend/dummy/ |
| D | decoder.rs | 56 fn coded_resolution(&self) -> Resolution { in coded_resolution() 60 fn display_resolution(&self) -> Resolution { in display_resolution() 106 fn coded_resolution(&self) -> Resolution { in coded_resolution() 110 fn set_coded_resolution(&mut self, _resolution: Resolution) {} in set_coded_resolution()
|
| /system/cros-codecs/src/backend/vaapi/ |
| D | decoder.rs | 48 fn coded_resolution(&self) -> Resolution { in coded_resolution() 52 fn display_resolution(&self) -> Resolution { in display_resolution() 81 fn coded_size(&self) -> Resolution; in coded_size()
|
| D | surface_pool.rs | 139 coded_resolution: Resolution, in new() 174 fn coded_resolution(&self) -> Resolution { in coded_resolution() 178 fn set_coded_resolution(&mut self, resolution: Resolution) { in set_coded_resolution()
|
| /system/cros-codecs/src/backend/v4l2/ |
| D | decoder.rs | 18 fn coded_size(&self) -> Resolution; in coded_size()
|
| D | encoder.rs | 544 visible_size: Resolution, in apply_selection() 589 coded_size: Resolution, in create() 590 visible_size: Resolution, in create() 1257 coded_size: Resolution, in new() 1258 visible_size: Resolution, in new() 1338 coded_size: Resolution, in perform_v4l2_encoder_dmabuf_test() 1339 visible_size: Resolution, in perform_v4l2_encoder_dmabuf_test()
|
| /system/cros-codecs/src/backend/v4l2/decoder/ |
| D | stateless.rs | 80 fn coded_resolution(&self) -> Resolution { in coded_resolution() 84 fn display_resolution(&self) -> Resolution { in display_resolution()
|
| /system/cros-codecs/src/encoder/stateful/h265/ |
| D | v4l2.rs | 85 coded_size: Resolution, in new() 135 coded_size: Resolution, in new()
|
| /system/cros-codecs/src/encoder/stateful/h264/ |
| D | v4l2.rs | 105 coded_size: Resolution, in new() 143 coded_size: Resolution, in new()
|
| /system/cros-codecs/src/video_frame/ |
| D | gbm_video_frame.rs | 344 fn resolution(&self) -> Resolution { in resolution() 489 visible_resolution: Resolution, in new_frame() 490 coded_resolution: Resolution, in new_frame() 618 resolution: Resolution, in import_from_v4l2()
|
| D | frame_pool.rs | 46 fn resolution(&self) -> Resolution { in resolution()
|
| D | v4l2_mmap_video_frame.rs | 104 fn resolution(&self) -> Resolution { in resolution()
|
| /system/cros-codecs/src/encoder/stateful/vp8/ |
| D | v4l2.rs | 60 coded_size: Resolution, in new() 96 coded_size: Resolution, in new()
|
| /system/cros-codecs/src/encoder/stateful/vp9/ |
| D | v4l2.rs | 73 coded_size: Resolution, in new() 113 coded_size: Resolution, in new()
|
| /system/cros-codecs/src/decoder/stateless/h265/ |
| D | dummy.rs | 31 _: Resolution, in new_picture()
|
| /system/cros-codecs/src/decoder/stateless/vp8/ |
| D | v4l2.rs | 40 fn coded_size(&self) -> Resolution { in coded_size()
|
| D | vaapi.rs | 54 fn coded_size(&self) -> Resolution { in coded_size() 115 resolution: &Resolution, in build_pic_param()
|
| /system/cros-codecs/src/decoder/stateless/vp9/ |
| D | v4l2.rs | 46 fn coded_size(&self) -> Resolution { in coded_size()
|
| /system/cros-codecs/examples/ccenc/ |
| D | main.rs | 83 input_coded_resolution: Resolution, in enqueue_work()
|
| /system/cros-codecs/src/decoder/stateless/av1/ |
| D | v4l2.rs | 48 fn coded_size(&self) -> Resolution { in coded_size()
|
| /system/cros-codecs/src/decoder/stateless/h264/ |
| D | v4l2.rs | 53 fn coded_size(&self) -> Resolution { in coded_size()
|