Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rockit/mpi/example/include/
H A Dtest_comm_avs.h113 } TEST_AVS_CTX_S; typedef
123 RK_S32 TEST_AVS_ModCreateFrame(TEST_AVS_CTX_S *pstCtx,
143 RK_S32 TEST_AVS_ModInit(TEST_AVS_CTX_S *pstCtx);
145 RK_S32 TEST_AVS_ModDeInit(TEST_AVS_CTX_S *pstCtx);
147 RK_S32 TEST_AVS_UnitTest(TEST_AVS_CTX_S *pstCtx);
149 RK_S32 TEST_AVS_InitAttr(TEST_AVS_CTX_S *pstCtx,
153 RK_S32 TEST_AVS_InitAttr_Blend_Lut(TEST_AVS_CTX_S *pstCtx,
157 RK_S32 TEST_AVS_InitAttr_Blend_Calib(TEST_AVS_CTX_S *pstCtx,
161 RK_S32 TEST_AVS_InitAttr_NoBlend(TEST_AVS_CTX_S *pstCtx,
165 RK_S32 TEST_AVS_MallocLutBuf(TEST_AVS_CTX_S *pstCtx, RK_VOID ***lutBufsVirAddr);
[all …]
/OK3568_Linux_fs/external/rockit/mpi/example/common/
H A Dtest_comm_avs.cpp166 RK_S32 TEST_AVS_ModCreateFramePool(TEST_AVS_CTX_S *pstCtx) { in TEST_AVS_ModCreateFramePool()
195 RK_S32 TEST_AVS_ModDestroyFramePool(TEST_AVS_CTX_S *pstCtx) { in TEST_AVS_ModDestroyFramePool()
206 RK_S32 TEST_AVS_ModGetFrameFromPool(TEST_AVS_CTX_S *pstCtx, in TEST_AVS_ModGetFrameFromPool()
297 RK_S32 TEST_AVS_ModReleaseFrameToPool(TEST_AVS_CTX_S *pstCtx, in TEST_AVS_ModReleaseFrameToPool()
311 RK_S32 TEST_AVS_ModCreateFrame(TEST_AVS_CTX_S *pstCtx, in TEST_AVS_ModCreateFrame()
468 RK_S32 TEST_AVS_UnitTest(TEST_AVS_CTX_S *pstCtx) { in TEST_AVS_UnitTest()
546 RK_S32 TEST_AVS_InitAttr(TEST_AVS_CTX_S *pstCtx, in TEST_AVS_InitAttr()
572 RK_S32 TEST_AVS_InitAttr_Blend_Lut(TEST_AVS_CTX_S *pstCtx, in TEST_AVS_InitAttr_Blend_Lut()
637 RK_S32 TEST_AVS_InitAttr_Blend_Calib(TEST_AVS_CTX_S *pstCtx, in TEST_AVS_InitAttr_Blend_Calib()
693 RK_S32 TEST_AVS_InitAttr_NoBlend(TEST_AVS_CTX_S *pstCtx, in TEST_AVS_InitAttr_NoBlend()
[all …]
/OK3568_Linux_fs/external/rockit/mpi/example/mod/
H A Dtest_mpi_avs.cpp286 static RK_S32 test_single_avs_loop(TEST_AVS_CTX_S *ctx) { in test_single_avs_loop()
305 static RK_S32 test_avs_vpss_venc_loop(TEST_AVS_CTX_S *pstAvsCtx) { in test_avs_vpss_venc_loop()
543 static RK_S32 test_avs_vo_loop(TEST_AVS_CTX_S *pstAvsCtx) { in test_avs_vo_loop()
704 static void mpi_avs_test_show_options(const TEST_AVS_CTX_S *ctx) { in mpi_avs_test_show_options()
750 TEST_AVS_CTX_S ctx; in main()
752 memset(&ctx, 0, sizeof(TEST_AVS_CTX_S)); in main()