Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xfree86/modes/
H A Dxf86Modes.c109 float a_active, a_total, active_percent, pixels_per_second; in xf86ModeBandwidth() local
115 a_active = mode->HDisplay * mode->VDisplay; in xf86ModeBandwidth()
117 active_percent = a_active / a_total; in xf86ModeBandwidth()