Searched refs:Format_from_SR_C (Results 1 – 9 of 9) sorted by relevance
/aosp12/frameworks/av/media/libnbaio/ |
H A D | LibsndfileSink.cpp | 27 NBAIO_Sink(Format_from_SR_C(sfinfo.samplerate, sfinfo.channels)), in LibsndfileSink()
|
H A D | LibsndfileSource.cpp | 27 NBAIO_Source(Format_from_SR_C(sfinfo.samplerate, sfinfo.channels)), in LibsndfileSource()
|
H A D | AudioStreamInSource.cpp | 52 mFormat = Format_from_SR_C(config.sample_rate, in negotiate()
|
H A D | AudioStreamOutSink.cpp | 50 mFormat = Format_from_SR_C(config.sample_rate, in negotiate()
|
H A D | NBAIO.cpp | 48 NBAIO_Format Format_from_SR_C(unsigned sampleRate, unsigned channelCount, in Format_from_SR_C() function
|
/aosp12/frameworks/av/media/libnbaio/include_mono/media/nbaio/ |
H A D | NBAIO.h | 75 NBAIO_Format Format_from_SR_C(unsigned sampleRate, unsigned channelCount, audio_format_t format);
|
/aosp12/frameworks/av/services/audioflinger/ |
H A D | NBAIO_Tee.h | 132 return mTee->set(Format_from_SR_C(sampleRate, channelCount, format), flags, frames);
|
H A D | Threads.cpp | 4691 const NBAIO_Format offers[1] = {Format_from_SR_C( in MixerThread() 7341 const NBAIO_Format offers[1] = {Format_from_SR_C(mSampleRate, mChannelCount, mFormat)}; in RecordThread()
|
/aosp12/hardware/libhardware/modules/audio_remote_submix/ |
H A D | audio_hw.cpp | 418 const NBAIO_Format format = Format_from_SR_C(config->sample_rate, pipe_channel_count, in audio_config_compare()
|