Searched defs:copyFrames (Results 1 – 1 of 1) sorted by relevance
/frameworks/av/media/libaudioprocessing/ |
D | BufferProviders.cpp | 283 void DownmixerBufferProvider::copyFrames(void *dst, const void *src, size_t frames) in copyFrames() function in android::DownmixerBufferProvider 360 void RemixBufferProvider::copyFrames(void *dst, const void *src, size_t frames) in copyFrames() function in android::RemixBufferProvider 381 void ReformatBufferProvider::copyFrames(void *dst, const void *src, size_t frames) in copyFrames() function in android::ReformatBufferProvider 396 void ClampFloatBufferProvider::copyFrames(void *dst, const void *src, size_t frames) in copyFrames() function in android::ClampFloatBufferProvider 667 void AdjustChannelsBufferProvider::copyFrames(void *dst, const void *src, size_t frames) in copyFrames() function in android::AdjustChannelsBufferProvider
|