Home
last modified time | relevance | path

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

/packages/experimental/CameraPreviewTest/src/com/example/android/videochatcameratest/
DSurfaceTextureView.java88 AtomicInteger mReportedFrameCount = new AtomicInteger(); field in SurfaceTextureView
115 mReportedFrameCount.set(0); in resetFrameCounter()
119 return mReportedFrameCount.get(); in getFrameCounter()
219 mReportedFrameCount.incrementAndGet(); in onDrawFrame()