Home
last modified time | relevance | path

Searched refs:y_res (Results 1 – 19 of 19) sorted by relevance

/device/google/cuttlefish/guest/hals/hwcomposer/common/
Dbase_composer.h41 int32_t y_res() { return screen_view_->y_res(); } in y_res() function
Dscreen_view.cpp30 return line_length() * y_res() + 4 /* swiftshader padding */; in buffer_size()
Dscreen_view.h49 virtual int32_t y_res() const = 0;
Dstats_keeper.h170 int32_t y_res() const override { return screen_view_->y_res(); } in y_res() function
Dgralloc_utils.cpp88 return gralloc0_buffer->y_res; in GetHeight()
230 gralloc0_buffer->y_res, in Lock()
326 gralloc0_buffer->y_res, in LockYCbCr()
Dhwcomposer.cpp466 return pdev->composer->y_res(); in cvd_hwc_attribute()
Dcpu_composer.cpp434 screen_view_->y_res(), in CompositeLayer()
/device/google/cuttlefish/common/libs/device_config/
Ddevice_config.h52 int32_t y_res; member
71 int32_t screen_y_res() { return data_.screen.y_res; } in screen_y_res()
Dhost_device_config.cpp189 data_.screen.y_res = config.y_res(); in InitializeScreenConfiguration()
/device/google/cuttlefish/guest/hals/gralloc/legacy/
Dgralloc_vsoc_priv.h84 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()
Dmapper.cpp122 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()
Dregion_registry.cpp209 hnd->x_res, hnd->y_res, hnd->stride_in_pixels, hnd->total_size); in reference_region()
/device/google/cuttlefish/host/libs/vm_manager/
Dcrosvm_manager.cpp164 "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/
Dscreen_connector.h46 return cuttlefish::CuttlefishConfig::Get()->y_res(); in ScreenHeight()
/device/google/cuttlefish/guest/hals/hwcomposer/cutf_cvm/
Dvsocket_screen_view.h39 int32_t y_res() const override;
Dvsocket_screen_view.cpp131 int32_t VsocketScreenView::y_res() const { return y_res_; } in y_res() function in cuttlefish::VsocketScreenView
/device/google/cuttlefish/host/libs/config/
Dcuttlefish_config.h96 int y_res() const;
97 void set_y_res(int y_res);
Dcuttlefish_config.cpp219 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/
Dflags.cc57 DEFINE_int32(y_res, 1280, "Height of the screen in pixels");