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::DownmixerBufferProvider361 void RemixBufferProvider::copyFrames(void *dst, const void *src, size_t frames)  in copyFrames()  function in android::RemixBufferProvider
 384 void ChannelMixBufferProvider::copyFrames(void *dst, const void *src, size_t frames)  in copyFrames()  function in android::ChannelMixBufferProvider
 410 void ReformatBufferProvider::copyFrames(void *dst, const void *src, size_t frames)  in copyFrames()  function in android::ReformatBufferProvider
 425 void ClampFloatBufferProvider::copyFrames(void *dst, const void *src, size_t frames)  in copyFrames()  function in android::ClampFloatBufferProvider
 704 void AdjustChannelsBufferProvider::copyFrames(void *dst, const void *src, size_t frames)  in copyFrames()  function in android::AdjustChannelsBufferProvider
 748 void TeeBufferProvider::copyFrames(void *dst, const void *src, size_t frames) {  in copyFrames()  function in android::TeeBufferProvider
 
 |