Searched defs:video_mode (Results 1 - 8 of 8) sorted by relevance
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconf_xorg/fbc/ |
H A D | fbc_query_device.h | 52 sun_edid_mode_t *video_mode; /* Supported video modes array */ member in struct:__anon40
|
H A D | fbc_res_compatible.c | 65 char **video_mode, /* Returned video mode name */ 79 *video_mode = NULL; 153 *video_mode = line_ptr; 219 const char *res_mode_name, /* "-res <video_mode>", else NULL */ 310 * Incompatible "-res <video_mode>" mode 343 * Show that we didn't find an incompatible "-res <video_mode>" mode 346 * "-res <video_mode>" case. In the "-res ?" case, this is 369 * To check a "-res <video_mode>" command line option value for 391 const char *res_mode_name, /* "-res <video_mode>", else NULL */ 59 fbc_res_comp_parse( char *line_buf, char **fb_model_name, char **manufacturer_id, char **product_field, uint16_t *product_code, char **video_mode, char **error_text) argument
|
H A D | fbc_res.c | 337 edid_res_info[stream_index].video_mode, 493 if (edid_res_info[stream_index].video_mode == NULL) { 519 edid_res_info[stream_index].video_mode); 528 * Given a "-res <video_mode> ..." command line option: 550 fbc_video_mode_t *video_mode) /* Video mode (-res <video_mode>) */ 568 * "-res <video_mode> try" support. 578 ptr = strrchr(video_mode->name, '_'); 582 ptr = video_mode->name; 584 if (sscanf(ptr, "%dx%d", &video_mode 543 fbc_is_known_mode( XF86ConfigPtr configIR, fbc_dev_t *device, fbc_edid_res_t edid_res_info[], XF86ConfMonitorPtr monitor_sectn_ptr, char *mode_name_buf, size_t mode_name_buf_len, fbc_video_mode_t *video_mode) argument 794 fbc_res_validate_mode( XF86ConfigPtr configIR, fbc_dev_t *device, fbc_varient_t *fbvar, char mode_name_buf[], size_t mode_name_buf_len, fbc_video_mode_t *video_mode) argument [all...] |
H A D | fbc_xorg.h | 219 * "-res <video_mode>" command line option 221 fbc_video_mode_t video_mode; /* Video mode (e.g. ModeLine) name */ member in struct:__anon44
|
H A D | sun_edid.c | 1962 sun_edid_mode_t *video_mode; /* Ptr to video mode within list */ local 1965 for (video_mode = edid_modes; 1966 video_mode->name != NULL; 1967 video_mode += 1) { 1968 free(video_mode->name);
|
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconf_xorg/ast/ |
H A D | ast_res_try_now.c | 97 * approval (-res <video_mode> try). Return TRUE iff the trial is 104 fbc_video_mode_t *video_mode) /* Video mode (-res <video_mode>) */ 168 video_mode->name, FBC_TRIAL_TIME); 205 video_mode->width, 206 video_mode->height, 213 video_mode->name, 243 pitch * video_mode->height); 336 video_mode->name); 356 * Set the new video mode now (-res <video_mode> no 102 ast_res_mode_try( fbc_dev_t *device, fbc_video_mode_t *video_mode) argument 360 ast_res_mode_now( fbc_dev_t *device, fbc_video_mode_t *video_mode) argument [all...] |
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconf_xorg/efb/ |
H A D | efb_res_try_now.c | 99 * approval (-res <video_mode> try). Return TRUE iff the trial is 106 fbc_video_mode_t *video_mode) /* Video mode (-res <video_mode>) */ 173 video_mode->name, FBC_TRIAL_TIME); 210 video_mode->width, 211 video_mode->height, 218 video_mode->name, 248 pitch * video_mode->height); 341 video_mode->name); 363 * Set the new video mode now (-res <video_mode> no 104 efb_res_mode_try( fbc_dev_t *device, fbc_video_mode_t *video_mode) argument 367 efb_res_mode_now( fbc_dev_t *device, fbc_video_mode_t *video_mode) argument [all...] |
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconf_xorg/mga/ |
H A D | mga_res_try_now.c | 91 * approval (-res <video_mode> try). Return TRUE iff the trial is 98 fbc_video_mode_t *video_mode) /* Video mode (-res <video_mode>) */ 162 video_mode->name, FBC_TRIAL_TIME); 199 video_mode->width, 200 video_mode->height, 207 video_mode->name, 237 pitch * video_mode->height); 330 video_mode->name); 350 * Set the new video mode now (-res <video_mode> no 96 mga_res_mode_try( fbc_dev_t *device, fbc_video_mode_t *video_mode) argument 354 mga_res_mode_now( fbc_dev_t *device, fbc_video_mode_t *video_mode) argument [all...] |
Completed in 22 milliseconds