Home
last modified time | relevance | path

Searched defs:refresh_rate (Results 1 – 9 of 9) sorted by relevance

/external/v4l-utils/utils/v4l2-ctl/
Dv4l2-ctl-modes.cpp11 static bool valid_params(int width, int height, int refresh_rate) in valid_params()
121 int refresh_rate, int reduced_blanking, in calc_cvt_modeline()
387 int refresh_rate, bool reduced_blanking, in calc_gtf_modeline()
/external/mesa3d/src/gallium/frontends/wgl/
Dstw_device.h85 int refresh_rate; member
/external/coreboot/src/drivers/aspeed/common/
Dast_mode.c37 u32 refresh_rate_index = 0, mode_id, color_index, refresh_rate; in ast_get_vbios_mode_info() local
Dast_drv.h207 u32 refresh_rate; member
/external/crosvm/vm_control/src/
Dgpu.rs64 pub refresh_rate: u32, field
/external/rust/android-crates-io/crates/vulkano/src/swapchain/
Ddisplay.rs422 pub fn refresh_rate(&self) -> u32 { in refresh_rate() method
/external/crosvm/devices/src/virtio/gpu/
Dedid.rs109 refresh_rate: u32, field
/external/mesa3d/include/drm-uapi/
Dd3dkmthk.h439 struct d3dddi_rational refresh_rate; member
/external/rust/android-crates-io/crates/ash/src/vk/
Ddefinitions.rs10880 pub refresh_rate: u32, field
10913 pub fn refresh_rate(mut self, refresh_rate: u32) -> Self { in refresh_rate() method