Searched refs:stVencCfg (Results 1 – 1 of 1) sorted by relevance
126 TEST_VENC_CFG stVencCfg[TEST_VENC_MAX]; member224 RK_MPI_VENC_CreateChn(u32Ch, &ctx->stVencCfg[u32Ch].stAttr); in create_venc()231 ctx->stVencCfg[u32Ch].stAttr.stVencAttr.enType = enType; in init_venc_cfg()232 ctx->stVencCfg[u32Ch].s32ChnId = u32Ch; in init_venc_cfg()233 ctx->stVencCfg[u32Ch].stAttr.stVencAttr.enPixelFormat = ctx->stChnAttr.enPixelFormat; in init_venc_cfg()234 ctx->stVencCfg[u32Ch].stAttr.stRcAttr.enRcMode = VENC_RC_MODE_H264CBR; in init_venc_cfg()235 ctx->stVencCfg[u32Ch].stAttr.stRcAttr.stH264Cbr.u32Gop = 60; in init_venc_cfg()236 ctx->stVencCfg[u32Ch].stAttr.stVencAttr.u32PicWidth = ctx->width; in init_venc_cfg()237 ctx->stVencCfg[u32Ch].stAttr.stVencAttr.u32PicHeight = ctx->height; in init_venc_cfg()238 ctx->stVencCfg[u32Ch].stAttr.stVencAttr.u32VirWidth = ctx->width; in init_venc_cfg()[all …]