Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rockit/mpi/sdk/include/
H A Drk_mpi_gdc.h34 const POINT_S *pstDstPoint,
35 POINT_S *pstSrcPoint);
39 const POINT_S *pastDstPoint,
40 POINT_S *pastSrcPoint);
44 const POINT_S *pstDstPoint,
45 POINT_S *pstPanoPoint);
50 const POINT_S *pastDstPoint,
51 POINT_S *pastPanoPoint);
H A Drk_comm_rgn.h107 POINT_S stPoint;
134 POINT_S stPoint[4];
176 POINT_S stStartPoint;
177 POINT_S stEndPoint;
H A Drk_comm_vgs.h54 POINT_S stStartPoint; /* Line start point */
55 POINT_S stEndPoint; /* Line end point */
69 POINT_S stPoint[4]; /* Four points of the quadrangle */
H A Drk_comm_avs.h119 POINT_S stStartPoint[AVS_CUBE_MAP_SURFACE_NUM]; /* RW; Start point of each surface. */
152 POINT_S stCenter; /* Center point. */
H A Drk_mpi_vo.h99 RK_S32 RK_MPI_VO_SetChnDispPos(VO_LAYER VoLayer, VO_CHN VoChn, const POINT_S *pstDispPos);
100 RK_S32 RK_MPI_VO_GetChnDispPos(VO_LAYER VoLayer, VO_CHN VoChn, POINT_S *pstDispPos);
H A Drk_comm_ivs.h31 POINT_S points[IVS_MAX_AREA_POINT_NUM]; /* 围成区域的所有点坐标 */
H A Drk_comm_video.h80 } POINT_S; typedef
/OK3568_Linux_fs/external/rockit/mpi/example/mod/
H A Dtest_mpi_gdc.cpp112 POINT_S *pastDstPoint;
113 POINT_S *pastSrcPoint;
337 POINT_S stDstPoint, stSrcPoint; in test_mpi_gdc_get_src_point()
356 POINT_S stDstPoint, stPanoPoint; in test_mpi_gdc_get_pano_point()
1580 ctx->pastDstPoint = (POINT_S *)malloc(sizeof(POINT_S) * ctx->u32PointLen); in main()
1581 ctx->pastSrcPoint = (POINT_S *)malloc(sizeof(POINT_S) * ctx->u32PointLen); in main()
H A Dtest_mpi_rgn.cpp113 POINT_S stPoint = {0}; in test_rgn_overlay_process()
/OK3568_Linux_fs/external/rockit/mpi/example/include/
H A Dtest_comm_avs.h95 POINT_S stCenter;