Lines Matching refs:not_8_pixel
198 cfg->not_8_pixel = 0; in get_vepu_pixel_stride()
206 if (check_8_pixel_aligned(cfg->not_8_pixel, hor_stride, 8, 1, "YUV420SP")) { in get_vepu_pixel_stride()
208 cfg->not_8_pixel = 1; in get_vepu_pixel_stride()
212 if (check_8_pixel_aligned(cfg->not_8_pixel, hor_stride, 16, 1, "YUV420P")) { in get_vepu_pixel_stride()
214 cfg->not_8_pixel = 1; in get_vepu_pixel_stride()
225 if (check_8_pixel_aligned(cfg->not_8_pixel, hor_stride, 8, 2, "YUV422_interleave")) { in get_vepu_pixel_stride()
227 cfg->not_8_pixel = 1; in get_vepu_pixel_stride()
245 if (check_8_pixel_aligned(cfg->not_8_pixel, hor_stride, 8, 2, "32bit RGB")) { in get_vepu_pixel_stride()
247 cfg->not_8_pixel = 1; in get_vepu_pixel_stride()
265 if (check_8_pixel_aligned(cfg->not_8_pixel, hor_stride, 8, 4, "16bit RGB")) { in get_vepu_pixel_stride()
267 cfg->not_8_pixel = 1; in get_vepu_pixel_stride()