[go: nahoru, domu]

Searched refs:mTimeBetweenFrameCaptureUs (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/media/libstagefright/
H A DCameraSourceTimeLapse.cpp85 mTimeBetweenFrameCaptureUs = timeBetweenFrameCaptureUs;
87 mTimeBetweenFrameCaptureUs);
284 (mLastTimeLapseFrameRealTimestampUs + mTimeBetweenFrameCaptureUs)) {
286 // sufficient time (mTimeBetweenFrameCaptureUs) has passed.
291 // Desired frame has arrived after mTimeBetweenFrameCaptureUs time:
H A DCameraSource.cpp198 mTimeBetweenFrameCaptureUs(0),
873 mTimeBetweenFrameCaptureUs * 1000LL + CAMERA_SOURCE_TIMEOUT_NS)) {
1025 mTimeBetweenFrameCaptureUs * 1000LL + CAMERA_SOURCE_TIMEOUT_NS)) {
/frameworks/av/include/media/stagefright/
H A DCameraSource.h205 int64_t mTimeBetweenFrameCaptureUs; member in class:android::CameraSource

Completed in 37 milliseconds