Home
last modified time | relevance | path

Searched refs:Format_frameSize (Results 1 – 9 of 9) sorted by relevance

/frameworks/av/media/libnbaio/
DPipe.cpp32 mBuffer(buffer == NULL ? malloc(mMaxFrames * Format_frameSize(format)) : buffer), in Pipe()
33 mFifo(mMaxFrames, Format_frameSize(format), mBuffer, false /*throttlesWriter*/), in Pipe()
DNBAIO.cpp25 size_t Format_frameSize(const NBAIO_Format& format) in Format_frameSize() function
70 size_t frameSize = Format_frameSize(mFormat); in writeVia()
106 size_t frameSize = Format_frameSize(mFormat); in readVia()
DMonoPipe.cpp36 mBuffer(malloc(mMaxFrames * Format_frameSize(format))), in MonoPipe()
37 mFifo(mMaxFrames, Format_frameSize(format), mBuffer, true /*throttlesWriter*/), in MonoPipe()
DAudioStreamInSource.cpp54 mFrameSize = Format_frameSize(mFormat); in negotiate()
DAudioStreamOutSink.cpp52 mFrameSize = Format_frameSize(mFormat); in negotiate()
DSourceAudioBufferProvider.cpp40 mFrameSize = Format_frameSize(source->format()); in SourceAudioBufferProvider()
/frameworks/av/services/audioflinger/
DFastCapture.cpp137 size_t bufferSize = frameCount * Format_frameSize(mFormat); in onStateChange()
207 memset(mReadBuffer, 0, frameCount * Format_frameSize(mFormat)); in onWork()
212 memset(mReadBuffer, 0, mReadBufferState * Format_frameSize(mFormat)); in onWork()
DThreads.cpp7059 size_t pipeSize = pipeFramesP2 * Format_frameSize(format); in RecordThread()
/frameworks/av/media/libnbaio/include_mono/media/nbaio/
DNBAIO.h71 size_t Format_frameSize(const NBAIO_Format& format);
132 mFrameSize(Format_frameSize(format)) { } in NBAIO_Port()