Searched refs:mTimeBetweenCaptureUs (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libmediaplayerservice/
H A DStagefrightRecorder.cpp593 mTimeBetweenCaptureUs = timeUs;
1437 if (mTimeBetweenCaptureUs < 0) {
1439 (long long)mTimeBetweenCaptureUs);
1446 mTimeBetweenCaptureUs);
1542 if (mTimeBetweenCaptureUs <= 0) {
1543 ALOGE("Invalid mTimeBetweenCaptureUs value: %lld",
1544 (long long)mTimeBetweenCaptureUs);
1547 format->setInt64("time-lapse", mTimeBetweenCaptureUs);
1869 mTimeBetweenCaptureUs = -1;
H A DStagefrightRecorder.h121 int64_t mTimeBetweenCaptureUs; member in struct:android::StagefrightRecorder

Completed in 101 milliseconds