Searched refs:s32GrpIndex (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/external/rockit/mpi/example/common/ |
| H A D | test_mod_vpss.cpp | 122 stChnFrameInfos[i].stVFrame.u32VirHeight, pstCtx->s32GrpIndex, i); in TEST_VPSS_ModSingleTest() 128 s32Ret = RK_MPI_VPSS_ReleaseChnFrame(pstCtx->s32GrpIndex, i, &(stChnFrameInfos[i])); in TEST_VPSS_ModSingleTest() 139 RK_LOGE("single vpss test %d running failed.", pstCtx->s32GrpIndex); in TEST_VPSS_ModSingleTest() 152 ctx->s32GrpIndex++; in TEST_VPSS_ModTest() 206 s32Ret = TEST_VPSS_Start(pstCtx->s32GrpIndex, pstCtx->s32ChnNum, in TEST_VPSS_ModInit() 212 …s32Ret = RK_MPI_VPSS_SetVProcDev(pstCtx->s32GrpIndex, (VIDEO_PROC_DEV_TYPE_E)pstCtx->s32VProcDevTy… in TEST_VPSS_ModInit() 214 RK_LOGE("RK_MPI_VPSS_SetVProcDev(grp:%d) failed with %#x!", pstCtx->s32GrpIndex, s32Ret); in TEST_VPSS_ModInit() 218 s32Ret = TEST_VPSS_GrpSetZoom(pstCtx->s32GrpIndex, pstCtx->s32GrpCropRatio, pstCtx->bGrpCropEn); in TEST_VPSS_ModInit() 223 s32Ret = RK_MPI_VPSS_SetGrpRotation(pstCtx->s32GrpIndex, (ROTATION_E)pstCtx->s32GrpRotation); in TEST_VPSS_ModInit() 229 …s32Ret = TEST_VPSS_ChnSetZoom(pstCtx->s32GrpIndex, chnIndex, pstCtx->s32ChnCropRatio, pstCtx->bChn… in TEST_VPSS_ModInit() [all …]
|
| H A D | test_comm_avs.cpp | 233 pstCtx->s32GrpIndex, AvsPipe, pstCtx->srcVFramePools[AvsPipe]); in TEST_AVS_ModGetFrameFromPool() 265 pstCtx->s32GrpIndex, AvsPipe, in TEST_AVS_ModGetFrameFromPool() 269 pstCtx->s32GrpIndex, AvsPipe, pstVideoFrames[AvsPipe], cWritePath); in TEST_AVS_ModGetFrameFromPool() 330 pstCtx->s32GrpIndex, AvsPipe, pstVideoFrames[AvsPipe]); in TEST_AVS_ModCreateFrame() 345 pstCtx->s32GrpIndex, AvsPipe, pstVideoFrames[AvsPipe], cWritePath); in TEST_AVS_ModCreateFrame() 498 s32Ret = TEST_AVS_ModSendFrame(pstCtx->s32GrpIndex, pstCtx->s32PipeNum, pstPipeFrames); in TEST_AVS_UnitTest() 503 s32Ret = TEST_AVS_ModGetChnFrame(pstCtx->s32GrpIndex, pstCtx->s32ChnNum, pstChnFrames); in TEST_AVS_UnitTest() 509 s32Ret = TEST_AVS_ModSaveChnFrame(pstCtx->s32GrpIndex, pstCtx->s32ChnNum, in TEST_AVS_UnitTest() 516 s32Ret = TEST_AVS_ModReleaseChnFrame(pstCtx->s32GrpIndex, pstCtx->s32ChnNum, pstChnFrames); in TEST_AVS_UnitTest() 737 pstCtx->s32GrpIndex, 0, s32Ret); in TEST_AVS_ModInit() [all …]
|
| /OK3568_Linux_fs/external/rockit/mpi/example/mod/ |
| H A D | test_mpi_avs.cpp | 446 … s32Ret = TEST_AVS_ModSendFrame(pstAvsCtx->s32GrpIndex, pstAvsCtx->s32PipeNum, pstPipeFrames); in test_avs_vpss_venc_loop() 514 RK_LOGE("avs [%d] TEST_AVS_ModDeInit failed: %#x", pstAvsCtx->s32GrpIndex, s32Ret); in test_avs_vpss_venc_loop() 516 RK_LOGV("avs [%d] TEST_AVS_ModDeInit already.", pstAvsCtx->s32GrpIndex); in test_avs_vpss_venc_loop() 523 pstAvsCtx->s32GrpIndex, s32Ret); in test_avs_vpss_venc_loop() 526 pstAvsCtx->s32GrpIndex); in test_avs_vpss_venc_loop() 636 … s32Ret = TEST_AVS_ModSendFrame(pstAvsCtx->s32GrpIndex, pstAvsCtx->s32PipeNum, pstPipeFrames); in test_avs_vo_loop() 653 s32Ret, pstAvsCtx->s32GrpIndex, 0, in test_avs_vo_loop() 657 pstAvsCtx->s32GrpIndex, 0, in test_avs_vo_loop() 676 RK_LOGE("avs [%d] TEST_AVS_ModDeInit failed: %#x", pstAvsCtx->s32GrpIndex, s32Ret); in test_avs_vo_loop() 678 RK_LOGV("avs [%d] TEST_AVS_ModDeInit already.", pstAvsCtx->s32GrpIndex); in test_avs_vo_loop() [all …]
|
| H A D | test_mpi_vpss.cpp | 82 ctx.s32GrpIndex = 0; in main()
|
| /OK3568_Linux_fs/external/rockit/mpi/example/include/ |
| H A D | test_mod_vpss.h | 68 RK_S32 s32GrpIndex; member
|
| H A D | test_comm_avs.h | 105 RK_S32 s32GrpIndex; member
|