Home
last modified time | relevance | path

Searched refs:Format_from_SR_C (Results 1 – 8 of 8) sorted by relevance

/frameworks/av/media/libnbaio/
DLibsndfileSink.cpp27 NBAIO_Sink(Format_from_SR_C(sfinfo.samplerate, sfinfo.channels)), in LibsndfileSink()
DLibsndfileSource.cpp27 NBAIO_Source(Format_from_SR_C(sfinfo.samplerate, sfinfo.channels)), in LibsndfileSource()
DAudioStreamInSource.cpp52 mFormat = Format_from_SR_C(config.sample_rate, in negotiate()
DAudioStreamOutSink.cpp50 mFormat = Format_from_SR_C(config.sample_rate, in negotiate()
DNBAIO.cpp48 NBAIO_Format Format_from_SR_C(unsigned sampleRate, unsigned channelCount, in Format_from_SR_C() function
/frameworks/av/media/libnbaio/include_mono/media/nbaio/
DNBAIO.h75 NBAIO_Format Format_from_SR_C(unsigned sampleRate, unsigned channelCount, audio_format_t format);
/frameworks/av/services/audioflinger/
DNBAIO_Tee.h132 return mTee->set(Format_from_SR_C(sampleRate, channelCount, format), flags, frames);
DThreads.cpp4478 const NBAIO_Format offers[1] = {Format_from_SR_C( in MixerThread()
7025 const NBAIO_Format offers[1] = {Format_from_SR_C(mSampleRate, mChannelCount, mFormat)}; in RecordThread()