Searched refs:Format_from_SR_C (Results 1 - 7 of 7) sorted by relevance

/frameworks/av/media/libnbaio/
H A DLibsndfileSink.cpp27 NBAIO_Sink(Format_from_SR_C(sfinfo.samplerate, sfinfo.channels)),
H A DAudioStreamInSource.cpp50 mFormat = Format_from_SR_C(sampleRate, popcount(channelMask));
H A DAudioStreamOutSink.cpp47 mFormat = Format_from_SR_C(sampleRate, popcount(channelMask));
H A DLibsndfileSource.cpp27 NBAIO_Source(Format_from_SR_C(sfinfo.samplerate, sfinfo.channels)),
H A DNBAIO.cpp85 NBAIO_Format Format_from_SR_C(unsigned sampleRate, unsigned channelCount) function in namespace:android
/frameworks/av/include/media/nbaio/
H A DNBAIO.h68 NBAIO_Format Format_from_SR_C(unsigned sampleRate, unsigned channelCount);
/frameworks/av/services/audioflinger/
H A DAudioFlinger.cpp2280 const NBAIO_Format offers[1] = {Format_from_SR_C(mSampleRate, mChannelCount)};

Completed in 1623 milliseconds