Searched refs:maxTimeMs (Results 1 – 1 of 1) sorted by relevance
196 long maxTimeMs = Math.min( in decode() local200 maxTimeMs = Math.min(2000, maxTimeMs); in decode()206 Log.d(TAG, "round #" + i + ": " + name + " for " + maxTimeMs + " msecs to surface"); in decode()209 measuredFps[i] = doDecode(name, resource, width, height, s, i, maxTimeMs); in decode()236 int round, long maxTimeMs) throws Exception { in doDecode() argument333 || (elapsed > maxTimeMs) in doDecode()