OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mLastFrameTimestamp
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Camera2/src/com/android/camera/one/v2/errorhandling/
FramerateJankDetector.java
44
private long
mLastFrameTimestamp
= -1;
61
if (
mLastFrameTimestamp
>= 0) {
62
double deltaMillis = (timestamp -
mLastFrameTimestamp
) / 1000000.0;
79
mLastFrameTimestamp
= timestamp;
/device/generic/goldfish/camera/
CallbackNotifier.cpp
97
mLastFrameTimestamp
(0),
159
mLastFrameTimestamp
= 0;
171
mLastFrameTimestamp
= 0;
213
mLastFrameTimestamp
= 0;
347
if ((timestamp -
mLastFrameTimestamp
) >= mFrameRefreshFreq) {
348
mLastFrameTimestamp
= timestamp;
CallbackNotifier.h
229
nsecs_t
mLastFrameTimestamp
;
Completed in 726 milliseconds