Home
last modified time | relevance | path

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

/test/xts/acts/ai_lite/ai_engine_posix/base/src/aie_client/
DAieClientDestroyFunctionTest.cpp50 AlgorithmInfo algorithmInfo; in TestAieClientDestroy() local
52 GetSyncAlgorithmInfo(algorithmInfo, isAsync, algorithmType); in TestAieClientDestroy()
58 int initReturnCode = AieClientInit(configInfo, clientInfo, algorithmInfo, cb); in TestAieClientDestroy()
73 …int prepareReturnCode = AieClientPrepare(clientInfo, algorithmInfo, prepareInputInfo, prepareOutpu… in TestAieClientDestroy()
81 …int asyncProcessReturnCode = AieClientAsyncProcess(clientInfo, algorithmInfo, asyncProcessInputInf… in TestAieClientDestroy()
86 … int syncProcessReturnCode = AieClientSyncProcess(clientInfo, algorithmInfo, syncProcessInputInfo, in TestAieClientDestroy()
95 int releaseReturnCode = AieClientRelease(clientInfo, algorithmInfo, releaseInputInfo); in TestAieClientDestroy()
125 AlgorithmInfo algorithmInfo; variable
127 GetSyncAlgorithmInfo(algorithmInfo, isAsync, algorithmType);
133 int initReturnCode = AieClientInit(configInfo, clientInfo, algorithmInfo, cb);
DAieClientReleaseFunctionTest.cpp51 AlgorithmInfo algorithmInfo; in TestAieClientRelease() local
53 GetSyncAlgorithmInfo(algorithmInfo, isAsync, algorithmType); in TestAieClientRelease()
59 int initReturnCode = AieClientInit(configInfo, clientInfo, algorithmInfo, cb); in TestAieClientRelease()
74 …int prepareReturnCode = AieClientPrepare(clientInfo, algorithmInfo, prepareInputInfo, prepareOutpu… in TestAieClientRelease()
83 …int asyncProcessReturnCode = AieClientAsyncProcess(clientInfo, algorithmInfo, asyncProcessInputInf… in TestAieClientRelease()
88 … int syncProcessReturnCode = AieClientSyncProcess(clientInfo, algorithmInfo, syncProcessInputInfo, in TestAieClientRelease()
99 int releaseReturnCode = AieClientRelease(clientInfo, algorithmInfo, releaseInputInfo); in TestAieClientRelease()
DAieClientSyncProcessShareMemoryFunctionTest.cpp57 AlgorithmInfo algorithmInfo; in TestAieClientSyncProcess() local
59 GetSyncAlgorithmInfo(algorithmInfo, isAsync, algorithmType); in TestAieClientSyncProcess()
65 int initReturnCode = AieClientInit(configInfo, clientInfo, algorithmInfo, cb); in TestAieClientSyncProcess()
81 …int prepareReturnCode = AieClientPrepare(clientInfo, algorithmInfo, prepareInputInfo, prepareOutpu… in TestAieClientSyncProcess()
88 … int syncProcessReturnCode = AieClientSyncProcess(clientInfo, algorithmInfo, syncProcessInputInfo, in TestAieClientSyncProcess()
99 int releaseReturnCode = AieClientRelease(clientInfo, algorithmInfo, releaseInputInfo); in TestAieClientSyncProcess()
DAieClientSyncProcessFunctionTest.cpp57 AlgorithmInfo algorithmInfo; in TestAieClientSyncProcess() local
59 GetSyncAlgorithmInfo(algorithmInfo, isAsync, algorithmType); in TestAieClientSyncProcess()
65 int initReturnCode = AieClientInit(configInfo, clientInfo, algorithmInfo, cb); in TestAieClientSyncProcess()
81 …int prepareReturnCode = AieClientPrepare(clientInfo, algorithmInfo, prepareInputInfo, prepareOutpu… in TestAieClientSyncProcess()
88 … int syncProcessReturnCode = AieClientSyncProcess(clientInfo, algorithmInfo, syncProcessInputInfo, in TestAieClientSyncProcess()
99 int releaseReturnCode = AieClientRelease(clientInfo, algorithmInfo, releaseInputInfo); in TestAieClientSyncProcess()
DAieClientAsyncProcessFunctionTest.cpp62 AlgorithmInfo algorithmInfo; in TestAieClientAsyncProcess() local
64 GetSyncAlgorithmInfo(algorithmInfo, isAsync, algorithmType); in TestAieClientAsyncProcess()
70 int initReturnCode = AieClientInit(configInfo, clientInfo, algorithmInfo, cb); in TestAieClientAsyncProcess()
85 …int prepareReturnCode = AieClientPrepare(clientInfo, algorithmInfo, prepareInputInfo, prepareOutpu… in TestAieClientAsyncProcess()
91 …int asyncProcessReturnCode = AieClientAsyncProcess(clientInfo, algorithmInfo, asyncProcessInputInf… in TestAieClientAsyncProcess()
99 int releaseReturnCode = AieClientRelease(clientInfo, algorithmInfo, releaseInputInfo); in TestAieClientAsyncProcess()
DAieClientSetOptionFunctionTest.cpp59 AlgorithmInfo algorithmInfo; in TestAieClientSetOption() local
61 GetSyncAlgorithmInfo(algorithmInfo, isAsync, algorithmType); in TestAieClientSetOption()
67 int initReturnCode = AieClientInit(configInfo, clientInfo, algorithmInfo, cb); in TestAieClientSetOption()
82 …int prepareReturnCode = AieClientPrepare(clientInfo, algorithmInfo, prepareInputInfo, prepareOutpu… in TestAieClientSetOption()
121 int releaseReturnCode = AieClientRelease(clientInfo, algorithmInfo, releaseInputInfo); in TestAieClientSetOption()
151 AlgorithmInfo algorithmInfo; in TestAieClientSetOptionWithoutPrepare() local
153 GetSyncAlgorithmInfo(algorithmInfo, isAsync, algorithmType); in TestAieClientSetOptionWithoutPrepare()
159 int initReturnCode = AieClientInit(configInfo, clientInfo, algorithmInfo, cb); in TestAieClientSetOptionWithoutPrepare()
DAieClientPrepareFunctionTest.cpp57 AlgorithmInfo algorithmInfo; in TestAieClientPrepare() local
59 GetSyncAlgorithmInfo(algorithmInfo, isAsync, algorithmType); in TestAieClientPrepare()
65 int initReturnCode = AieClientInit(configInfo, clientInfo, algorithmInfo, cb); in TestAieClientPrepare()
96 …int prepareReturnCode = AieClientPrepare(clientInfo, algorithmInfo, inputInfo, outputInfo, callbac… in TestAieClientPrepare()
103 int releaseReturnCode = AieClientRelease(clientInfo, algorithmInfo, releaseInputInfo); in TestAieClientPrepare()
DAieClientInitFunctionTest.cpp55 AlgorithmInfo algorithmInfo; in TestAieClientInit() local
57 GetSyncAlgorithmInfo(algorithmInfo, isAsync, algorithmType); in TestAieClientInit()
65 int initReturnCode = AieClientInit(configInfo, clientInfo, algorithmInfo, cb); in TestAieClientInit()
/test/xts/acts/ai_lite/ai_engine_posix/base/src/utils/
Daie_client_common.cpp71 void GetSyncAlgorithmInfo(AlgorithmInfo &algorithmInfo, bool isAsync, int algorithmType) in GetSyncAlgorithmInfo() argument
77 algorithmInfo = { in GetSyncAlgorithmInfo()
Daie_client_common.h44 void GetSyncAlgorithmInfo(AlgorithmInfo &algorithmInfo, bool isAsync, int algorithmType);