Searched refs:TEST_TDE_PROC_CTX_S (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/external/rockit/mpi/example/include/ |
| H A D | test_comm_tde.h | 52 } TEST_TDE_PROC_CTX_S; typedef 54 RK_S32 TEST_TDE_TransSurfaceToVideoFrame(TEST_TDE_PROC_CTX_S *pstCtx, VIDEO_FRAME_INFO_S *pstFrames… 57 RK_S32 TEST_TDE_AddTask(TEST_TDE_PROC_CTX_S *pstCtx, TDE_HANDLE jobHandle); 60 RK_S32 TEST_TDE_LoadSrcFrame(TEST_TDE_PROC_CTX_S *pstCtx); 61 RK_S32 TEST_TDE_CreateDstFrame(TEST_TDE_PROC_CTX_S *pstCtx); 62 RK_S32 TEST_TDE_CreateDstCMAFrame(TEST_TDE_PROC_CTX_S *pstCtx); 63 RK_S32 TEST_TDE_ProcessJob(TEST_TDE_PROC_CTX_S *pstCtx, VIDEO_FRAME_INFO_S *pstFrames); 64 RK_S32 TEST_TDE_Single_ProcessJob(TEST_TDE_PROC_CTX_S *pstCtx, VIDEO_FRAME_INFO_S *pstFrames); 65 RK_S32 TEST_TDE_MultiTest(TEST_TDE_PROC_CTX_S *ctx);
|
| /OK3568_Linux_fs/external/rockit/mpi/example/common/ |
| H A D | test_comm_tde.cpp | 37 RK_S32 TEST_TDE_Save_DstFrame(TEST_TDE_PROC_CTX_S *pstCtx) { in TEST_TDE_Save_DstFrame() 65 RK_S32 TEST_TDE_TransSurfaceToVideoFrame(TEST_TDE_PROC_CTX_S *pstCtx, VIDEO_FRAME_INFO_S *pstFrames… in TEST_TDE_TransSurfaceToVideoFrame() 77 RK_S32 TEST_TDE_AddTask(TEST_TDE_PROC_CTX_S *pstCtx, TDE_HANDLE jobHandle) { in TEST_TDE_AddTask() 135 RK_S32 TEST_TDE_LoadSrcFrame(TEST_TDE_PROC_CTX_S *pstCtx) { in TEST_TDE_LoadSrcFrame() 187 RK_S32 TEST_TDE_CreateDstFrame(TEST_TDE_PROC_CTX_S *pstCtx) { in TEST_TDE_CreateDstFrame() 215 RK_S32 TEST_TDE_ProcessJob(TEST_TDE_PROC_CTX_S *pstCtx, VIDEO_FRAME_INFO_S *pstFrames) { in TEST_TDE_ProcessJob() 246 RK_S32 TEST_TDE_Single_ProcessJob(TEST_TDE_PROC_CTX_S *pstCtx, VIDEO_FRAME_INFO_S *pstFrames) { in TEST_TDE_Single_ProcessJob() 277 TEST_TDE_PROC_CTX_S *pstCtx = reinterpret_cast<TEST_TDE_PROC_CTX_S *>(pArgs); in TEST_TDE_SingleProc() 296 TEST_TDE_PROC_CTX_S *pstCtx = reinterpret_cast<TEST_TDE_PROC_CTX_S *>(pArgs); in TEST_TDE_MultiProc() 311 RK_S32 TEST_TDE_MultiTest(TEST_TDE_PROC_CTX_S *ctx) { in TEST_TDE_MultiTest() [all …]
|
| /OK3568_Linux_fs/external/rockit/mpi/example/mod/ |
| H A D | test_mpi_tde.cpp | 448 RK_S32 test_tde_set_proc_parameter(TEST_TDE_CTX_S *ctx, TEST_TDE_PROC_CTX_S *tdeTestCtx) { in test_tde_set_proc_parameter() 449 memset(tdeTestCtx, 0, sizeof(TEST_TDE_PROC_CTX_S)); in test_tde_set_proc_parameter() 610 TEST_TDE_PROC_CTX_S tdeTestCtx; in main()
|