Home
last modified time | relevance | path

Searched refs:RK_ALIGN_16 (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/rockit/mpi/example/include/
H A Dtest_comm_utils.h52 #define RK_ALIGN_16(x) RK_ALIGN(x, 16) macro
/OK3568_Linux_fs/external/rockit/mpi/example/mod/
H A Dtest_mpi_venc.cpp654 stRoiAttr.stRect.s32X = RK_ALIGN_16((i + 1) * 16); in unit_test_mpi_venc()
655 stRoiAttr.stRect.s32Y = RK_ALIGN_16((i + 1) * 16); in unit_test_mpi_venc()
656 stRoiAttr.stRect.u32Width = RK_ALIGN_16(ctx->u32SrcWidth / (i + 2)); in unit_test_mpi_venc()
657 stRoiAttr.stRect.u32Height = RK_ALIGN_16(ctx->u32SrcHeight / (i + 2)); in unit_test_mpi_venc()