Searched refs:ROTATION_E (Results 1 – 17 of 17) sorted by relevance
| /OK3568_Linux_fs/external/rockit/mpi/sdk/include/ |
| H A D | rk_mpi_vpss.h | 33 RK_S32 RK_MPI_VPSS_SetGrpRotation(VPSS_GRP VpssGrp, ROTATION_E enRotation); 34 RK_S32 RK_MPI_VPSS_GetGrpRotation(VPSS_GRP VpssGrp, ROTATION_E *penRotation); 63 RK_S32 RK_MPI_VPSS_SetChnRotation(VPSS_GRP VpssGrp, VPSS_CHN VpssChn, ROTATION_E enRotation); 64 RK_S32 RK_MPI_VPSS_GetChnRotation(VPSS_GRP VpssGrp, VPSS_CHN VpssChn, ROTATION_E *penRotation);
|
| H A D | rk_mpi_vdec.h | 33 RK_S32 RK_MPI_VDEC_SetRotation(VDEC_CHN VdChn, ROTATION_E enRotation); 34 RK_S32 RK_MPI_VDEC_GetRotation(VDEC_CHN VdChn, ROTATION_E *penRotation);
|
| H A D | rk_mpi_tde.h | 61 ROTATION_E enRotateAngle);
|
| H A D | rk_mpi_venc.h | 69 RK_S32 RK_MPI_VENC_SetChnRotation(VENC_CHN VeChn, ROTATION_E enRotation); 70 RK_S32 RK_MPI_VENC_GetChnRotation(VENC_CHN VeChn, ROTATION_E *enRotation);
|
| H A D | rk_mpi_vgs.h | 70 RK_S32 RK_MPI_VGS_AddRotationTask(VGS_HANDLE hHandle, const VGS_TASK_ATTR_S *pstTask, ROTATION_E en…
|
| H A D | rk_comm_ivs.h | 48 ROTATION_E enRotation;
|
| H A D | rk_comm_video.h | 44 } ROTATION_E; typedef
|
| H A D | rk_comm_vo.h | 238 ROTATION_E enRotation; /* RW, rotation. */
|
| /OK3568_Linux_fs/external/rockit/mpi/example/include/ |
| H A D | test_comm_vgs.h | 45 ROTATION_E rotateAngle;
|
| H A D | test_comm_vpss.h | 46 RK_S32 TEST_VPSS_SetChnRotation(VPSS_GRP VpssGrp, VPSS_CHN VpssChn, ROTATION_E enRotation);
|
| H A D | test_comm_tde.h | 47 ROTATION_E rotateAngle;
|
| /OK3568_Linux_fs/external/rockit/mpi/example/common/ |
| H A D | test_mod_vpss.cpp | 223 s32Ret = RK_MPI_VPSS_SetGrpRotation(pstCtx->s32GrpIndex, (ROTATION_E)pstCtx->s32GrpRotation); in TEST_VPSS_ModInit() 233 … s32Ret = TEST_VPSS_SetChnRotation(pstCtx->s32GrpIndex, chnIndex, (ROTATION_E)pstCtx->s32Rotation); in TEST_VPSS_ModInit()
|
| H A D | test_comm_vpss.cpp | 170 RK_S32 TEST_VPSS_SetChnRotation(VPSS_GRP VpssGrp, VPSS_CHN VpssChn, ROTATION_E enRotation) { in TEST_VPSS_SetChnRotation() 172 ROTATION_E rotation = ROTATION_0; in TEST_VPSS_SetChnRotation()
|
| H A D | test_comm_tde.cpp | 100 (ROTATION_E)pstCtx->rotateAngle); in TEST_TDE_AddTask()
|
| /OK3568_Linux_fs/external/rockit/mpi/example/mod/ |
| H A D | test_mpi_tde.cpp | 230 ROTATION_E enRotateAngle = (ROTATION_E)ctx->s32Rotation; in test_tde_add_task()
|
| H A D | test_mpi_vgs.cpp | 616 s32Ret = RK_MPI_VGS_AddRotationTask(hHandle, pstTask, ROTATION_E(s32Angle)); in unit_test_vgs_add_one_task() 718 s32Ret = RK_MPI_VGS_AddRotationTask(hHandle, &pstTask[u32TaskIndex], (ROTATION_E)u32Angle); in unit_test_vgs_add_all_task()
|
| H A D | test_mpi_venc.cpp | 74 ROTATION_E enRotation;
|