Home
last modified time | relevance | path

Searched refs:stOriRotation (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/external/rockit/mpi/example/mod/
H A Dtest_mpi_avs.cpp738 RK_PRINT("rotation ori yaw : %d\n", ctx->stOriRotation.s32Yaw); in mpi_avs_test_show_options()
739 RK_PRINT("rotation ori pitch : %d\n", ctx->stOriRotation.s32Pitch); in mpi_avs_test_show_options()
740 RK_PRINT("rotation ori roll : %d\n", ctx->stOriRotation.s32Roll); in mpi_avs_test_show_options()
847 OPT_INTEGER('\0', "ori_yaw", &(ctx.stOriRotation.s32Yaw), in main()
849 OPT_INTEGER('\0', "ori_pitch", &(ctx.stOriRotation.s32Pitch), in main()
851 OPT_INTEGER('\0', "ori_roll", &(ctx.stOriRotation.s32Roll), in main()
/OK3568_Linux_fs/external/rockit/mpi/example/common/
H A Dtest_comm_avs.cpp608 pstAvsGrpAttr->stOutAttr.stORIRotation.s32Roll = pstCtx->stOriRotation.s32Roll; in TEST_AVS_InitAttr_Blend_Lut()
609 pstAvsGrpAttr->stOutAttr.stORIRotation.s32Pitch = pstCtx->stOriRotation.s32Pitch; in TEST_AVS_InitAttr_Blend_Lut()
610 pstAvsGrpAttr->stOutAttr.stORIRotation.s32Yaw = pstCtx->stOriRotation.s32Yaw; in TEST_AVS_InitAttr_Blend_Lut()
662 pstAvsGrpAttr->stOutAttr.stORIRotation.s32Roll = pstCtx->stOriRotation.s32Roll; in TEST_AVS_InitAttr_Blend_Calib()
663 pstAvsGrpAttr->stOutAttr.stORIRotation.s32Pitch = pstCtx->stOriRotation.s32Pitch; in TEST_AVS_InitAttr_Blend_Calib()
664 pstAvsGrpAttr->stOutAttr.stORIRotation.s32Yaw = pstCtx->stOriRotation.s32Yaw; in TEST_AVS_InitAttr_Blend_Calib()
/OK3568_Linux_fs/external/rockit/mpi/example/include/
H A Dtest_comm_avs.h92 AVS_ROTATION_S stOriRotation; member