Searched refs:Format_frameSize (Results 1 - 10 of 10) sorted by relevance

/frameworks/av/media/libnbaio/
H A DNBAIO.cpp25 size_t Format_frameSize(const NBAIO_Format& format) function in namespace:android
70 size_t frameSize = Format_frameSize(mFormat);
106 size_t frameSize = Format_frameSize(mFormat);
H A DAudioStreamInSource.cpp51 mFrameSize = Format_frameSize(mFormat);
H A DPipe.cpp31 mBuffer(buffer == NULL ? malloc(mMaxFrames * Format_frameSize(format)) : buffer),
H A DAudioStreamOutSink.cpp48 mFrameSize = Format_frameSize(mFormat);
H A DSourceAudioBufferProvider.cpp40 mFrameSize = Format_frameSize(source->format());
H A DMonoPipe.cpp37 mBuffer(malloc(mMaxFrames * Format_frameSize(format))),
/frameworks/av/include/media/nbaio/
H A DNBAIO.h68 size_t Format_frameSize(const NBAIO_Format& format);
129 mFrameSize(Format_frameSize(format)) { }
/frameworks/av/services/audioflinger/
H A DFastCapture.cpp136 size_t bufferSize = frameCount * Format_frameSize(mFormat);
191 memset(mReadBuffer, 0, frameCount * Format_frameSize(mFormat));
H A DAudioFlinger.cpp3060 size_t frameSize = Format_frameSize(format);
H A DThreads.cpp5716 size_t pipeSize = pipeFramesP2 * Format_frameSize(format);

Completed in 201 milliseconds