Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rockit/mpi/example/mod/
H A Dtest_mpi_gdc.cpp105 RK_U32 u32PointLen; member
377 ctx->u32PointLen = ctx->u32PointLen > ((w + h) * 2) ? (w + h) * 2 : ctx->u32PointLen; in test_mpi_gdc_get_src_point_array()
378 step = (RK_FLOAT)((w + h) * 2) / ctx->u32PointLen; in test_mpi_gdc_get_src_point_array()
380 for (RK_U32 i = 0; i < ctx->u32PointLen; i++) { in test_mpi_gdc_get_src_point_array()
404 … s32Ret = RK_MPI_GDC_FisheyePosQueryDst2SrcArray(&stQuery, &ctx->stTask.stImgIn, ctx->u32PointLen, in test_mpi_gdc_get_src_point_array()
419 ctx->u32PointLen = ctx->u32PointLen > ((w + h) * 2) ? (w + h) * 2 : ctx->u32PointLen; in test_mpi_gdc_get_pano_point_array()
420 step = (RK_FLOAT)((w + h) * 2) / ctx->u32PointLen; in test_mpi_gdc_get_pano_point_array()
422 for (RK_U32 i = 0; i < ctx->u32PointLen; i++) { in test_mpi_gdc_get_pano_point_array()
446 …MPI_GDC_FisheyePosQueryDst2PanoArray(&stQuery, &ctx->stTask.stImgIn, pano_region, ctx->u32PointLen, in test_mpi_gdc_get_pano_point_array()
1353 for (RK_U32 l = 0; l < ctx->u32PointLen; l++) { in test_mpi_gdc_api()
[all …]