Home
last modified time | relevance | path

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

/packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/
DMmsVideoRecorder.java68 … final double bitRateAdjustmentFactor = initialDurationLimit / MIN_DURATION_LIMIT_SECONDS; in MmsVideoRecorder() local
69 audioBitRate *= bitRateAdjustmentFactor; in MmsVideoRecorder()
70 videoBitRate *= bitRateAdjustmentFactor; in MmsVideoRecorder()