Searched refs:operatingRateToSet (Results 1 – 2 of 2) sorted by relevance
53 int operatingRateToSet = (int) (mOperatingRateExpected * mMaxOpRateScalingFactor); in setUpFormat() local55 mOperatingRateExpected = operatingRateToSet; in setUpFormat()57 mDecoderFormat.setInteger(MediaFormat.KEY_OPERATING_RATE, operatingRateToSet); in setUpFormat()
135 int operatingRateToSet = (int) (mOperatingRateExpected * mMaxOpRateScalingFactor); in setUpFormats() local137 mOperatingRateExpected = operatingRateToSet; in setUpFormats()143 operatingRateToSet <= 0 || operatingRateToSet >= 30); in setUpFormats()146 mDecoderFormat.setInteger(MediaFormat.KEY_OPERATING_RATE, operatingRateToSet); in setUpFormats()147 mEncoderFormat.setInteger(MediaFormat.KEY_OPERATING_RATE, operatingRateToSet); in setUpFormats()