HomeSort by relevance Sort by last modified time
    Searched refs:Format_frameSize (Results 1 - 9 of 9) sorted by null

  /frameworks/av/media/libnbaio/
NBAIO.cpp 25 size_t Format_frameSize(const NBAIO_Format& format)
70 size_t frameSize = Format_frameSize(mFormat);
107 size_t frameSize = Format_frameSize(mFormat);
AudioStreamInSource.cpp 51 mFrameSize = Format_frameSize(mFormat);
Pipe.cpp 31 mBuffer(buffer == NULL ? malloc(mMaxFrames * Format_frameSize(format)) : buffer),
AudioStreamOutSink.cpp 48 mFrameSize = Format_frameSize(mFormat);
SourceAudioBufferProvider.cpp 40 mFrameSize = Format_frameSize(source->format());
MonoPipe.cpp 57 mBuffer(malloc(mMaxFrames * Format_frameSize(format))),
  /frameworks/av/include/media/nbaio/
NBAIO.h 68 size_t Format_frameSize(const NBAIO_Format& format);
130 mFrameSize(Format_frameSize(format)) { }
  /frameworks/av/services/audioflinger/
AudioFlinger.cpp     [all...]
Threads.cpp     [all...]

Completed in 1320 milliseconds