OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VESAGTF_FLAG_ILACE
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/videomode/
vesagtf.h
82
#define
VESAGTF_FLAG_ILACE
0x0001 /* use interlace */
vesagtf.c
269
v_lines = (flags &
VESAGTF_FLAG_ILACE
) ? DIVIDE(v_lines, 2) : v_lines;
280
v_field_rqd = (flags &
VESAGTF_FLAG_ILACE
) ? (freq * 2) : (freq);
311
interlace = (flags &
VESAGTF_FLAG_ILACE
) ? 1 : 0;
442
v_frame_rate = (flags &
VESAGTF_FLAG_ILACE
) ?
Completed in 11 milliseconds
Indexes created Fri Oct 17 00:09:41 GMT 2025