Searched refs:u32ChnIndex (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/external/rockit/mpi/example/mod/ |
| H A D | test_mpi_vdec.cpp | 53 RK_U32 u32ChnIndex; member 203 RK_LOGE("vdec %d SetModParam failed! errcode %x", ctx->u32ChnIndex, s32Ret); in mpi_create_vdec() 219 s32Ret = RK_MPI_VDEC_CreateChn(ctx->u32ChnIndex, &stAttr); in mpi_create_vdec() 221 RK_LOGE("create %d vdec failed! ", ctx->u32ChnIndex); in mpi_create_vdec() 238 s32Ret = RK_MPI_VDEC_SetChnParam(ctx->u32ChnIndex, &stVdecParam); in mpi_create_vdec() 240 RK_LOGE("set chn %d param failed %x! ", ctx->u32ChnIndex, s32Ret); in mpi_create_vdec() 244 ctx->s32ChnFd = RK_MPI_VDEC_GetFd(ctx->u32ChnIndex); in mpi_create_vdec() 246 RK_LOGE("get fd chn %d failed %d", ctx->u32ChnIndex, ctx->s32ChnFd); in mpi_create_vdec() 273 s32Ret = RK_MPI_VDEC_AttachMbPool(ctx->u32ChnIndex, ctx->s32Pool); in mpi_create_vdec() 275 RK_LOGE("attatc vdec mb pool %d failed! ", ctx->u32ChnIndex); in mpi_create_vdec() [all …]
|
| H A D | test_mpi_all.cpp | 69 RK_U32 u32ChnIndex; member 110 s32Ret = RK_MPI_VDEC_CreateChn(ctx->u32ChnIndex, &stAttr); in mpi_create_vdec() 112 RK_LOGE("create %d vdec failed! ", ctx->u32ChnIndex); in mpi_create_vdec() 125 s32Ret = RK_MPI_VDEC_SetChnParam(ctx->u32ChnIndex, &stVdecParam); in mpi_create_vdec() 127 RK_LOGE("set chn %d param failed %x! ", ctx->u32ChnIndex, s32Ret); in mpi_create_vdec() 131 ctx->s32ChnFd = RK_MPI_VDEC_GetFd(ctx->u32ChnIndex); in mpi_create_vdec() 133 RK_LOGE("get fd chn %d failed %d", ctx->u32ChnIndex, ctx->s32ChnFd); in mpi_create_vdec() 137 s32Ret = RK_MPI_VDEC_StartRecvStream(ctx->u32ChnIndex); in mpi_create_vdec() 139 RK_LOGE("start recv chn %d failed %x! ", ctx->u32ChnIndex, s32Ret); in mpi_create_vdec() 223 s32Ret = RK_MPI_VDEC_SendStream(ctx->u32ChnIndex, &stStream, MAX_TIME_OUT_MS); in mpi_send_stream() [all …]
|
| H A D | test_mpi_venc.cpp | 49 RK_U32 u32ChnIndex; member 166 RK_U32 u32Ch = pstCtx->u32ChnIndex; in venc_force_idr() 182 RK_U32 u32Ch = pstCtx->u32ChnIndex; in venc_get_stream() 190 pstCtx->dstFilePath, pstCtx->u32ChnIndex); in venc_get_stream() 266 RK_U32 u32Ch = pstCtx->u32ChnIndex; in venc_send_frame() 305 RK_MPI_VENC_SetQpmap(pstCtx->u32ChnIndex, qpmapBlk); in venc_send_frame() 530 ctx->u32ChnIndex = u32Ch; in unit_test_mpi_venc() 820 RK_PRINT("channel index : %d\n", ctx->u32ChnIndex); in mpi_venc_test_show_options() 891 OPT_INTEGER('\0', "channel_index", &(ctx.u32ChnIndex), in main()
|
| H A D | test_mpi_vo.cpp | 334 RK_U32 u32ChnIndex; member 1010 ctx->u32ChnIndex = i; in unit_mpi_voplay_test() 1022 ctx->u32ChnIndex = i; in unit_mpi_voplay_test()
|