Searched refs:getCaptureSize (Results 1 - 5 of 5) 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
118 // getCaptureSize()
122 // getCaptureSize() but the length of the FFT is half of the size (both parts of the spectrum
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/audio/
H A DMediaVisualizerTest.java171 range[0], mVisualizer.getCaptureSize());
174 range[1], mVisualizer.getCaptureSize());
257 byte[] data = new byte[mVisualizer.getCaptureSize()];
478 byte[] data = new byte[mVisualizer.getCaptureSize()];
/frameworks/base/media/java/android/media/audiofx/
H A DVisualizer.java46 * {@link #getCaptureSize()} and {@link #setCaptureSize(int)} methods. The capture size must be a
306 public int getCaptureSize() method in class:Visualizer
310 throw(new IllegalStateException("getCaptureSize() called in wrong state: "+mState));
369 * by {@link #getCaptureSize()}.
396 * <li> n is the capture size returned by getCaptureSize()</li>
/frameworks/base/media/tests/EffectsTest/src/com/android/effectstest/
H A DVisualizerTest.java270 mCaptureSize = mVisualizer.getCaptureSize();
/frameworks/base/media/jni/audioeffect/
H A Dandroid_media_Visualizer.cpp490 return lpVisualizer->getCaptureSize();

Completed in 457 milliseconds