Searched refs:enRotation (Results 1 – 8 of 8) 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); 63 RK_S32 RK_MPI_VPSS_SetChnRotation(VPSS_GRP VpssGrp, VPSS_CHN VpssChn, ROTATION_E enRotation);
|
| 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_vdec.h | 33 RK_S32 RK_MPI_VDEC_SetRotation(VDEC_CHN VdChn, ROTATION_E enRotation);
|
| H A D | rk_comm_ivs.h | 48 ROTATION_E enRotation; member
|
| H A D | rk_comm_vo.h | 238 ROTATION_E enRotation; /* RW, rotation. */ member
|
| /OK3568_Linux_fs/external/rockit/mpi/example/include/ |
| H A D | test_comm_vpss.h | 46 RK_S32 TEST_VPSS_SetChnRotation(VPSS_GRP VpssGrp, VPSS_CHN VpssChn, ROTATION_E enRotation);
|
| /OK3568_Linux_fs/external/rockit/mpi/example/mod/ |
| H A D | test_mpi_venc.cpp | 74 ROTATION_E enRotation; member 633 if (ctx->enRotation) { in unit_test_mpi_venc() 634 RK_MPI_VENC_SetChnRotation(u32Ch, ctx->enRotation); in unit_test_mpi_venc() 828 RK_PRINT("rotation : %d\n", ctx->enRotation); in mpi_venc_test_show_options() 914 OPT_INTEGER('\0', "rotation", &(ctx.enRotation), in main()
|
| /OK3568_Linux_fs/external/rockit/mpi/example/common/ |
| 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() argument 179 s32Ret = RK_MPI_VPSS_SetChnRotation(VpssGrp, VpssChn, enRotation); in TEST_VPSS_SetChnRotation()
|