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

/frameworks/av/media/libnbaio/
H A DPipe.cpp32 mBuffer(buffer == NULL ? malloc(mMaxFrames * Format_frameSize(format)) : buffer),
33 mFifo(mMaxFrames, Format_frameSize(format), mBuffer, false /*throttlesWriter*/),
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 DMonoPipe.cpp36 mBuffer(malloc(mMaxFrames * Format_frameSize(format))),
37 mFifo(mMaxFrames, Format_frameSize(format), mBuffer, true /*throttlesWriter*/),
H A DAudioStreamInSource.cpp56 mFrameSize = Format_frameSize(mFormat);
H A DAudioStreamOutSink.cpp53 mFrameSize = Format_frameSize(mFormat);
H A DSourceAudioBufferProvider.cpp40 mFrameSize = Format_frameSize(source->format());
/frameworks/av/include/media/nbaio/
H A DNBAIO.h71 size_t Format_frameSize(const NBAIO_Format& format);
132 mFrameSize(Format_frameSize(format)) { }
/frameworks/av/media/libnbaio/include/
H A DNBAIO.h71 size_t Format_frameSize(const NBAIO_Format& format);
132 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.cpp3342 size_t frameSize = Format_frameSize(format);
H A DThreads.cpp5989 size_t pipeSize = pipeFramesP2 * Format_frameSize(format);

Completed in 170 milliseconds