Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rockit/mpi/example/common/
H A Dtest_comm_avs.cpp609 pstAvsGrpAttr->stOutAttr.stORIRotation.s32Pitch = pstCtx->stOriRotation.s32Pitch; in TEST_AVS_InitAttr_Blend_Lut()
612 pstAvsGrpAttr->stOutAttr.stRotation.s32Pitch = pstCtx->stRotation.s32Pitch; in TEST_AVS_InitAttr_Blend_Lut()
663 pstAvsGrpAttr->stOutAttr.stORIRotation.s32Pitch = pstCtx->stOriRotation.s32Pitch; in TEST_AVS_InitAttr_Blend_Calib()
666 pstAvsGrpAttr->stOutAttr.stRotation.s32Pitch = pstCtx->stRotation.s32Pitch; in TEST_AVS_InitAttr_Blend_Calib()
/OK3568_Linux_fs/external/rockit/mpi/example/mod/
H A Dtest_mpi_avs.cpp739 RK_PRINT("rotation ori pitch : %d\n", ctx->stOriRotation.s32Pitch); in mpi_avs_test_show_options()
742 RK_PRINT("rotation pitch : %d\n", ctx->stRotation.s32Pitch); in mpi_avs_test_show_options()
849 OPT_INTEGER('\0', "ori_pitch", &(ctx.stOriRotation.s32Pitch), in main()
855 OPT_INTEGER('\0', "pitch", &(ctx.stRotation.s32Pitch), in main()
/OK3568_Linux_fs/external/rockit/mpi/sdk/include/
H A Drk_comm_avs.h96 RK_S32 s32Pitch; member