OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mLastFPSTime
(Results
1 - 5
of
5
) sorted by null
/hardware/ti/omap4xxx/camera/inc/V4LCameraAdapter/
V4LCameraAdapter.h
138
nsecs_t
mLastFPSTime
;
/cts/tests/tests/openglperf/src/android/openglperf/cts/
PlanetsRenderer.java
70
private long
mLastFPSTime
;
266
mLastFPSTime
= System.currentTimeMillis();
/hardware/ti/omap4xxx/camera/V4LCameraAdapter/
V4LCameraAdapter.cpp
432
static nsecs_t
mLastFpsTime
= 0;
437
nsecs_t diff = now -
mLastFpsTime
;
439
mLastFpsTime
= now;
455
nsecs_t diff = now -
mLastFPSTime
;
457
mLastFPSTime
= now;
/hardware/ti/omap4xxx/camera/OMXCameraAdapter/
OMXCameraAdapter.cpp
[
all
...]
/hardware/ti/omap4xxx/camera/inc/OMXCameraAdapter/
OMXCameraAdapter.h
[
all
...]
Completed in 130 milliseconds