Searched refs:POINT_S (Results 1 – 10 of 10) sorted by relevance
| /OK3568_Linux_fs/external/rockit/mpi/sdk/include/ |
| H A D | rk_mpi_gdc.h | 34 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 D | rk_comm_rgn.h | 107 POINT_S stPoint; 134 POINT_S stPoint[4]; 176 POINT_S stStartPoint; 177 POINT_S stEndPoint;
|
| H A D | rk_comm_vgs.h | 54 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 D | rk_comm_avs.h | 119 POINT_S stStartPoint[AVS_CUBE_MAP_SURFACE_NUM]; /* RW; Start point of each surface. */ 152 POINT_S stCenter; /* Center point. */
|
| H A D | rk_mpi_vo.h | 99 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 D | rk_comm_ivs.h | 31 POINT_S points[IVS_MAX_AREA_POINT_NUM]; /* 围成区域的所有点坐标 */
|
| H A D | rk_comm_video.h | 80 } POINT_S; typedef
|
| /OK3568_Linux_fs/external/rockit/mpi/example/mod/ |
| H A D | test_mpi_gdc.cpp | 112 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 D | test_mpi_rgn.cpp | 113 POINT_S stPoint = {0}; in test_rgn_overlay_process()
|
| /OK3568_Linux_fs/external/rockit/mpi/example/include/ |
| H A D | test_comm_avs.h | 95 POINT_S stCenter;
|