Searched defs:video (Results 1 - 5 of 5) sorted by relevance

/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconf_xorg/ast/
H A Dast_res_try_now.c79 * Signal handler for the duration of the video mode trial.
96 * Conduct a 10-second trial of the new video mode for the user's
124 CRTCInfoBlock video[AST_MAX_STREAMS]; local
148 * Get the current hardware video mode for each applicable stream
155 &video[stream_index],
165 * Ask whether the user is ready to try the new video mode
167 printf("About to change video resolution to \"%s\" for %d seconds\n",
197 * Set the new video mode for all applicable display devices
220 fbc_errormsg("Cannot set video mode for monitor%s!\n",
229 * Clear each screen after changing the video mod
[all...]
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconf_xorg/efb/
H A Defb_res_try_now.c81 * Signal handler for the duration of the video mode trial.
98 * Conduct a 10-second trial of the new video mode for the user's
129 CRTCInfoBlock video[EFB_MAX_STREAMS]; local
153 * Get the current hardware video mode for each applicable stream
160 &video[stream_index],
170 * Ask whether the user is ready to try the new video mode
172 printf("About to change video resolution to \"%s\" for %d seconds\n",
202 * Set the new video mode for all applicable display devices
225 fbc_errormsg("Cannot set video mode for monitor%s!\n",
234 * Clear each screen after changing the video mod
[all...]
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconf_xorg/mga/
H A Dmga_res_try_now.c73 * Signal handler for the duration of the video mode trial.
90 * Conduct a 10-second trial of the new video mode for the user's
118 CRTCInfoBlock video[MGA_MAX_STREAMS]; local
142 * Get the current hardware video mode for each applicable stream
149 &video[stream_index],
159 * Ask whether the user is ready to try the new video mode
161 printf("About to change video resolution to \"%s\" for %d seconds\n",
191 * Set the new video mode for all applicable display devices
214 fbc_errormsg("Cannot set video mode for monitor%s!\n",
223 * Clear each screen after changing the video mod
[all...]
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconf_xorg/fbc/
H A Dsun_edid.h88 float video; /* Signal Level Standard, Video */ member in struct:__anon48::__anon49
234 * Start of EDID video mode name list construction functions
250 sun_edid_mode_t *edid_modes); /* EDID video mode list */
H A Dsun_edid.c49 | EDID video mode names that are supported by the display device. |
308 float video; member in struct:__anon46
320 video_def->alg.video = sig_level_std[byte >> 5 & 0x03].video;
841 * Fill in some of the video timing info block
1187 * Start of EDID video mode name list construction functions
1197 * Insert a new video mode name at the end of a mode names array,
1215 sun_edid_mode_t *mode_ptr; /* Ptr to video mode within list */
1218 * Ignore this video mode if the caller didn't provide the name
1225 * Ignore the video mod
[all...]

Completed in 206 milliseconds