[go: nahoru, domu]

Searched refs:vsub (Results 1 - 8 of 8) sorted by relevance

/drivers/media/platform/vsp1/
H A Dvsp1_video.h35 * @vsub: vertical subsampling factor
48 unsigned int vsub; member in struct:vsp1_format_info
H A Dvsp1_video.c237 height = round_down(height, info->vsub);
250 unsigned int vsub = i > 0 ? info->vsub : 1; local
260 * pix->height / vsub;
/drivers/gpu/drm/msm/
H A Dmsm_fb.c141 unsigned int hsub, vsub; local
149 vsub = drm_format_vert_chroma_subsampling(mode_cmd->pixel_format);
171 unsigned int height = mode_cmd->height / (i ? vsub : 1);
/drivers/gpu/drm/
H A Ddrm_fb_cma_helper.c116 unsigned int vsub; local
121 vsub = drm_format_vert_chroma_subsampling(mode_cmd->pixel_format);
125 unsigned int height = mode_cmd->height / (i ? vsub : 1);
H A Ddrm_crtc.c3069 int ret, hsub, vsub, num_planes, i; local
3079 vsub = drm_format_vert_chroma_subsampling(r->pixel_format);
3087 if (r->height == 0 || r->height % vsub) {
3094 unsigned int height = r->height / (i != 0 ? vsub : 1);
/drivers/gpu/drm/tegra/
H A Dfb.c132 unsigned int hsub, vsub, i; local
139 vsub = drm_format_vert_chroma_subsampling(cmd->pixel_format);
143 unsigned int height = cmd->height / (i ? vsub : 1);
/drivers/video/adf/
H A Dadf_client.c251 u8 hsub, vsub, num_planes, cpp[ADF_MAX_PLANES], i; local
264 vsub = adf_format_vert_chroma_subsampling(buf->format);
269 return adf_format_validate_yuv(parent, buf, num_planes, hsub, vsub,
H A Dadf.c1045 * @vsub: expected vertical chroma subsampling factor, in pixels
1055 u8 num_planes, u8 hsub, u8 vsub, u8 cpp[])
1072 if (buf->h == 0 || buf->h % vsub) {
1079 u32 height = buf->h / (i != 0 ? vsub : 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 128 milliseconds