Searched refs:mAvgAutoFocusTime (Results 1 – 2 of 2) sorted by relevance
49 private long mAvgAutoFocusTime; field in CameraLatency101 mAvgAutoFocusTime = mTotalAutoFocusTime / numberofRun; in testImageCapture()116 out.write("Avg AutoFocus = " + mAvgAutoFocusTime + "\n"); in testImageCapture()131 Log.v(TAG, "Avg AutoFocus = " + mAvgAutoFocusTime); in testImageCapture()
48 private long mAvgAutoFocusTime; field in CameraLatency112 mAvgAutoFocusTime = mTotalAutoFocusTime / numberofRun; in testImageCapture()129 out.write("Avg AutoFocus = " + mAvgAutoFocusTime + "\n"); in testImageCapture()146 Log.v(TAG, "Avg AutoFocus = " + mAvgAutoFocusTime); in testImageCapture()