Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rockit/mpi/example/mod/
H A Dtest_mpi_avs.cpp62 } VENC_CFG_S; typedef
73 static RK_S32 create_venc(VENC_CFG_S *ctx) { in create_venc()
99 static RK_S32 destroy_venc(VENC_CFG_S *ctx) { in destroy_venc()
318 VENC_CFG_S *pstVencCtx; in test_avs_vpss_venc_loop()
321 pstVencCtx = reinterpret_cast<VENC_CFG_S *> in test_avs_vpss_venc_loop()
322 (malloc(sizeof(VENC_CFG_S) * vencChnCnt)); in test_avs_vpss_venc_loop()
323 memset(pstVencCtx, 0, sizeof(VENC_CFG_S) * vencChnCnt); in test_avs_vpss_venc_loop()