Searched defs:PartitionInfo (Results 1 – 3 of 3) sorted by relevance
77 struct PartitionInfo { struct78 int row; // row pixel offset of current 4x4 block79 int column; // column pixel offset of current 4x4 block80 int row_start; // row pixel offset of the start of the prediction block81 int column_start; // column pixel offset of the start of the prediction block82 int width; // prediction block width83 int height; // prediction block height
569 pub struct PartitionInfo { struct583 impl PartitionInfo { argument671 fn create_gpt_entry(partition: &PartitionInfo, offset: u64) -> GptPartitionEntry { in create_gpt_entry()687 partition: &PartitionInfo, in create_component_disks()729 partitions: &[PartitionInfo], in create_composite_disk()
43 final class PartitionInfo { class397 private PartitionInfo( in PartitionInfo() method in PartitionInfo