Searched refs:u32Index (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/external/rockit/mpi/example/common/ |
| H A D | test_comm_utils.cpp | 135 RK_U32 u32Index = 0; in TEST_COMM_CloseFileUris() local 137 for (u32Index = 0; u32Index < u32UriCount; u32Index++) { in TEST_COMM_CloseFileUris() 138 if (pFileUris[u32Index] != RK_NULL) { in TEST_COMM_CloseFileUris() 139 free(pFileUris[u32Index]); in TEST_COMM_CloseFileUris() 140 pFileUris[u32Index] = RK_NULL; in TEST_COMM_CloseFileUris()
|
| /OK3568_Linux_fs/external/rockit/mpi/example/mod/ |
| H A D | test_mpi_vo.cpp | 846 static RK_S32 screen1_process(TEST_VO_CTX_S *ctx, RK_U32 u32Index) { in screen1_process() argument 850 s32Ret = creat_vdec(ctx, u32Index); in screen1_process() 852 RK_LOGE("creat %d ch vdec failed!", u32Index); in screen1_process() 856 s32Ret = RK_MPI_VO_EnableChn(ctx->stVoCfg.u32Screen1VoLayer, u32Index - ctx->u32Screen0Chn); in screen1_process() 859 ctx->stVoCfg.u32Screen1VoLayer, u32Index - ctx->u32Screen0Chn); in screen1_process() 862 RK_LOGD("create vo layer %d ch %d", ctx->stVoCfg.u32Screen1VoLayer, u32Index - ctx->u32Screen0Chn); in screen1_process() 866 stSrcChn.s32ChnId = u32Index; in screen1_process() 871 stDstChn.s32ChnId = u32Index - ctx->u32Screen0Chn; in screen1_process() 873 RK_LOGD("VoLayer %d, voCh %d", ctx->stVoCfg.u32Screen1VoLayer, u32Index - ctx->u32Screen0Chn); in screen1_process() 884 static RK_S32 screen0_process(TEST_VO_CTX_S *ctx, RK_U32 u32Index) { in screen0_process() argument [all...] |
| H A D | test_mpi_venc.cpp | 649 stRoiAttr.u32Index = i; in unit_test_mpi_venc()
|
| /OK3568_Linux_fs/external/rockit/mpi/sdk/include/ |
| H A D | rk_comm_venc.h | 596 RK_U32 u32Index; member 610 RK_U32 u32Index; member 818 RK_U32 u32Index; member
|
| H A D | rk_mpi_venc.h | 49 RK_S32 RK_MPI_VENC_GetRoiAttr(VENC_CHN VeChn, RK_U32 u32Index, VENC_ROI_ATTR_S *pstRoiAttr);
|