Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rockit/mpi/sdk/include/
H A Drk_comm_aenc.h30 RK_U32 u32BufCount; /* encode buffer count */ member
H A Drk_comm_adec.h60 RK_U32 u32BufCount; /* decode buffer count */ member
H A Drk_comm_vi.h172 RK_U32 u32BufCount; /* RW;isp buf count */ member
/OK3568_Linux_fs/external/rockit/mpi/example/mod/
H A Dtest_mpi_vi.cpp1244 pstViCtx[i]->stChnAttr.stIspOpt.u32BufCount = 10; in test_vi_muti_vi_loop()
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()
1425 OPT_INTEGER('\0', "buf_count", &(ctx->stChnAttr.stIspOpt.u32BufCount), in main()
1503 ctx->stChnAttr.u32Depth = ctx->stChnAttr.stIspOpt.u32BufCount; in main()
H A Dtest_mpi_sys.cpp86 pstChnAttr->u32BufCount = 4; in test_adec_create_chn_attr()
H A Dtest_mpi_adec.cpp110 stAdecAttr.u32BufCount = 4; in test_init_mpi_adec()
H A Dtest_mpi_aenc.cpp132 stAencAttr.u32BufCount = 4; in test_init_mpi_aenc()
H A Dtest_mpi_all.cpp454 stChnAttr.stIspOpt.u32BufCount = 6; in create_vi()