Searched refs:algList (Results 1 – 3 of 3) sorted by relevance
130 TPML_ALG_PROPERTY *algList // OUT: algorithm list in AlgorithmCapGetImplemented() argument137 algList->count = 0; in AlgorithmCapGetImplemented()149 if(algList->count < count) in AlgorithmCapGetImplemented()153 algList->algProperties[algList->count].alg = s_algorithms[i].algID; in AlgorithmCapGetImplemented()154 algList->algProperties[algList->count].algProperties = in AlgorithmCapGetImplemented()156 algList->count++; in AlgorithmCapGetImplemented()
17 TPML_ALG_PROPERTY *algList // OUT: algorithm list
15617 114 TPML_ALG_PROPERTY *algList // OUT: algorithm list15625 122 algList->count = 0;15640 137 if(algList->count < count)15644 141 algList->algProperties[algList->count].alg = s_algorithms[i].algID;15645 142 algList->algProperties[algList->count].algProperties =15647 144 algList->count++;