Searched refs:stVpssChnAttr (Results 1 – 4 of 4) sorted by relevance
56 VPSS_CHN_ATTR_S stVpssChnAttr[VPSS_MAX_CHN_NUM]; member352 pstVpssCtx.stVpssChnAttr[i].enChnMode = VPSS_CHN_MODE_USER; in test_avs_vpss_venc_loop()353 pstVpssCtx.stVpssChnAttr[i].enDynamicRange = DYNAMIC_RANGE_SDR8; in test_avs_vpss_venc_loop()354 pstVpssCtx.stVpssChnAttr[i].enPixelFormat = RK_FMT_YUV420SP; in test_avs_vpss_venc_loop()355 pstVpssCtx.stVpssChnAttr[i].stFrameRate.s32SrcFrameRate = -1; in test_avs_vpss_venc_loop()356 pstVpssCtx.stVpssChnAttr[i].stFrameRate.s32DstFrameRate = -1; in test_avs_vpss_venc_loop()357 pstVpssCtx.stVpssChnAttr[i].u32Width = vpssOutputWidth[i]; in test_avs_vpss_venc_loop()358 pstVpssCtx.stVpssChnAttr[i].u32Height = vpssOutputHeight[i]; in test_avs_vpss_venc_loop()359 pstVpssCtx.stVpssChnAttr[i].enCompressMode = COMPRESS_AFBC_16x16; in test_avs_vpss_venc_loop()360 pstVpssCtx.stVpssChnAttr[i].u32FrameBufCnt = 3; in test_avs_vpss_venc_loop()[all …]
534 VPSS_CHN_ATTR_S stVpssChnAttr; in create_vpss() local550 memset(&stVpssChnAttr, 0, sizeof(VPSS_CHN_ATTR_S)); in create_vpss()551 stVpssChnAttr.enChnMode = VPSS_CHN_MODE_AUTO; in create_vpss()552 stVpssChnAttr.enDynamicRange = DYNAMIC_RANGE_SDR8; in create_vpss()553 stVpssChnAttr.enPixelFormat = RK_FMT_YUV420SP; in create_vpss()554 stVpssChnAttr.stFrameRate.s32SrcFrameRate = -1; in create_vpss()555 stVpssChnAttr.stFrameRate.s32DstFrameRate = -1; in create_vpss()556 stVpssChnAttr.u32Width = ctx->u32SrcWidth / (i + 1); in create_vpss()557 stVpssChnAttr.u32Height = ctx->u32SrcHeight / (i + 1); in create_vpss()558 stVpssChnAttr.enCompressMode = COMPRESS_MODE_NONE; in create_vpss()[all …]
80 VPSS_CHN_ATTR_S stVpssChnAttr[VPSS_MAX_CHN_NUM]; member168 s32Ret = RK_MPI_VPSS_SetChnAttr(s32Grp, VpssChn[i], &pstVpssCfg->stVpssChnAttr[i]); in create_vpss()803 ctx->stVpssCfg.stVpssChnAttr[i].enChnMode = VPSS_CHN_MODE_PASSTHROUGH; in test_vi_bind_vpss_venc_loop()804 ctx->stVpssCfg.stVpssChnAttr[i].enDynamicRange = DYNAMIC_RANGE_SDR8; in test_vi_bind_vpss_venc_loop()805 ctx->stVpssCfg.stVpssChnAttr[i].enPixelFormat = RK_FMT_YUV420SP; in test_vi_bind_vpss_venc_loop()806 ctx->stVpssCfg.stVpssChnAttr[i].stFrameRate.s32SrcFrameRate = -1; in test_vi_bind_vpss_venc_loop()807 ctx->stVpssCfg.stVpssChnAttr[i].stFrameRate.s32DstFrameRate = -1; in test_vi_bind_vpss_venc_loop()808 ctx->stVpssCfg.stVpssChnAttr[i].u32Width = ctx->width; in test_vi_bind_vpss_venc_loop()809 ctx->stVpssCfg.stVpssChnAttr[i].u32Height = ctx->height; in test_vi_bind_vpss_venc_loop()810 ctx->stVpssCfg.stVpssChnAttr[i].enCompressMode = COMPRESS_MODE_NONE; in test_vi_bind_vpss_venc_loop()
193 VPSS_CHN_ATTR_S stVpssChnAttr[VPSS_MAX_CHN_NUM]; in TEST_VPSS_ModInit() local195 TEST_VPSS_InitAttr(pstCtx, &stVpssGrpAttr, stVpssChnAttr); in TEST_VPSS_ModInit()207 &stVpssGrpAttr, stVpssChnAttr); in TEST_VPSS_ModInit()