Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rockit/mpi/example/mod/
H A Dtest_mpi_gdc.cpp337 POINT_S stDstPoint, stSrcPoint; in test_mpi_gdc_get_src_point() local
341 stDstPoint.s32X = 0; in test_mpi_gdc_get_src_point()
342 stDstPoint.s32Y = 540; in test_mpi_gdc_get_src_point()
343 …s32Ret = RK_MPI_GDC_FisheyePosQueryDst2Src(&stQuery, &ctx->stTask.stImgIn, &stDstPoint, &stSrcPoin… in test_mpi_gdc_get_src_point()
347 RK_LOGD("region:%d dst:%d,%d src:%d,%d", region, stDstPoint.s32X, stDstPoint.s32Y, in test_mpi_gdc_get_src_point()
356 POINT_S stDstPoint, stPanoPoint; in test_mpi_gdc_get_pano_point() local
360 stDstPoint.s32X = 0; in test_mpi_gdc_get_pano_point()
361 stDstPoint.s32Y = 540; in test_mpi_gdc_get_pano_point()
362 …s32Ret = RK_MPI_GDC_FisheyePosQueryDst2Pano(&stQuery, &ctx->stTask.stImgIn, 0, &stDstPoint, &stPan… in test_mpi_gdc_get_pano_point()
366 RK_LOGD("region:%d dst:%d,%d pano:%d,%d", region, stDstPoint.s32X, stDstPoint.s32Y, in test_mpi_gdc_get_pano_point()