Searched refs:width_align (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/staging/media/ipu3/ |
H A D | ipu3-css.h | 88 u8 width_align; /* Alignment requirement for width_pad */ member
|
H A D | ipu3-css.c | 58 .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-6.6/drivers/staging/media/ipu3/ |
H A D | ipu3-css.h | 87 u8 width_align; /* Alignment requirement for width_pad */ member
|
H A D | ipu3-css.c | 58 .width_align = IPU3_UAPI_ISP_VEC_ELEMS, 67 .width_align = 2 * IPU3_UAPI_ISP_VEC_ELEMS, 75 .width_align = 2 * IPU3_UAPI_ISP_VEC_ELEMS, 83 .width_align = 2 * IPU3_UAPI_ISP_VEC_ELEMS, 91 .width_align = 2 * IPU3_UAPI_ISP_VEC_ELEMS, 148 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/ |
H A D | coda-jpeg.c | 163 static const unsigned char width_align[] = { variable 1108 aligned_width = round_up(q_data_src->width, width_align[chroma_format]); in coda9_jpeg_prepare_encode() 1369 aligned_width = round_up(q_data_src->width, width_align[chroma_format]); in coda9_jpeg_prepare_decode()
|
/kernel/linux/linux-6.6/drivers/media/platform/chips-media/ |
H A D | coda-jpeg.c | 163 static const unsigned char width_align[] = { variable 1108 aligned_width = round_up(q_data_src->width, width_align[chroma_format]); in coda9_jpeg_prepare_encode() 1367 aligned_width = round_up(q_data_src->width, width_align[chroma_format]); in coda9_jpeg_prepare_decode()
|
Completed in 11 milliseconds