Searched defs:copyFrames (Results 1 – 1 of 1) sorted by relevance
/frameworks/av/media/libaudioprocessing/ |
D | BufferProviders.cpp | 284 void DownmixerBufferProvider::copyFrames(void *dst, const void *src, size_t frames) in copyFrames() function in android::DownmixerBufferProvider 361 void RemixBufferProvider::copyFrames(void *dst, const void *src, size_t frames) in copyFrames() function in android::RemixBufferProvider 382 void ReformatBufferProvider::copyFrames(void *dst, const void *src, size_t frames) in copyFrames() function in android::ReformatBufferProvider 397 void ClampFloatBufferProvider::copyFrames(void *dst, const void *src, size_t frames) in copyFrames() function in android::ClampFloatBufferProvider 668 void AdjustChannelsBufferProvider::copyFrames(void *dst, const void *src, size_t frames) in copyFrames() function in android::AdjustChannelsBufferProvider
|