/src/sys/dev/videomode/ |
vesagtf.c | 222 unsigned interlace; local in function:vesagtf_mode_params 260 /* 2. If interlace is requested, the number of vertical lines assumed 303 /* 6. If interlace is required, then set variable [INTERLACE]=0.5: 305 * [INTERLACE]=(IF([INT RQD?]="y",0.5,0)) 311 interlace = (flags & VESAGTF_FLAG_ILACE) ? 1 : 0; 313 print_value(6, "[2*INTERLACE]", interlace); 320 * [MIN PORCH RND]+[INTERLACE]) * 1000000 327 * [MIN PORCH RND]+[INTERLACE]) [all...] |
/src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv50/ |
atom.h | 39 bool interlace; member in struct:nv50_head_atom::nv50_head_mode
|
/src/sys/external/bsd/drm2/dist/drm/ |
drm_modes.c | 168 int interlace; local in function:drm_cvt_mode 218 interlace = 1; 220 interlace = 0; 252 interlace; 397 int interlace; local in function:drm_gtf_mode_complex 424 /* 2. If interlace is requested, the number of vertical lines assumed 447 /* 6. If interlace is required, then set variable interlace: */ 449 interlace = 1; 451 interlace = 0 [all...] |
/src/sys/external/bsd/drm2/dist/include/drm/ |
drm_connector.h | 1034 * @interlace: 1038 bool interlace; member in struct:drm_cmdline_mode
|
/src/sys/dev/pci/bktr/ |
bktr_core.c | 424 int rows, int interlace); 426 int rows, int interlace); 428 int rows, int interlace); 430 int rows, int interlace); 432 int rows, int interlace); 2749 rgb_vbi_prog(bktr_ptr_t bktr, char i_flag, int cols, int rows, int interlace) 2831 for (i = 0; i < (rows/interlace); i++) { 2855 target_buffer += interlace * pitch; 2889 for (i = 0; i < (rows/interlace); i++) { 2913 target_buffer += interlace * pitch 3447 int rows, cols, interlace; local in function:build_dma_prog [all...] |
/src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ |
amdgpu_dce_v10_0.c | 1241 int interlace = 0; local in function:dce_v10_0_audio_write_latency_fields 1261 interlace = 1; 1262 if (connector->latency_present[interlace]) { 1264 VIDEO_LIPSYNC, connector->video_latency[interlace]); 1266 AUDIO_LIPSYNC, connector->audio_latency[interlace]);
|
amdgpu_dce_v11_0.c | 1267 int interlace = 0; local in function:dce_v11_0_audio_write_latency_fields 1287 interlace = 1; 1288 if (connector->latency_present[interlace]) { 1290 VIDEO_LIPSYNC, connector->video_latency[interlace]); 1292 AUDIO_LIPSYNC, connector->audio_latency[interlace]);
|
amdgpu_dce_v6_0.c | 1144 int interlace = 0; local in function:dce_v6_0_audio_write_latency_fields 1162 interlace = 1; 1164 if (connector->latency_present[interlace]) { 1166 VIDEO_LIPSYNC, connector->video_latency[interlace]); 1168 AUDIO_LIPSYNC, connector->audio_latency[interlace]);
|
/src/sys/external/bsd/drm2/dist/drm/i915/display/ |
intel_sdvo_regs.h | 116 u8 interlace:1; member in struct:intel_sdvo_preferred_input_timing_args
|
/src/sys/dev/stbi/ |
stb_image.c | 2961 int first=1,k,interlace=0, iphone=0; local in function:parse_png_file 2987 interlace = get8(s); if (interlace>1) return e("bad interlace method","Corrupt PNG"); 3066 if (!create_png_image(z, z->expanded, raw_len, s->img_out_n, interlace)) return 0;
|