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

/frameworks/av/media/libnbaio/
H A DLibsndfileSink.cpp27 NBAIO_Sink(Format_from_SR_C(sfinfo.samplerate, sfinfo.channels)),
H A DLibsndfileSource.cpp27 NBAIO_Source(Format_from_SR_C(sfinfo.samplerate, sfinfo.channels)),
H A DAudioStreamInSource.cpp54 mFormat = Format_from_SR_C(sampleRate,
H A DAudioStreamOutSink.cpp51 mFormat = Format_from_SR_C(sampleRate,
H A DNBAIO.cpp48 NBAIO_Format Format_from_SR_C(unsigned sampleRate, unsigned channelCount, function in namespace:android
/frameworks/av/include/media/nbaio/
H A DNBAIO.h75 NBAIO_Format Format_from_SR_C(unsigned sampleRate, unsigned channelCount, audio_format_t format);
/frameworks/av/media/libnbaio/include/
H A DNBAIO.h75 NBAIO_Format Format_from_SR_C(unsigned sampleRate, unsigned channelCount, audio_format_t format);
/frameworks/av/services/audioflinger/
H A DTracks.cpp203 NBAIO_Format pipeFormat = Format_from_SR_C(mSampleRate, mChannelCount, mFormat);
H A DThreads.cpp3612 const NBAIO_Format offers[1] = {Format_from_SR_C(mSampleRate, mChannelCount, mFormat)};
5960 const NBAIO_Format offers[1] = {Format_from_SR_C(mSampleRate, mChannelCount, mFormat)};
H A DAudioFlinger.cpp2316 NBAIO_Format format = Format_from_SR_C(halconfig.sample_rate,

Completed in 2250 milliseconds