Searched refs:totalMaxDetections (Results 1 – 2 of 2) sorted by relevance
427 Ncv32u totalMaxDetections,438 Ncv32u totalMaxDetections,
1487 Ncv32u totalMaxDetections, in ncvGrowDetectionsVector_device() argument1502 ncvAssertReturn(totalMaxDetections <= hypotheses.length() && in ncvGrowDetectionsVector_device()1504 totalMaxDetections <= totalMaxDetections, NCV_INCONSISTENT_INPUT); in ncvGrowDetectionsVector_device()1514 if (totalDetections + numPixelMaskDetections > totalMaxDetections) in ncvGrowDetectionsVector_device()1517 numDetsToCopy = totalMaxDetections - totalDetections; in ncvGrowDetectionsVector_device()2072 Ncv32u totalMaxDetections, in ncvGrowDetectionsVector_host() argument2082 ncvAssertReturn(totalMaxDetections <= hypotheses.length() && in ncvGrowDetectionsVector_host()2084 totalMaxDetections <= totalMaxDetections, NCV_INCONSISTENT_INPUT); in ncvGrowDetectionsVector_host()2094 if (totalDetections + numPixelMaskDetections > totalMaxDetections) in ncvGrowDetectionsVector_host()2097 numDetsToCopy = totalMaxDetections - totalDetections; in ncvGrowDetectionsVector_host()