Searched refs:vbp (Results 1 – 10 of 10) sorted by relevance
/external/libkmsxx/kms++/src/ |
D | videomode.cpp | 116 string v = fmt::format("{}/{}/{}/{}/{}", vdisplay, vfp(), vsw(), vbp(), sync_to_char(vsync())); in to_string_long() 132 string v = fmt::format("{}/{}/{}/{}/{}", vdisplay, vfp(), vsw(), vbp(), sync_to_char(vsync())); in to_string_long_padded() 147 uint16_t vact, uint16_t vfp, uint16_t vsw, uint16_t vbp) in videomode_from_timings() argument 160 m.vtotal = vact + vfp + vsw + vbp; in videomode_from_timings()
|
D | modedb_dmt.cpp | 13 #define DRM_MODE(nm, c, hact, hfp, hsw, hbp, vact, vfp, vsw, vbp, f) … argument 17 …fp), .vsync_end = (vact) + (vfp) + (vsw), .vtotal = (vact) + (vfp) + (vsw) + (vbp), .vscan = 0, \ 18 ….vrefresh = DIV_ROUND(c * 1000, ((hact) + (hfp) + (hsw) + (hbp)) * ((vact) + (vfp) + (vsw) + (vbp)…
|
/external/libkmsxx/kms++/inc/kms++/ |
D | videomode.h | 37 uint16_t vbp() const { return vtotal - vsync_end; } in vbp() function 58 uint16_t vact, uint16_t vfp, uint16_t vsw, uint16_t vbp);
|
/external/llvm-project/clang/test/CodeGenCXX/ |
D | cfi-cast.cpp | 63 void vbp(void *p) { in vbp() function
|
/external/clang/test/CodeGenCXX/ |
D | cfi-cast.cpp | 63 void vbp(void *p) { in vbp() function
|
/external/libkmsxx/utils/ |
D | kmstest.cpp | 210 unsigned vbp = stoul(sm[12]); in parse_crtc() local 213 output.mode = videomode_from_timings(clock / 1000, hact, hfp, hsw, hbp, vact, vfp, vsw, vbp); in parse_crtc()
|
/external/cpuinfo/test/dmesg/ |
D | galaxy-grand-prime-value-edition.log | 617 <6>[ 0.604492] [1: swapper/0: 1] [c1] [LCD][gen_panel] vbp 6
|
D | galaxy-s6.log | 1985 [ 2.208954] [6: swapper/0: 1] vbp(15), vfp(1), vsa(1)
|
D | galaxy-s8-global.log | 1149 [ 1.145121] [6: swapper/0: 1] lcd_info: hfp 2 hbp 2 hsa 2 vfp 3 vbp 15 vsa 1
|
D | galaxy-a8-2018.log | 2089 [ 1.597196] [6: swapper/0: 1] decon: lcd_info: hfp 2 hbp 2 hsa 2 vfp 3 vbp 15 vsa 1
|