Searched refs:windowDuration (Results 1 - 5 of 5) sorted by relevance

/frameworks/ex/variablespeed/src/com/android/ex/variablespeed/
H A DEngineParameters.java78 private EngineParameters(int targetFrames, int maxPlayBufferCount, float windowDuration, argument
83 mWindowDuration = windowDuration;
123 public Builder windowDuration(int windowDuration) { argument
124 mWindowDuration = windowDuration;
H A DVariableSpeedNative.java89 float windowDuration, float windowOverlapDuration, int maxPlayBufferCount,
88 initializeEngine(int targetFrames, float windowDuration, float windowOverlapDuration, int maxPlayBufferCount, float initialRate, int decodeBufferInitialSize, int decodeBufferMaxSize, int startPositionMillis, int audioStreamType) argument
/frameworks/ex/variablespeed/jni/
H A Djni_entry.cc79 int targetFrames, float windowDuration,
85 windowDuration, windowOverlapDuration, maxPlayBufferCount, initialRate,
H A Dvariablespeed.h45 AudioEngine(size_t targetFrames, float windowDuration,
H A Dvariablespeed.cc281 AudioEngine::AudioEngine(size_t targetFrames, float windowDuration, argument
290 windowDuration_(windowDuration),

Completed in 876 milliseconds