Searched defs:getWaveForm (Results 1 - 2 of 2) sorted by last modified time

/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
302 * Sets the capture size, i.e. the number of bytes returned by {@link #getWaveForm(byte[])} and
433 public int getWaveForm(byte[] waveform) method in class:Visualizer
437 throw(new IllegalStateException("getWaveForm() called in wrong state: "+mState));
/frameworks/av/media/libmedia/
H A DVisualizer.cpp259 status_t Visualizer::getWaveForm(uint8_t *waveform) function in class:android::Visualizer
272 ALOGV("getWaveForm() command returned %d", status);
277 ALOGV("getWaveForm() disabled");
295 status = getWaveForm(buf);
342 status_t status = getWaveForm(waveform);

Completed in 56 milliseconds