Searched defs:getCaptureSize (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/include/media/
H A DVisualizer.h39 * getCaptureSize() and setCaptureSize() methods. Note that the size of the FFT
103 uint32_t getCaptureSize() { return mCaptureSize; } function in class:android::Visualizer
126 // getCaptureSize()
130 // getCaptureSize() but the length of the FFT is half of the size (both parts of the spectrum
/frameworks/base/media/java/android/media/audiofx/
H A DVisualizer.java45 * {@link #getCaptureSize()} and {@link #setCaptureSize(int)} methods. The capture size must be a
323 public int getCaptureSize() method in class:Visualizer
327 throw(new IllegalStateException("getCaptureSize() called in wrong state: "+mState));
423 * by {@link #getCaptureSize()}.
450 * <li> n is the capture size returned by getCaptureSize()</li>

Completed in 576 milliseconds