/aosp12/system/extras/tests/framebuffer/ |
H A D | refresh.c | 69 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 D | external.cpp | 274 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 D | external.cpp | 338 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 D | external.cpp | 274 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 D | hdmi.cpp | 330 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 D | hw_hdmi.cpp | 68 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 D | hw_primary.cpp | 252 display_attributes_.v_front_porch = var_screeninfo.lower_margin; in PopulateDisplayAttributes()
|
/aosp12/bionic/libc/kernel/uapi/linux/ |
H A D | fb.h | 229 __u32 lower_margin; member
|
/aosp12/hardware/qcom/display/msm8909w_3100/sdm/libs/core/fb/ |
H A D | hw_hdmi.cpp | 168 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 D | hw_primary.cpp | 241 display_attributes_.v_front_porch = var_screeninfo.lower_margin; in PopulateDisplayAttributes()
|
/aosp12/hardware/qcom/display/msm8998/sdm/libs/core/fb/ |
H A D | hw_hdmi.cpp | 168 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 D | hw_primary.cpp | 241 display_attributes_.v_front_porch = var_screeninfo.lower_margin; in PopulateDisplayAttributes()
|
/aosp12/hardware/qcom/display/msm8909/sdm/libs/core/fb/ |
H A D | hw_hdmi.cpp | 170 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 D | hw_primary.cpp | 241 display_attributes_.v_front_porch = var_screeninfo.lower_margin; in PopulateDisplayAttributes()
|
/aosp12/hardware/qcom/sdm845/display/sdm/libs/core/fb/ |
H A D | hw_hdmi.cpp | 171 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 D | hw_primary.cpp | 241 display_attributes_.v_front_porch = var_screeninfo.lower_margin; in PopulateDisplayAttributes()
|
/aosp12/hardware/qcom/sm8150/display/sdm/libs/core/fb/ |
H A D | hw_hdmi.cpp | 172 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 D | hw_primary.cpp | 241 display_attributes_.v_front_porch = var_screeninfo.lower_margin; in PopulateDisplayAttributes()
|
/aosp12/hardware/libhardware/modules/gralloc/ |
H A D | framebuffer.cpp | 207 uint64_t( info.upper_margin + info.lower_margin + info.yres )
|
/aosp12/hardware/google/gchips/gralloc3/src/ |
H A D | framebuffer_device.cpp | 275 …1000000000000000LLU / (uint64_t(info.upper_margin + info.lower_margin + info.yres + info.hsync_len… in init_frame_buffer_locked()
|