Home
last modified time | relevance | path

Searched refs:stVbConf (Results 1 - 5 of 5) sorted by relevance

/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/platform/vio/smp/
H A Dsample_vio.c47 VB_CONFIG_S stVbConf; in SAMPLE_VIO_ViOnlineVpssOfflineRoute() local
110 (hi_void)memset_s(&stVbConf, sizeof(VB_CONFIG_S), 0, sizeof(VB_CONFIG_S)); in SAMPLE_VIO_ViOnlineVpssOfflineRoute()
111 stVbConf.u32MaxPoolCnt = 2; /* max pool cnt: 2 */ in SAMPLE_VIO_ViOnlineVpssOfflineRoute()
115 stVbConf.astCommPool[0].u64BlkSize = u32BlkSize; in SAMPLE_VIO_ViOnlineVpssOfflineRoute()
116 stVbConf.astCommPool[0].u32BlkCnt = 10; /* vb block cnt: 10 */ in SAMPLE_VIO_ViOnlineVpssOfflineRoute()
120 stVbConf.astCommPool[1].u64BlkSize = u32BlkSize; in SAMPLE_VIO_ViOnlineVpssOfflineRoute()
121 stVbConf.astCommPool[1].u32BlkCnt = 4; /* vb block cnt: 4 */ in SAMPLE_VIO_ViOnlineVpssOfflineRoute()
123 s32Ret = SAMPLE_COMM_SYS_Init(&stVbConf); in SAMPLE_VIO_ViOnlineVpssOfflineRoute()
262 VB_CONFIG_S stVbConf; in SAMPLE_VIO_WDR_LDC_DIS_SPREAD() local
328 (hi_void)memset_s(&stVbConf, sizeo in SAMPLE_VIO_WDR_LDC_DIS_SPREAD()
551 VB_CONFIG_S stVbConf; SAMPLE_VIO_ViDoublePipeRoute() local
776 VB_CONFIG_S stVbConf; SAMPLE_VIO_ViWdrSwitch() local
1135 VB_CONFIG_S stVbConf; SAMPLE_VIO_ViVpssLowDelay() local
1371 VB_CONFIG_S stVbConf; SAMPLE_VIO_Rotate() local
1557 VB_CONFIG_S stVbConf; SAMPLE_VIO_FPN() local
1714 VB_CONFIG_S stVbConf; SAMPLE_VIO_ViDoubleWdrPipe() local
1930 VB_CONFIG_S stVbConf; SAMPLE_VIO_VPSS_VO_MIPI_TX() local
[all...]
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/taurus/store_sample/smp/
H A Dsample_store.c129 VB_CONFIG_S stVbConf; in SAMPLE_VENC_SYS_Init() local
133 memset_s(&stVbConf, sizeof(VB_CONFIG_S), 0, sizeof(VB_CONFIG_S)); in SAMPLE_VENC_SYS_Init()
149 stVbConf.astCommPool[0].u64BlkSize = u64BlkSize; in SAMPLE_VENC_SYS_Init()
150 stVbConf.astCommPool[0].u32BlkCnt = 10; // 10: Number of cache blocks per cache pool in SAMPLE_VENC_SYS_Init()
154 stVbConf.astCommPool[1].u64BlkSize = u64BlkSize; in SAMPLE_VENC_SYS_Init()
155 stVbConf.astCommPool[1].u32BlkCnt = 10; // 10: Number of cache blocks per cache pool in SAMPLE_VENC_SYS_Init()
157 stVbConf.u32MaxPoolCnt = 2; // 2: The number of buffer pools that can be accommodated in the entire system in SAMPLE_VENC_SYS_Init()
160 s32Ret = SAMPLE_COMM_SYS_Init(&stVbConf); in SAMPLE_VENC_SYS_Init()
162 s32Ret = SAMPLE_COMM_SYS_InitWithVbSupplement(&stVbConf, u32SupplementConfig); in SAMPLE_VENC_SYS_Init()
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/platform/svp/common/
H A Dsample_comm_ive.c688 VB_CONFIG_S stVbConf; in SAMPLE_COMM_IVE_VbInit() local
692 (HI_VOID)memset_s(&stVbConf, sizeof(VB_CONFIG_S), 0, sizeof(VB_CONFIG_S)); in SAMPLE_COMM_IVE_VbInit()
693 stVbConf.u32MaxPoolCnt = 128; /* max pool count: 128 */ in SAMPLE_COMM_IVE_VbInit()
703 stVbConf.astCommPool[i].u64BlkSize = u64BlkSize; in SAMPLE_COMM_IVE_VbInit()
704 stVbConf.astCommPool[i].u32BlkCnt = 16; /* vb block size: 16 */ in SAMPLE_COMM_IVE_VbInit()
707 s32Ret = SAMPLE_COMM_SYS_Init(&stVbConf); in SAMPLE_COMM_IVE_VbInit()
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/platform/svp/ive/sample/
H A Dsample_ive_kcf.c2233 VB_CONFIG_S stVbConf; in SAMPLE_IVE_Kcf() local
2298 (HI_VOID)memset_s(&stVbConf, sizeof(VB_CONFIG_S), 0, sizeof(VB_CONFIG_S)); in SAMPLE_IVE_Kcf()
2299 stVbConf.u32MaxPoolCnt = SAMPLE_IVE_KCF_MAX_POOL_CNT; in SAMPLE_IVE_Kcf()
2303 stVbConf.astCommPool[0].u64BlkSize = u32BlkSize; in SAMPLE_IVE_Kcf()
2304 stVbConf.astCommPool[0].u32BlkCnt = SAMPLE_IVE_KCF_BLK_CNT_10; in SAMPLE_IVE_Kcf()
2308 stVbConf.astCommPool[SAMPLE_IVE_KCF_IDX_1].u64BlkSize = u32BlkSize; in SAMPLE_IVE_Kcf()
2309 stVbConf.astCommPool[SAMPLE_IVE_KCF_IDX_1].u32BlkCnt = SAMPLE_IVE_KCF_BLK_CNT_4; in SAMPLE_IVE_Kcf()
2314 stVbConf.astCommPool[SAMPLE_IVE_KCF_IDX_2].u64BlkSize = u32BlkSize; in SAMPLE_IVE_Kcf()
2315 stVbConf.astCommPool[SAMPLE_IVE_KCF_IDX_2].u32BlkCnt = SAMPLE_IVE_KCF_BLK_CNT_10; in SAMPLE_IVE_Kcf()
2320 stVbConf in SAMPLE_IVE_Kcf()
[all...]
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/platform/audio/
H A Dsample_audio.c1041 VB_CONFIG_S stVbConf; in app_main() local
1070 s32Ret = memset_s(&stVbConf, sizeof(VB_CONFIG_S), 0, sizeof(VB_CONFIG_S)); in app_main()
1076 s32Ret = SAMPLE_COMM_SYS_Init(&stVbConf); in app_main()

Completed in 12 milliseconds