Searched defs:copyFrames (Results 1 – 1 of 1) sorted by relevance
/frameworks/av/media/libaudioprocessing/ |
D | BufferProviders.cpp | 286 void DownmixerBufferProvider::copyFrames(void *dst, const void *src, size_t frames) in copyFrames() function in android::DownmixerBufferProvider 363 void RemixBufferProvider::copyFrames(void *dst, const void *src, size_t frames) in copyFrames() function in android::RemixBufferProvider 386 void ChannelMixBufferProvider::copyFrames(void *dst, const void *src, size_t frames) in copyFrames() function in android::ChannelMixBufferProvider 412 void ReformatBufferProvider::copyFrames(void *dst, const void *src, size_t frames) in copyFrames() function in android::ReformatBufferProvider 427 void ClampFloatBufferProvider::copyFrames(void *dst, const void *src, size_t frames) in copyFrames() function in android::ClampFloatBufferProvider 706 void AdjustChannelsBufferProvider::copyFrames(void *dst, const void *src, size_t frames) in copyFrames() function in android::AdjustChannelsBufferProvider 750 void TeeBufferProvider::copyFrames(void *dst, const void *src, size_t frames) { in copyFrames() function in android::TeeBufferProvider
|