Searched refs:dpi (Results 1 – 11 of 11) sorted by relevance
/tools/acloud/public/data/ |
D | default.config | 60 value: "cpu:4,resolution:720x1280,dpi:320,memory:6g" 65 value: "cpu:4,resolution:1280x800,dpi:160,memory:6g" 70 value: "cpu:4,resolution:320x320,dpi:240,memory:2g" 75 value: "cpu:4,resolution:2560x1800,dpi:320,memory:6g" 80 value: "cpu:4,resolution:1768x2208,dpi:386,memory:4g" 85 value: "cpu:4,resolution:720x1280,dpi:320,memory:4g" 90 value: "cpu:4,resolution:1280x800,dpi:160,memory:4g" 95 value: "cpu:4,resolution:320x320,dpi:240,memory:2g" 100 value: "cpu:4,resolution:2560x1800,dpi:320,memory:4g" 105 value: "cpu:4,resolution:1920x1080,dpi:213,memory:2g" [all …]
|
/tools/acloud/list/ |
D | instance.py | 386 "dpi": self._cf_runtime_cfg.dpi} 542 x_res=None, y_res=None, dpi=None): argument 566 if x_res and y_res and dpi: 568 "dpi": dpi}
|
D | list_test.py | 181 dpi=240,
|
D | instance_test.py | 68 dpi=480,
|
/tools/acloud/internal/lib/ |
D | cvd_runtime_config_test.py | 110 self.assertEqual(fake_cvd_runtime_config_webrtc.dpi, 320)
|
D | goldfish_compute_client_test.py | 68 x=self.X_RES, y=self.Y_RES, dpi=self.DPI)
|
D | cvd_runtime_config.py | 187 def dpi(self): member in CvdRuntimeConfig
|
D | cheeps_compute_client_test.py | 62 x=self.X_RES, y=self.Y_RES, dpi=self.DPI)
|
D | cvd_compute_client_test.py | 70 x=self.X_RES, y=self.Y_RES, dpi=self.DPI)
|
D | cvd_compute_client_multi_stage_test.py | 75 x=self.X_RES, y=self.Y_RES, dpi=self.DPI)
|
/tools/acloud/ |
D | README.md | 102 properties of the AVD. You can specify the cpu, resolution, dpi, memory,and/or 104 `cpu:2,resolution:1280x700,dpi:160,memory:2g,disk:2g`
|