Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rockit/mpi/example/mod/
H A Dtest_mpi_vi.cpp120 VI_USERPIC_ATTR_S stUsrPic; member
645 ctx->stUsrPic.enUsrPicMode = VI_USERPIC_MODE_BGC; in test_vi_init()
648 if (ctx->stUsrPic.enUsrPicMode == VI_USERPIC_MODE_PIC) { in test_vi_init()
649 s32Ret = readFromPic(ctx, &ctx->stUsrPic.unUsrPic.stUsrPicFrm.stVFrame); in test_vi_init()
654 } else if (ctx->stUsrPic.enUsrPicMode == VI_USERPIC_MODE_BGC) { in test_vi_init()
656 ctx->stUsrPic.unUsrPic.stUsrPicBg.u32BgColor = RGB(0, 0, 128); in test_vi_init()
659 s32Ret = RK_MPI_VI_SetUserPic(ctx->pipeId, ctx->channelId, &ctx->stUsrPic); in test_vi_init()
1087 if (ctx->stUsrPic.enUsrPicMode == VI_USERPIC_MODE_PIC && in test_vi_get_release_frame_loop()
1088 ctx->stUsrPic.unUsrPic.stUsrPicFrm.stVFrame.pMbBlk) { in test_vi_get_release_frame_loop()
1089 RK_MPI_MMZ_Free(ctx->stUsrPic.unUsrPic.stUsrPicFrm.stVFrame.pMbBlk); in test_vi_get_release_frame_loop()
[all …]