Home | History | Annotate | Download | only in audio

Lines Matching defs:Buffer

29  * Buffer passed for audio playback and recording
30 * The buffer is supposed to be used with sp to guarantee that audio thread can
33 class Buffer: public virtual android::RefBase {
35 Buffer(size_t capacity, size_t size = 0, bool stereo = true);
37 virtual ~Buffer();
104 /// change stereo buffer to mono
106 /// change mono buffer to stereo. This does not increase allocated memory.
110 /// save the buffer to file
114 bool operator ==(const Buffer& b) const;
120 static Buffer* loadFromFile(const android::String8& filename);