Home
last modified time | relevance | path

Searched refs:additive (Results 1 – 1 of 1) sorted by relevance

/frameworks/av/media/libmediaplayerservice/
DStagefrightRecorder.cpp2423 int64_t additive = stopTimeUs - mPauseStartTimeUs; in stop() local
2424 mDurationPausedUs += additive; in stop()
2428 int64_t additive = stopTimeUs - mStartedRecordingUs; in stop() local
2429 mDurationRecordedUs += additive; in stop()