Searched refs:stUsrPic (Results 1 – 1 of 1) sorted by relevance
120 VI_USERPIC_ATTR_S stUsrPic; member645 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 …]