Searched refs:copyFrames (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/include/media/
H A DBufferProviders.h70 // the upstream buffer provider's buffers is performed by copyFrames().
86 virtual void copyFrames(void *dst, const void *src, size_t frames) = 0;
107 virtual void copyFrames(void *dst, const void *src, size_t frames);
139 virtual void copyFrames(void *dst, const void *src, size_t frames);
156 virtual void copyFrames(void *dst, const void *src, size_t frames);
/frameworks/av/media/libmedia/include/media/
H A DBufferProviders.h70 // the upstream buffer provider's buffers is performed by copyFrames().
86 virtual void copyFrames(void *dst, const void *src, size_t frames) = 0;
107 virtual void copyFrames(void *dst, const void *src, size_t frames);
139 virtual void copyFrames(void *dst, const void *src, size_t frames);
156 virtual void copyFrames(void *dst, const void *src, size_t frames);
/frameworks/av/media/libaudioprocessing/
H A DBufferProviders.cpp80 copyFrames(pBuffer->raw, pBuffer->raw, pBuffer->frameCount);
105 copyFrames(pBuffer->raw, (uint8_t*)mBuffer.raw + mConsumed * mInputFrameSize,
276 void DownmixerBufferProvider::copyFrames(void *dst, const void *src, size_t frames) function in class:DownmixerBufferProvider
353 void RemixBufferProvider::copyFrames(void *dst, const void *src, size_t frames) function in class:RemixBufferProvider
374 void ReformatBufferProvider::copyFrames(void *dst, const void *src, size_t frames) function in class:ReformatBufferProvider

Completed in 86 milliseconds