OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mLastTimeLapseFrameRealTimestampUs
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/media/libstagefright/
CameraSourceTimeLapse.cpp
78
mLastTimeLapseFrameRealTimestampUs
(0),
246
if (
mLastTimeLapseFrameRealTimestampUs
== 0) {
247
// First time lapse frame. Initialize
mLastTimeLapseFrameRealTimestampUs
251
mLastTimeLapseFrameRealTimestampUs
= *timestampUs;
279
(
mLastTimeLapseFrameRealTimestampUs
+ mTimeBetweenFrameCaptureUs)) {
287
// - Reset
mLastTimeLapseFrameRealTimestampUs
to current time.
292
mLastTimeLapseFrameRealTimestampUs
= *timestampUs;
/frameworks/av/include/media/stagefright/
CameraSourceTimeLapse.h
68
int64_t
mLastTimeLapseFrameRealTimestampUs
;
Completed in 306 milliseconds