Home
last modified time | relevance | path

Searched refs:u32Depth (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/external/rockit/mpi/sdk/include/
H A Drk_comm_vpss.h75 RK_U32 u32Depth; /* RW; Range: [0, 8]; User get list depth. */ member
H A Drk_comm_avs.h178 RK_U32 u32Depth; /* RW; Chn user list depth. */ member
H A Drk_comm_vi.h190 RK_U32 u32Depth; /* RW; Range: [0, 8]; User get list depth.*/ member
H A Drk_mpi_vo.h142 RK_S32 RK_MPI_VO_SetWbcDepth(VO_WBC VoWbc, RK_S32 u32Depth);
/OK3568_Linux_fs/external/rockit/mpi/example/mod/
H A Dtest_mpi_vi.cpp1245 pstViCtx[i]->stChnAttr.u32Depth = 2; in test_vi_muti_vi_loop()
1335 RK_PRINT("depth : %d\n", ctx->stChnAttr.u32Depth); in mpi_vi_test_show_options()
1372 ctx->stChnAttr.u32Depth = 0; in main()
1414 OPT_INTEGER('D', "depth", &(ctx->stChnAttr.u32Depth), in main()
1501 if (!ctx->stChnAttr.u32Depth) { in main()
1503 ctx->stChnAttr.u32Depth = ctx->stChnAttr.stIspOpt.u32BufCount; in main()
H A Dtest_mpi_rgn.cpp664 stChnAttr.u32Depth = 8; in unit_test_mpi_rgn_vpss()
H A Dtest_mpi_all.cpp457 stChnAttr.u32Depth = 0; in create_vi()
H A Dtest_mpi_avs.cpp361 pstVpssCtx.stVpssChnAttr[i].u32Depth = 1; in test_avs_vpss_venc_loop()
/OK3568_Linux_fs/external/rockit/mpi/example/common/
H A Dtest_comm_avs.cpp628 pstAvsChnAttrs[i].u32Depth = pstCtx->u32ChnDepth; in TEST_AVS_InitAttr_Blend_Lut()
684 pstAvsChnAttrs[i].u32Depth = pstCtx->u32ChnDepth; in TEST_AVS_InitAttr_Blend_Calib()
719 pstAvsChnAttrs[i].u32Depth = pstCtx->u32ChnDepth; in TEST_AVS_InitAttr_NoBlend()
H A Dtest_mod_vpss.cpp62 pstVpssChnAttrs[i].u32Depth = pstCtx->u32ChnDepth; in TEST_VPSS_InitAttr()