Lines Matching defs:u32
167 pub fn to_value_plus1(self) -> u32 { in to_value_plus1()
800 pub const fn width(&self) -> u32 { in width()
807 pub const fn height(&self) -> u32 { in height()
824 fn sub_width_height_c(&self) -> (u32, u32) { in sub_width_height_c()
837 fn crop_unit_x_y(&self) -> (u32, u32) { in crop_unit_x_y()
848 pub fn max_frame_num(&self) -> u32 { in max_frame_num()
852 pub fn visible_rectangle(&self) -> Rect<u32> { in visible_rectangle()
928 pub fn max_num_order_frames(&self) -> u32 { in max_num_order_frames()
1023 pub fn frame_crop_offsets(mut self, top: u32, bottom: u32, left: u32, right: u32) -> Self { in frame_crop_offsets()
1032 pub fn frame_crop(self, top: u32, bottom: u32, left: u32, right: u32) -> Self { in frame_crop()
1047 pub fn resolution(mut self, width: u32, height: u32) -> Self { in resolution()
1156 num_units_in_tick: u32, in timing_info()
1157 time_scale: u32, in timing_info()