Searched refs:stQuery (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/external/rockit/mpi/example/mod/ |
| H A D | test_mpi_gdc.cpp | 336 GDC_FISHEYE_POINT_QUERY_ATTR_S stQuery; in test_mpi_gdc_get_src_point() local 338 memset(&stQuery, 0, sizeof(sizeof(FISHEYE_ATTR_S))); in test_mpi_gdc_get_src_point() 339 stQuery.pstFishEyeAttr = &ctx->stFisheyeAttr; in test_mpi_gdc_get_src_point() 340 stQuery.u32RegionIndex = region; 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() 355 GDC_FISHEYE_POINT_QUERY_ATTR_S stQuery; in test_mpi_gdc_get_pano_point() local 357 memset(&stQuery, 0, sizeof(sizeof(FISHEYE_ATTR_S))); in test_mpi_gdc_get_pano_point() 358 stQuery.pstFishEyeAttr = &ctx->stFisheyeAttr; in test_mpi_gdc_get_pano_point() 359 stQuery.u32RegionIndex = region; 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() [all …]
|