Home
last modified time | relevance | path

Searched refs:u32ChnDepth (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/external/rockit/mpi/example/mod/
H A Dtest_mpi_vpss.cpp83 ctx.u32ChnDepth = 8; in main()
142 OPT_INTEGER('d', "chn_depth", &(ctx.u32ChnDepth), in main()
H A Dtest_mpi_avs.cpp765 ctx.u32ChnDepth = 1; in main()
863 OPT_INTEGER('d', "chn_depth", &(ctx.u32ChnDepth), in main()
/OK3568_Linux_fs/external/rockit/mpi/example/include/
H A Dtest_mod_vpss.h61 RK_U32 u32ChnDepth; member
H A Dtest_comm_avs.h81 RK_U32 u32ChnDepth; member
/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()