Home
last modified time | relevance | path

Searched refs:enRotation (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/external/rockit/mpi/sdk/include/
H A Drk_mpi_vpss.h33 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 Drk_mpi_venc.h69 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 Drk_mpi_vdec.h33 RK_S32 RK_MPI_VDEC_SetRotation(VDEC_CHN VdChn, ROTATION_E enRotation);
H A Drk_comm_ivs.h48 ROTATION_E enRotation; member
H A Drk_comm_vo.h238 ROTATION_E enRotation; /* RW, rotation. */ member
/OK3568_Linux_fs/external/rockit/mpi/example/include/
H A Dtest_comm_vpss.h46 RK_S32 TEST_VPSS_SetChnRotation(VPSS_GRP VpssGrp, VPSS_CHN VpssChn, ROTATION_E enRotation);
/OK3568_Linux_fs/external/rockit/mpi/example/mod/
H A Dtest_mpi_venc.cpp74 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 Dtest_comm_vpss.cpp170 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()