Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rockit/mpi/example/mod/
H A Dtest_mpi_vi.cpp1242 pstViCtx[i]->stChnAttr.stIspOpt.enMemoryType = VI_V4L2_MEMORY_TYPE_DMABUF; in test_vi_muti_vi_loop()
1244 pstViCtx[i]->stChnAttr.stIspOpt.u32BufCount = 10; in test_vi_muti_vi_loop()
1333 RK_PRINT("enMemoryType : %d\n", ctx->stChnAttr.stIspOpt.enMemoryType); in mpi_vi_test_show_options()
1334 RK_PRINT("aEntityName : %s\n", ctx->stChnAttr.stIspOpt.aEntityName); in mpi_vi_test_show_options()
1340 RK_PRINT("out buf count : %d\n", ctx->stChnAttr.stIspOpt.u32BufCount); in mpi_vi_test_show_options()
1369 ctx->stChnAttr.stIspOpt.u32BufCount = 3; in main()
1370 ctx->stChnAttr.stIspOpt.enMemoryType = VI_V4L2_MEMORY_TYPE_DMABUF; in main()
1371 ctx->stChnAttr.stIspOpt.enCaptureType = VI_V4L2_CAPTURE_TYPE_VIDEO_CAPTURE; in main()
1406 OPT_INTEGER('t', "memorytype", &(ctx->stChnAttr.stIspOpt.enMemoryType), in main()
1425 OPT_INTEGER('\0', "buf_count", &(ctx->stChnAttr.stIspOpt.u32BufCount), in main()
[all …]
H A Dtest_mpi_all.cpp454 stChnAttr.stIspOpt.u32BufCount = 6; in create_vi()
455 stChnAttr.stIspOpt.enMemoryType = VI_V4L2_MEMORY_TYPE_MMAP; in create_vi()
456 stChnAttr.stIspOpt.enCaptureType = VI_V4L2_CAPTURE_TYPE_VIDEO_CAPTURE; in create_vi()
466 strcpy(stChnAttr.stIspOpt.aEntityName, ctx->aEntityName); in create_vi()
/OK3568_Linux_fs/external/rockit/mpi/sdk/include/
H A Drk_comm_vi.h193 VI_ISP_OPT_S stIspOpt; /* RW;isp opt */ member