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

  /frameworks/base/include/media/
Visualizer.h 39 * getCaptureSize() and setCaptureSize() methods. Note that the size of the FFT
103 uint32_t getCaptureSize() { return mCaptureSize; }
112 // getCaptureSize()
116 // getCaptureSize() but the length of the FFT is half of the size (both parts of the spectrum
  /frameworks/base/media/java/android/media/audiofx/
Visualizer.java 46 * {@link #getCaptureSize()} and {@link #setCaptureSize(int)} methods. Note that the size of the FFT
291 public int getCaptureSize()
295 throw(new IllegalStateException("getCaptureSize() called in wrong state: "+mState));
318 * by {@link #getCaptureSize()}.
339 * {@see #getCaptureSize()}.

Completed in 902 milliseconds