Home
last modified time | relevance | path

Searched refs:lower_margin (Results 1 – 20 of 20) sorted by relevance

/aosp12/system/extras/tests/framebuffer/
H A Drefresh.c69 uint64_t denominator = (uint64_t)( info.upper_margin + info.lower_margin + info.yres ) in main()
109 …info.upper_margin, info.lower_margin, info.left_margin, info.right_margin, info.pixclock, finfo.sm… in main()
/aosp12/hardware/qcom/display/msm8084/libexternal/
H A Dexternal.cpp274 info.lower_margin = mode->front_porch_v; in setDisplayTiming()
507 mVInfo.lower_margin, mVInfo.vsync_len, mVInfo.upper_margin, in setResolution()
526 mVInfo.lower_margin, mVInfo.vsync_len, mVInfo.upper_margin, in setResolution()
/aosp12/hardware/qcom/display/msm8960/libexternal/
H A Dexternal.cpp338 info.lower_margin = front_porch_v; in set_info()
598 mVInfo.lower_margin, mVInfo.vsync_len, mVInfo.upper_margin, in setResolution()
617 mVInfo.lower_margin, mVInfo.vsync_len, mVInfo.upper_margin, in setResolution()
/aosp12/hardware/qcom/display/msm8226/libexternal/
H A Dexternal.cpp274 info.lower_margin = mode->front_porch_v; in setDisplayTiming()
507 mVInfo.lower_margin, mVInfo.vsync_len, mVInfo.upper_margin, in setResolution()
526 mVInfo.lower_margin, mVInfo.vsync_len, mVInfo.upper_margin, in setResolution()
/aosp12/hardware/qcom/display/msm8994/libhdmi/
H A Dhdmi.cpp330 info.lower_margin = mode->front_porch_v; in setDisplayTiming()
525 mVInfo.lower_margin, mVInfo.vsync_len, mVInfo.upper_margin, in activateDisplay()
543 mVInfo.lower_margin, mVInfo.vsync_len, mVInfo.upper_margin, in activateDisplay()
/aosp12/hardware/qcom/display/msm8996/sdm/libs/core/fb/
H A Dhw_hdmi.cpp68 info->lower_margin = mode->front_porch_v; in MapHDMIDisplayTiming()
279 vscreeninfo.left_margin, vscreeninfo.lower_margin, vscreeninfo.vsync_len, in SetDisplayAttributes()
305 vscreeninfo.left_margin, vscreeninfo.lower_margin, vscreeninfo.vsync_len, in SetDisplayAttributes()
H A Dhw_primary.cpp252 display_attributes_.v_front_porch = var_screeninfo.lower_margin; in PopulateDisplayAttributes()
/aosp12/bionic/libc/kernel/uapi/linux/
H A Dfb.h229 __u32 lower_margin; member
/aosp12/hardware/qcom/display/msm8909w_3100/sdm/libs/core/fb/
H A Dhw_hdmi.cpp168 info->lower_margin = mode->front_porch_v; in MapHDMIDisplayTiming()
366 vscreeninfo.left_margin, vscreeninfo.lower_margin, vscreeninfo.vsync_len, in SetDisplayAttributes()
392 vscreeninfo.left_margin, vscreeninfo.lower_margin, vscreeninfo.vsync_len, in SetDisplayAttributes()
H A Dhw_primary.cpp241 display_attributes_.v_front_porch = var_screeninfo.lower_margin; in PopulateDisplayAttributes()
/aosp12/hardware/qcom/display/msm8998/sdm/libs/core/fb/
H A Dhw_hdmi.cpp168 info->lower_margin = mode->front_porch_v; in MapHDMIDisplayTiming()
354 vscreeninfo.left_margin, vscreeninfo.lower_margin, vscreeninfo.vsync_len, in SetDisplayAttributes()
380 vscreeninfo.left_margin, vscreeninfo.lower_margin, vscreeninfo.vsync_len, in SetDisplayAttributes()
H A Dhw_primary.cpp241 display_attributes_.v_front_porch = var_screeninfo.lower_margin; in PopulateDisplayAttributes()
/aosp12/hardware/qcom/display/msm8909/sdm/libs/core/fb/
H A Dhw_hdmi.cpp170 info->lower_margin = mode->front_porch_v; in MapHDMIDisplayTiming()
372 vscreeninfo.left_margin, vscreeninfo.lower_margin, vscreeninfo.vsync_len, in SetDisplayAttributes()
398 vscreeninfo.left_margin, vscreeninfo.lower_margin, vscreeninfo.vsync_len, in SetDisplayAttributes()
H A Dhw_primary.cpp241 display_attributes_.v_front_porch = var_screeninfo.lower_margin; in PopulateDisplayAttributes()
/aosp12/hardware/qcom/sdm845/display/sdm/libs/core/fb/
H A Dhw_hdmi.cpp171 info->lower_margin = mode->front_porch_v; in MapHDMIDisplayTiming()
361 vscreeninfo.left_margin, vscreeninfo.lower_margin, vscreeninfo.vsync_len, in SetDisplayAttributes()
387 vscreeninfo.left_margin, vscreeninfo.lower_margin, vscreeninfo.vsync_len, in SetDisplayAttributes()
H A Dhw_primary.cpp241 display_attributes_.v_front_porch = var_screeninfo.lower_margin; in PopulateDisplayAttributes()
/aosp12/hardware/qcom/sm8150/display/sdm/libs/core/fb/
H A Dhw_hdmi.cpp172 info->lower_margin = mode->front_porch_v; in MapHDMIDisplayTiming()
368 vscreeninfo.left_margin, vscreeninfo.lower_margin, vscreeninfo.vsync_len, in SetDisplayAttributes()
394 vscreeninfo.left_margin, vscreeninfo.lower_margin, vscreeninfo.vsync_len, in SetDisplayAttributes()
H A Dhw_primary.cpp241 display_attributes_.v_front_porch = var_screeninfo.lower_margin; in PopulateDisplayAttributes()
/aosp12/hardware/libhardware/modules/gralloc/
H A Dframebuffer.cpp207 uint64_t( info.upper_margin + info.lower_margin + info.yres )
/aosp12/hardware/google/gchips/gralloc3/src/
H A Dframebuffer_device.cpp275 …1000000000000000LLU / (uint64_t(info.upper_margin + info.lower_margin + info.yres + info.hsync_len… in init_frame_buffer_locked()