HomeSort by relevance Sort by last modified time
    Searched refs:decodeBufferInitialSize (Results 1 - 2 of 2) sorted by null

  /frameworks/ex/variablespeed/src/com/android/ex/variablespeed/
EngineParameters.java 79 float windowOverlapDuration, float initialRate, int decodeBufferInitialSize,
86 mDecodeBufferInitialSize = decodeBufferInitialSize;
138 public Builder decodeBufferInitialSize(int decodeBufferInitialSize) {
139 mDecodeBufferInitialSize = decodeBufferInitialSize;
VariableSpeedNative.java 90 float initialRate, int decodeBufferInitialSize, int decodeBufferMaxSize,

Completed in 185 milliseconds