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

  /frameworks/av/services/audioflinger/
LibsndfileSink.cpp 27 NBAIO_Sink(Format_from_SR_C(sfinfo.samplerate, sfinfo.channels)),
LibsndfileSource.cpp 27 NBAIO_Source(Format_from_SR_C(sfinfo.samplerate, sfinfo.channels)),
AudioStreamInSource.cpp 50 mFormat = Format_from_SR_C(sampleRate, popcount(channelMask));
AudioStreamOutSink.cpp 47 mFormat = Format_from_SR_C(sampleRate, popcount(channelMask));
NBAIO.h 67 NBAIO_Format Format_from_SR_C(unsigned sampleRate, unsigned channelCount);
NBAIO.cpp 85 NBAIO_Format Format_from_SR_C(unsigned sampleRate, unsigned channelCount)
AudioFlinger.cpp     [all...]

Completed in 527 milliseconds