Home
last modified time | relevance | path

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

/packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/
DMmsVideoRecorder.java62 final double initialDurationLimit = sizeLimit * BITS_PER_BYTE in MmsVideoRecorder() local
64 if (initialDurationLimit < MIN_DURATION_LIMIT_SECONDS) { in MmsVideoRecorder()
68 … final double bitRateAdjustmentFactor = initialDurationLimit / MIN_DURATION_LIMIT_SECONDS; in MmsVideoRecorder()