Home
last modified time | relevance | path

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

/dports/www/firefox-esr/firefox-91.8.0/mobile/android/geckoview/src/thirdparty/java/org/mozilla/thirdparty/com/google/android/exoplayer2/audio/
H A DSonic.java396 int newFrameCount; in skipPitchPeriod() local
398 newFrameCount = (int) (period / (speed - 1.0f)); in skipPitchPeriod()
400 newFrameCount = period; in skipPitchPeriod()
405 newFrameCount, in skipPitchPeriod()
413 outputFrameCount += newFrameCount; in skipPitchPeriod()
414 return newFrameCount; in skipPitchPeriod()
419 int newFrameCount; in insertPitchPeriod() local
423 newFrameCount = period; in insertPitchPeriod()
435 newFrameCount, in insertPitchPeriod()
443 outputFrameCount += period + newFrameCount; in insertPitchPeriod()
[all …]
/dports/www/firefox/firefox-99.0/mobile/android/exoplayer2/src/main/java/org/mozilla/thirdparty/com/google/android/exoplayer2/audio/
H A DSonic.java396 int newFrameCount; in skipPitchPeriod() local
398 newFrameCount = (int) (period / (speed - 1.0f)); in skipPitchPeriod()
400 newFrameCount = period; in skipPitchPeriod()
405 newFrameCount, in skipPitchPeriod()
413 outputFrameCount += newFrameCount; in skipPitchPeriod()
414 return newFrameCount; in skipPitchPeriod()
419 int newFrameCount; in insertPitchPeriod() local
423 newFrameCount = period; in insertPitchPeriod()
435 newFrameCount, in insertPitchPeriod()
443 outputFrameCount += period + newFrameCount; in insertPitchPeriod()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/mobile/android/geckoview/src/thirdparty/java/org/mozilla/thirdparty/com/google/android/exoplayer2/audio/
H A DSonic.java396 int newFrameCount; in skipPitchPeriod() local
398 newFrameCount = (int) (period / (speed - 1.0f)); in skipPitchPeriod()
400 newFrameCount = period; in skipPitchPeriod()
405 newFrameCount, in skipPitchPeriod()
413 outputFrameCount += newFrameCount; in skipPitchPeriod()
414 return newFrameCount; in skipPitchPeriod()
419 int newFrameCount; in insertPitchPeriod() local
423 newFrameCount = period; in insertPitchPeriod()
435 newFrameCount, in insertPitchPeriod()
443 outputFrameCount += period + newFrameCount; in insertPitchPeriod()
[all …]
/dports/games/residualvm/residualvm-0.3.1/audio/decoders/
H A Dwma.cpp575 int newFrameCount = bits.getBits(4) - 1; in decodeSuperFrame() local
576 if (newFrameCount < 0) { in decodeSuperFrame()
577 warning("WMACodec::decodeSuperFrame(): newFrameCount == %d", newFrameCount); in decodeSuperFrame()
587 int frameCount = newFrameCount; in decodeSuperFrame()
638 for (int i = 0; i < newFrameCount; i++, _curFrame++) in decodeSuperFrame()
/dports/games/scummvm/scummvm-2.5.1/audio/decoders/
H A Dwma.cpp575 int newFrameCount = bits.getBits(4) - 1; in decodeSuperFrame() local
576 if (newFrameCount < 0) { in decodeSuperFrame()
577 warning("WMACodec::decodeSuperFrame(): newFrameCount == %d", newFrameCount); in decodeSuperFrame()
587 int frameCount = newFrameCount; in decodeSuperFrame()
638 for (int i = 0; i < newFrameCount; i++, _curFrame++) in decodeSuperFrame()
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/toonz/
H A Dpreviewer.cpp372 int newFrameCount = in updateFrameRange() local
376 jt = m_frames.lower_bound(newFrameCount); in updateFrameRange()
385 m_pbStatus.resize(newFrameCount); in updateFrameRange()
386 for (i = oldSize; i < newFrameCount; ++i) in updateFrameRange()
/dports/games/freetennis/freetennis-0.4.8/
H A Dfreetennis.ml960 let newFrameCount =
977 newFrameCount :: t.t2_frameCountList
988 truncate lengthOfListOfFrameCounts (newFrameCount:: t.t2_frameCountList)