Home
last modified time | relevance | path

Searched refs:pipeId (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/rockit/mpi/example/mod/
H A Dtest_mpi_vi.cpp101 RK_S32 pipeId; member
561 s32Ret = RK_MPI_VI_GetChnConnectInfo(ctx->pipeId, ctx->channelId, &stConnectInfo); in test_vi_hdmi_rx_infomation()
571 s32Ret = RK_MPI_VI_GetChnEdid(ctx->pipeId, ctx->channelId, &stEdid); in test_vi_hdmi_rx_infomation()
585 s32Ret = RK_MPI_VI_SetChnEdid(ctx->pipeId, ctx->channelId, &stEdid); in test_vi_hdmi_rx_infomation()
623 ctx->stBindPipe.u32Num = ctx->pipeId; in test_vi_init()
624 ctx->stBindPipe.PipeId[0] = ctx->pipeId; in test_vi_init()
637 s32Ret = RK_MPI_VI_SetChnAttr(ctx->pipeId, ctx->channelId, &ctx->stChnAttr); in test_vi_init()
659 s32Ret = RK_MPI_VI_SetUserPic(ctx->pipeId, ctx->channelId, &ctx->stUsrPic); in test_vi_init()
665 s32Ret = RK_MPI_VI_EnableUserPic(ctx->pipeId, ctx->channelId); in test_vi_init()
675 ctx->selectFd = RK_MPI_VI_GetChnFd(ctx->pipeId, ctx->channelId); in test_vi_init()
[all …]
/OK3568_Linux_fs/external/rockit/tgi/sdk/include/
H A DRTTaskGraph.h187 RT_RET buildTaskNode(INT32 pipeId, INT32 nodeId, RTGraphParser* nodeParser);