[go: nahoru, domu]

Searched refs:hsub (Results 1 - 9 of 9) sorted by relevance

/drivers/media/platform/vsp1/
H A Dvsp1_video.h34 * @hsub: horizontal subsampling factor
47 unsigned int hsub; member in struct:vsp1_format_info
H A Dvsp1_video.c236 width = round_down(width, info->hsub);
249 unsigned int hsub = i > 0 ? info->hsub : 1; local
255 pix->width / hsub * info->bpp[i] / 8,
/drivers/gpu/drm/msm/
H A Dmsm_fb.c141 unsigned int hsub, vsub; local
148 hsub = drm_format_horz_chroma_subsampling(mode_cmd->pixel_format);
170 unsigned int width = mode_cmd->width / (i ? hsub : 1);
/drivers/gpu/drm/
H A Ddrm_fb_cma_helper.c115 unsigned int hsub; local
120 hsub = drm_format_horz_chroma_subsampling(mode_cmd->pixel_format);
124 unsigned int width = mode_cmd->width / (i ? hsub : 1);
H A Ddrm_crtc.c3069 int ret, hsub, vsub, num_planes, i; local
3078 hsub = drm_format_horz_chroma_subsampling(r->pixel_format);
3082 if (r->width == 0 || r->width % hsub) {
3093 unsigned int width = r->width / (i != 0 ? hsub : 1);
/drivers/gpu/drm/msm/mdp/mdp5/
H A Dmdp5_plane.c164 int i, hsub, nlines, nblks, ret; local
166 hsub = drm_format_horz_chroma_subsampling(format);
175 fetch_stride = width * cpp / (i ? hsub : 1);
/drivers/gpu/drm/tegra/
H A Dfb.c132 unsigned int hsub, vsub, i; local
138 hsub = drm_format_horz_chroma_subsampling(cmd->pixel_format);
142 unsigned int width = cmd->width / (i ? hsub : 1);
/drivers/video/adf/
H A Dadf_client.c251 u8 hsub, vsub, num_planes, cpp[ADF_MAX_PLANES], i; local
263 hsub = adf_format_horz_chroma_subsampling(buf->format);
269 return adf_format_validate_yuv(parent, buf, num_planes, hsub, vsub,
H A Dadf.c1044 * @hsub: expected horizontal chroma subsampling factor, in pixels
1055 u8 num_planes, u8 hsub, u8 vsub, u8 cpp[])
1067 if (buf->w == 0 || buf->w % hsub) {
1078 u32 width = buf->w / (i != 0 ? hsub : 1);
1054 adf_format_validate_yuv(struct adf_device *dev, struct adf_buffer *buf, u8 num_planes, u8 hsub, u8 vsub, u8 cpp[]) argument

Completed in 221 milliseconds