Searched refs:not_8_pixel (Results 1 – 3 of 3) sorted by relevance
| /rockchip-linux_mpp/mpp/hal/vpu/common/ |
| H A D | vepu_common.c | 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() [all …]
|
| H A D | vepu_common.h | 46 RK_S32 not_8_pixel; member
|
| /rockchip-linux_mpp/utils/ |
| H A D | utils.c | 1085 static RK_S32 not_8_pixel = 0; in fill_image() local 1284 if (util_check_8_pixel_aligned(not_8_pixel, hor_stride, in fill_image() 1287 not_8_pixel = 1; in fill_image() 1314 if (util_check_8_pixel_aligned(not_8_pixel, hor_stride, in fill_image() 1317 not_8_pixel = 1; in fill_image() 1340 if (util_check_8_pixel_aligned(not_8_pixel, hor_stride, in fill_image() 1343 not_8_pixel = 1; in fill_image()
|