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

/frameworks/av/media/libmedia/
H A DVisualizer.cpp262 status_t Visualizer::getWaveForm(uint8_t *waveform) function in class:android::Visualizer
275 ALOGV("getWaveForm() command returned %d", status);
280 ALOGV("getWaveForm() disabled");
298 status = getWaveForm(buf);
345 status_t status = getWaveForm(waveform);
/frameworks/base/media/java/android/media/audiofx/
H A DVisualizer.java41 * {@link #getWaveForm(byte[])} method</li>
47 * <p>In addition to the polling capture mode described above with {@link #getWaveForm(byte[])} and
300 * Sets the capture size, i.e. the number of bytes returned by {@link #getWaveForm(byte[])} and
431 public int getWaveForm(byte[] waveform) method in class:Visualizer
435 throw(new IllegalStateException("getWaveForm() called in wrong state: "+mState));

Completed in 1438 milliseconds