Home
last modified time | relevance | path

Searched refs:width_align (Results 1 – 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/staging/media/ipu3/
Dipu3-css.h88 u8 width_align; /* Alignment requirement for width_pad */ member
Dipu3-css.c58 .width_align = IPU3_UAPI_ISP_VEC_ELEMS,
68 .width_align = 2 * IPU3_UAPI_ISP_VEC_ELEMS,
77 .width_align = 2 * IPU3_UAPI_ISP_VEC_ELEMS,
86 .width_align = 2 * IPU3_UAPI_ISP_VEC_ELEMS,
95 .width_align = 2 * IPU3_UAPI_ISP_VEC_ELEMS,
152 queue->width_pad = ALIGN(f->width, queue->css_fmt->width_align); in imgu_css_queue_init()
/kernel/linux/linux-5.10/drivers/media/platform/coda/
Dcoda-jpeg.c163 static const unsigned char width_align[] = { variable
1102 aligned_width = round_up(q_data_src->width, width_align[chroma_format]); in coda9_jpeg_prepare_encode()
1363 aligned_width = round_up(q_data_src->width, width_align[chroma_format]); in coda9_jpeg_prepare_decode()
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/drivers/
D0020_linux_drivers_gpu.patch11965 + u16 width_align = 0;
12004 + width_align = ch->pix_format == DRM_FORMAT_NV15 ? 0xff : 0x7f;
12006 + if (xres == old_xres && !(xres & width_align) &&
12014 + xres = xres & ~width_align;
12016 + xres = (xres + width_align) & ~width_align;