Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/media/ipu3/
H A Dipu3-css.h87 u8 width_align; /* Alignment requirement for width_pad */ member
H A Dipu3-css.c58 .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()
/openbmc/linux/drivers/media/platform/chips-media/
H A Dcoda-jpeg.c163 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()