Searched refs:Format_from_SR_C (Results 1 – 8 of 8) sorted by relevance
/frameworks/av/media/libnbaio/ |
D | LibsndfileSink.cpp | 27 NBAIO_Sink(Format_from_SR_C(sfinfo.samplerate, sfinfo.channels)), in LibsndfileSink()
|
D | LibsndfileSource.cpp | 27 NBAIO_Source(Format_from_SR_C(sfinfo.samplerate, sfinfo.channels)), in LibsndfileSource()
|
D | AudioStreamInSource.cpp | 52 mFormat = Format_from_SR_C(config.sample_rate, in negotiate()
|
D | AudioStreamOutSink.cpp | 50 mFormat = Format_from_SR_C(config.sample_rate, in negotiate()
|
D | NBAIO.cpp | 48 NBAIO_Format Format_from_SR_C(unsigned sampleRate, unsigned channelCount, in Format_from_SR_C() function
|
/frameworks/av/media/libnbaio/include_mono/media/nbaio/ |
D | NBAIO.h | 75 NBAIO_Format Format_from_SR_C(unsigned sampleRate, unsigned channelCount, audio_format_t format);
|
/frameworks/av/services/audioflinger/ |
D | NBAIO_Tee.h | 132 return mTee->set(Format_from_SR_C(sampleRate, channelCount, format), flags, frames);
|
D | Threads.cpp | 4478 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()
|