Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/libnbaio/
H A DLibsndfileSink.cpp27 NBAIO_Sink(Format_from_SR_C(sfinfo.samplerate, sfinfo.channels)), in LibsndfileSink()
H A DLibsndfileSource.cpp27 NBAIO_Source(Format_from_SR_C(sfinfo.samplerate, sfinfo.channels)), in LibsndfileSource()
H A DAudioStreamInSource.cpp52 mFormat = Format_from_SR_C(config.sample_rate, in negotiate()
H A DAudioStreamOutSink.cpp50 mFormat = Format_from_SR_C(config.sample_rate, in negotiate()
H A DNBAIO.cpp48 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 DNBAIO.h75 NBAIO_Format Format_from_SR_C(unsigned sampleRate, unsigned channelCount, audio_format_t format);
/aosp12/frameworks/av/services/audioflinger/
H A DNBAIO_Tee.h132 return mTee->set(Format_from_SR_C(sampleRate, channelCount, format), flags, frames);
H A DThreads.cpp4691 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 Daudio_hw.cpp418 const NBAIO_Format format = Format_from_SR_C(config->sample_rate, pipe_channel_count, in audio_config_compare()