Home
last modified time | relevance | path

Searched refs:dpi (Results 1 – 12 of 12) sorted by relevance

/tools/acloud/public/data/
Ddefault.config60 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/internal/lib/
Dgoldfish_utils.py235 dpi = avd_spec.hw_property.get(constants.HW_ALIAS_DPI)
236 if dpi:
237 args.extend(("-dpi-device", dpi))
Dgoldfish_compute_client_test.py90 x=self.X_RES, y=self.Y_RES, dpi=self.DPI)
226 dpi=self.AVD_SPEC_DPI),
Dcvd_runtime_config_test.py110 self.assertEqual(fake_cvd_runtime_config_webrtc.dpi, 320)
Dcvd_runtime_config.py193 def dpi(self): member in CvdRuntimeConfig
Dcheeps_compute_client_test.py63 x=self.X_RES, y=self.Y_RES, dpi=self.DPI)
Dcvd_compute_client_test.py71 x=self.X_RES, y=self.Y_RES, dpi=self.DPI)
Dcvd_compute_client_multi_stage_test.py86 x=self.X_RES, y=self.Y_RES, dpi=self.DPI)
/tools/acloud/list/
Dinstance.py485 "dpi": self._cf_runtime_cfg.dpi}
726 x_res=None, y_res=None, dpi=None): argument
750 if x_res and y_res and dpi:
752 "dpi": dpi}
Dlist_test.py199 dpi=240,
Dinstance_test.py70 dpi=480,
/tools/acloud/
DREADME.md99 properties of the AVD. You can specify the cpu, resolution, dpi, memory,and/or
101 `cpu:2,resolution:1280x700,dpi:160,memory:2g,disk:2g`