Home
last modified time | relevance | path

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

/Linux-v5.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()
/Linux-v5.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()
1344 aligned_width = round_up(q_data_src->width, width_align[chroma_format]); in coda9_jpeg_prepare_decode()