Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
DRVCVXCheckAnalyzer.java471 public double fovWidth; field in RVCVXCheckAnalyzer.VideoMetaInfo
511 fovWidth = json.getDouble("fovW")*Math.PI/180.0; in VideoMetaInfo()
836 float fc = (float)(meta.frameWidth/2.0/Math.tan(meta.fovWidth/2.0)); in analyzeVideo()