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

/frameworks/av/media/libmedia/
H A DVisualizer.cpp187 status_t Visualizer::getWaveForm(uint8_t *waveform) function in class:android::Visualizer
200 ALOGV("getWaveForm() command returned %d", status);
205 ALOGV("getWaveForm() disabled");
223 status = getWaveForm(buf);
270 status_t status = getWaveForm(waveform);
/frameworks/base/media/java/android/media/audiofx/
H A DVisualizer.java42 * {@link #getWaveForm(byte[])} method</li>
48 * <p>In addition to the polling capture mode described above with {@link #getWaveForm(byte[])} and
283 * Sets the capture size, i.e. the number of bytes returned by {@link #getWaveForm(byte[])} and
377 public int getWaveForm(byte[] waveform) method in class:Visualizer
381 throw(new IllegalStateException("getWaveForm() called in wrong state: "+mState));

Completed in 265 milliseconds