Searched refs:width_align (Results 1 – 4 of 4) sorted by relevance
88 u8 width_align; /* Alignment requirement for width_pad */ member
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()
163 static const unsigned char width_align[] = { variable1102 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()
11965 + 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;