HomeSort by: relevance | last modified time | path
    Searched defs:hsub (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/external/bsd/drm2/drm/
drm_gem_framebuffer_helper.c 126 unsigned hsub = (plane > 0 ? fb->format->hsub : 1); /* XXX ? */ local in function:drm_gem_fb_create_with_funcs
139 + (mode_cmd->width/hsub)*fb->format->cpp[plane]
  /src/sys/external/bsd/drm2/dist/include/drm/
drm_fourcc.h 128 /** @hsub: Horizontal chroma subsampling factor */
129 u8 hsub; member in struct:drm_format_info
202 return info->is_yuv && info->hsub == 4 && info->vsub == 4;
217 return info->is_yuv && info->hsub == 4 && info->vsub == 1;
232 return info->is_yuv && info->hsub == 2 && info->vsub == 2;
247 return info->is_yuv && info->hsub == 2 && info->vsub == 1;
262 return info->is_yuv && info->hsub == 1 && info->vsub == 1;
284 return width / info->hsub;
  /src/sys/arch/arm/sunxi/
sunxi_mixer.c 1022 const int hsub = format->hsub; local in function:sunxi_mixer_vsu_init
1025 const u_int src_cw = src_w / hsub;
1036 VSU_WRITE(sc, VS_C_HSTEP_REG, (hstep / hsub) << 4);
  /src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_sprite.c 261 u32 src_x, src_y, src_w, src_h, hsub, vsub; local in function:intel_plane_check_src_coordinates
283 hsub = fb->format->hsub;
286 hsub = vsub = max(fb->format->hsub, fb->format->vsub);
289 if (src_x % hsub || src_w % hsub) {
291 src_x, src_w, hsub, rotated ? "rotated " : "");
intel_display.c 2608 .cpp = { 4, 1, }, .hsub = 8, .vsub = 16, },
2610 .cpp = { 4, 1, }, .hsub = 8, .vsub = 16, },
2612 .cpp = { 4, 1, }, .hsub = 8, .vsub = 16, .has_alpha = true, },
2614 .cpp = { 4, 1, }, .hsub = 8, .vsub = 16, .has_alpha = true, },
2627 .hsub = 1, .vsub = 1, },
2630 .hsub = 1, .vsub = 1, },
2633 .hsub = 1, .vsub = 1, .has_alpha = true },
2636 .hsub = 1, .vsub = 1, .has_alpha = true },
2639 .hsub = 2, .vsub = 1, .is_yuv = true },
2642 .hsub = 2, .vsub = 1, .is_yuv = true }
2910 int hsub, vsub; local in function:intel_fb_check_ccs_xy
2954 int hsub, vsub; local in function:intel_fb_plane_dims
3168 unsigned int hsub = i ? fb->format->hsub : 1; local in function:intel_plane_remap_gtt
3746 int hsub; local in function:skl_check_main_ccs_coordinates
3956 int hsub, vsub; local in function:skl_check_ccs_aux_surface
    [all...]

Completed in 59 milliseconds