Searched refs:not_8_pixel (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/external/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
|
| /OK3568_Linux_fs/external/rockit/mpi/example/common/ |
| H A D | test_comm_imgproc.cpp | 478 static RK_S32 not_8_pixel = 0; in TEST_COMM_FillImage() local 674 if (util_check_8_pixel_aligned(not_8_pixel, hor_stride, in TEST_COMM_FillImage() 677 not_8_pixel = 1; in TEST_COMM_FillImage() 704 if (util_check_8_pixel_aligned(not_8_pixel, hor_stride, in TEST_COMM_FillImage() 707 not_8_pixel = 1; in TEST_COMM_FillImage() 730 if (util_check_8_pixel_aligned(not_8_pixel, hor_stride, in TEST_COMM_FillImage() 733 not_8_pixel = 1; in TEST_COMM_FillImage()
|
| /OK3568_Linux_fs/external/mpp/utils/ |
| H A D | utils.c | 1036 static RK_S32 not_8_pixel = 0; in fill_image() local 1235 if (util_check_8_pixel_aligned(not_8_pixel, hor_stride, in fill_image() 1238 not_8_pixel = 1; in fill_image() 1265 if (util_check_8_pixel_aligned(not_8_pixel, hor_stride, in fill_image() 1268 not_8_pixel = 1; in fill_image() 1291 if (util_check_8_pixel_aligned(not_8_pixel, hor_stride, in fill_image() 1294 not_8_pixel = 1; in fill_image()
|