Searched refs:width_align (Results 1 – 4 of 4) sorted by relevance
| /linux/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 | 59 .width_align = IPU3_UAPI_ISP_VEC_ELEMS, 68 .width_align = 2 * IPU3_UAPI_ISP_VEC_ELEMS, 76 .width_align = 2 * IPU3_UAPI_ISP_VEC_ELEMS, 84 .width_align = 2 * IPU3_UAPI_ISP_VEC_ELEMS, 92 .width_align = 2 * IPU3_UAPI_ISP_VEC_ELEMS, 149 queue->width_pad = ALIGN(f->width, queue->css_fmt->width_align); in imgu_css_queue_init()
|
| /linux/drivers/media/platform/chips-media/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() 1367 aligned_width = round_up(q_data_src->width, width_align[chroma_format]); in coda9_jpeg_prepare_decode()
|
| /linux/drivers/media/platform/ti/vpe/ |
| H A D | vip.c | 1592 unsigned int hratio, vratio, width_align, height_align; in vip_try_fmt_vid_cap() local 1600 width_align = ALIGN(f->fmt.pix.width * bpp, VPDMA_STRIDE_ALIGN); in vip_try_fmt_vid_cap() 1601 width_align /= bpp; in vip_try_fmt_vid_cap() 1604 f->fmt.pix.width = width_align; in vip_try_fmt_vid_cap()
|