Searched refs:pstViCtx (Results 1 – 1 of 1) sorted by relevance
1221 TEST_VI_CTX_S *pstViCtx[TEST_VI_SENSOR_NUM]; in test_vi_muti_vi_loop() local1227 pstViCtx[i] = reinterpret_cast<TEST_VI_CTX_S *>(malloc(sizeof(TEST_VI_CTX_S))); in test_vi_muti_vi_loop()1228 memset(pstViCtx[i], 0, sizeof(TEST_VI_CTX_S)); in test_vi_muti_vi_loop()1231 pstViCtx[i]->devId = i; in test_vi_muti_vi_loop()1232 pstViCtx[i]->pipeId = pstViCtx[i]->devId; in test_vi_muti_vi_loop()1233 pstViCtx[i]->channelId = 2; in test_vi_muti_vi_loop()1236 pstViCtx[i]->stChnAttr.stSize.u32Width = 2688; in test_vi_muti_vi_loop()1237 pstViCtx[i]->stChnAttr.stSize.u32Height = 1520; in test_vi_muti_vi_loop()1239 pstViCtx[i]->stChnAttr.stSize.u32Width = 2560; in test_vi_muti_vi_loop()1240 pstViCtx[i]->stChnAttr.stSize.u32Height = 1520; in test_vi_muti_vi_loop()[all …]