OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mTimeBetweenFrameCaptureUs
(Results
1 - 3
of
3
) sorted by null
/frameworks/av/media/libstagefright/
CameraSourceTimeLapse.cpp
81
mTimeBetweenFrameCaptureUs
= timeBetweenFrameCaptureUs;
83
mTimeBetweenFrameCaptureUs
);
279
(mLastTimeLapseFrameRealTimestampUs +
mTimeBetweenFrameCaptureUs
)) {
281
// sufficient time (
mTimeBetweenFrameCaptureUs
) has passed.
286
// Desired frame has arrived after
mTimeBetweenFrameCaptureUs
time:
CameraSource.cpp
171
mTimeBetweenFrameCaptureUs
(0),
693
mTimeBetweenFrameCaptureUs
* 1000LL + CAMERA_SOURCE_TIMEOUT_NS)) {
786
mTimeBetweenFrameCaptureUs
* 1000LL + CAMERA_SOURCE_TIMEOUT_NS)) {
/frameworks/av/include/media/stagefright/
CameraSource.h
167
int64_t
mTimeBetweenFrameCaptureUs
;
Completed in 24 milliseconds