Searched defs:bufferFrameCount (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/services/audioflinger/
H A DBufferProviders.cpp46 size_t outputFrameSize, size_t bufferFrameCount) :
49 mLocalBufferFrameCount(bufferFrameCount),
54 inputFrameSize, outputFrameSize, bufferFrameCount);
55 LOG_ALWAYS_FATAL_IF(inputFrameSize < outputFrameSize && bufferFrameCount == 0,
140 uint32_t sampleRate, int32_t sessionId, size_t bufferFrameCount) :
144 bufferFrameCount) // set bufferFrameCount to 0 to do in-place
280 size_t bufferFrameCount) :
286 bufferFrameCount),
307 size_t bufferFrameCount)
45 CopyBufferProvider(size_t inputFrameSize, size_t outputFrameSize, size_t bufferFrameCount) argument
137 DownmixerBufferProvider( audio_channel_mask_t inputChannelMask, audio_channel_mask_t outputChannelMask, audio_format_t format, uint32_t sampleRate, int32_t sessionId, size_t bufferFrameCount) argument
278 RemixBufferProvider(audio_channel_mask_t inputChannelMask, audio_channel_mask_t outputChannelMask, audio_format_t format, size_t bufferFrameCount) argument
305 ReformatBufferProvider(int32_t channelCount, audio_format_t inputFormat, audio_format_t outputFormat, size_t bufferFrameCount) argument
[all...]

Completed in 54 milliseconds