Home | History | Annotate | Download | only in jni

Lines Matching refs:num_frames

58   // @param num_frames number of frames to read.
60 void Copy(int reader, float* destination, int num_frames) const;
64 // @param num_frames number of frames to write.
65 void Write(const float* samples, int num_frames);
77 // Returns a pointer to num_frames x num_channels contiguous samples for
83 // @param num_frames number of frames to read.
84 // @returns pointer to a continuous buffer containing num_frames.
85 float* GetPointer(int reader, int num_frames);
92 // @param source pointer to a continuous buffer containing num_frames.
93 // @param num_frames number of frames to copy back to the ring buffer.
94 void MergeBack(int reader, const float* source, int num_frames);