Searched refs:TIME_FREQ_ARRAY_SIZE (Results 1 – 2 of 2) sorted by relevance
24 private final static int TIME_FREQ_ARRAY_SIZE = 32; field in LatencyResult66 mTimeFreqStepSec = (maxComputeTimeSec - minComputeTimeSec) / (TIME_FREQ_ARRAY_SIZE - 1); in LatencyResult()67 mTimeFreqSec = new float[TIME_FREQ_ARRAY_SIZE]; in LatencyResult()
34 private final static int TIME_FREQ_ARRAY_SIZE = 32; field in BenchmarkResult