Home
last modified time | relevance | path

Searched refs:geo (Results 1 – 5 of 5) sorted by relevance

/cts/tools/cts-media/
Dget_achievable_rates.py157 geo = math.sqrt(p5 * p95)
159 pub_lo, pub_hi = min(int(p95 * T), round(geo)), max(math.ceil(p5 / T), round(geo))
177 …_ = min(int(data[N // 2 - i - 1] * T), round(geo), int(med)), max(math.ceil(data[N // 2 + i] / T),…
196 if p95 < geo / T or p5 > geo * T:
/cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/
Dcamera_response_fast.rsh4 // Adapt //depot/google3/geo/lightfield/refocus/image/camera_response.h|cc to
Dcamera_response.rsh4 // Adapt //depot/google3/geo/lightfield/refocus/image/camera_response.h|cc to
/cts/tests/tests/webkit/src/android/webkit/cts/
DWebViewTest.java1875 final String geo = "<p><a href=\"geo:0,0?q=" + location + "\">Location</a></p>"; in testGetHitTestResult() local
1885 + geo in testGetHitTestResult()
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/
Dcurrent.txt58266 field public static final String SCHEME_GEO = "geo:0,0?q=";