Home
last modified time | relevance | path

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

/hardware/ti/omap4xxx/camera/inc/V4LCameraAdapter/
DV4LCameraAdapter.h138 nsecs_t mLastFPSTime; variable
/hardware/ti/omap4xxx/camera/V4LCameraAdapter/
DV4LCameraAdapter.cpp455 nsecs_t diff = now - mLastFPSTime; in recalculateFPS()
457 mLastFPSTime = now; in recalculateFPS()
/hardware/ti/omap4-aah/camera/inc/V4LCameraAdapter/
DV4LCameraAdapter.h217 nsecs_t mLastFPSTime; variable
/hardware/ti/omap4-aah/camera/V4LCameraAdapter/
DV4LCameraAdapter.cpp874 nsecs_t diff = now - mLastFPSTime; in recalculateFPS()
876 mLastFPSTime = now; in recalculateFPS()
/hardware/ti/omap4xxx/camera/OMXCameraAdapter/
DOMXCameraAdapter.cpp1906 mLastFPSTime = systemTime(); in startPreview()
3194 nsecs_t diff = now - mLastFPSTime; in recalculateFPS()
3196 mLastFPSTime = now; in recalculateFPS()
/hardware/ti/omap4xxx/camera/inc/OMXCameraAdapter/
DOMXCameraAdapter.h938 nsecs_t mLastFPSTime; variable
/hardware/ti/omap4-aah/camera/OMXCameraAdapter/
DOMXCameraAdapter.cpp2338 mLastFPSTime = systemTime(); in startPreview()
3808 nsecs_t diff = now - mLastFPSTime; in recalculateFPS()
3810 mLastFPSTime = now; in recalculateFPS()
/hardware/ti/omap4-aah/camera/inc/OMXCameraAdapter/
DOMXCameraAdapter.h1172 nsecs_t mLastFPSTime; variable