Home
last modified time | relevance | path

Searched refs:enMountMode (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/rockit/mpi/sdk/include/
H A Drk_comm_gdc.h104 FISHEYE_MOUNT_MODE_E enMountMode; /* RW; Range: [0, 2];gdc mount mode */ member
122 FISHEYE_MOUNT_MODE_E enMountMode; /* RW; Range: [0, 2];gdc mount mode */ member
/OK3568_Linux_fs/external/rockit/mpi/example/mod/
H A Dtest_mpi_gdc.cpp1224 if (ctx->stFisheyeAttr.enMountMode == FISHEYE_DESKTOP_MOUNT) { in test_mpi_gdc_api()
1226 } else if (ctx->stFisheyeAttr.enMountMode == FISHEYE_CEILING_MOUNT) { in test_mpi_gdc_api()
1228 } else if (ctx->stFisheyeAttr.enMountMode == FISHEYE_WALL_MOUNT) { in test_mpi_gdc_api()
1231 RK_LOGE("not support this mount = %d", ctx->stFisheyeAttr.enMountMode); in test_mpi_gdc_api()
1351 if (ctx->stFisheyeAttr.enMountMode == FISHEYE_WALL_MOUNT) { // pano in test_mpi_gdc_api()
1441 RK_PRINT("mount mode : %d\n", ctx->stFisheyeAttr.enMountMode); in mpi_gdc_test_show_options()
1471 ctx->stFisheyeAttr.enMountMode = FISHEYE_WALL_MOUNT; in main()
1513 OPT_INTEGER('\0', "mount_type", &(ctx->stFisheyeAttr.enMountMode), in main()