/device/google/cuttlefish/guest/hals/hwcomposer/common/ |
D | base_composer.h | 41 int32_t y_res() { return screen_view_->y_res(); } in y_res() function
|
D | screen_view.cpp | 30 return line_length() * y_res() + 4 /* swiftshader padding */; in buffer_size()
|
D | screen_view.h | 49 virtual int32_t y_res() const = 0;
|
D | stats_keeper.h | 170 int32_t y_res() const override { return screen_view_->y_res(); } in y_res() function
|
D | gralloc_utils.cpp | 88 return gralloc0_buffer->y_res; in GetHeight() 230 gralloc0_buffer->y_res, in Lock() 326 gralloc0_buffer->y_res, in LockYCbCr()
|
D | hwcomposer.cpp | 466 return pdev->composer->y_res(); in cvd_hwc_attribute()
|
D | cpu_composer.cpp | 434 screen_view_->y_res(), in CompositeLayer()
|
/device/google/cuttlefish/common/libs/device_config/ |
D | device_config.h | 52 int32_t y_res; member 71 int32_t screen_y_res() { return data_.screen.y_res; } in screen_y_res()
|
D | host_device_config.cpp | 189 data_.screen.y_res = config.y_res(); in InitializeScreenConfiguration()
|
/device/google/cuttlefish/guest/hals/gralloc/legacy/ |
D | gralloc_vsoc_priv.h | 84 int y_res; member 97 private_handle_t(int fd, int size, int format, int x_res, int y_res, 104 y_res(y_res), in fd()
|
D | mapper.cpp | 122 formatToYcbcr(hnd->format, hnd->x_res, hnd->y_res, base, ycbcr); in gralloc_lock_ycbcr() 152 h > hnd->y_res || in gralloc_validate_buffer_size()
|
D | region_registry.cpp | 209 hnd->x_res, hnd->y_res, hnd->stride_in_pixels, hnd->total_size); in reference_region()
|
/device/google/cuttlefish/host/libs/vm_manager/ |
D | crosvm_manager.cpp | 164 "height=", config_->y_res()); in StartCommands() 170 "height=", config_->y_res(), ",", in StartCommands() 188 ":", config_->x_res(), ":", config_->y_res()); in StartCommands()
|
/device/google/cuttlefish/host/libs/screen_connector/ |
D | screen_connector.h | 46 return cuttlefish::CuttlefishConfig::Get()->y_res(); in ScreenHeight()
|
/device/google/cuttlefish/guest/hals/hwcomposer/cutf_cvm/ |
D | vsocket_screen_view.h | 39 int32_t y_res() const override;
|
D | vsocket_screen_view.cpp | 131 int32_t VsocketScreenView::y_res() const { return y_res_; } in y_res() function in cuttlefish::VsocketScreenView
|
/device/google/cuttlefish/host/libs/config/ |
D | cuttlefish_config.h | 96 int y_res() const; 97 void set_y_res(int y_res);
|
D | cuttlefish_config.cpp | 219 int CuttlefishConfig::y_res() const { return (*dictionary_)[kYRes].asInt(); } in y_res() function in cuttlefish::CuttlefishConfig 220 void CuttlefishConfig::set_y_res(int y_res) { (*dictionary_)[kYRes] = y_res; } in set_y_res() argument
|
/device/google/cuttlefish/host/commands/assemble_cvd/ |
D | flags.cc | 57 DEFINE_int32(y_res, 1280, "Height of the screen in pixels");
|