HomeSort by relevance Sort by last modified time
    Searched refs:Format_from_SR_C (Results 1 - 12 of 12) sorted by null

  /frameworks/av/media/libnbaio/
LibsndfileSink.cpp 27 NBAIO_Sink(Format_from_SR_C(sfinfo.samplerate, sfinfo.channels)),
AudioStreamInSource.cpp 50 mFormat = Format_from_SR_C(sampleRate, popcount(channelMask));
LibsndfileSource.cpp 27 NBAIO_Source(Format_from_SR_C(sfinfo.samplerate, sfinfo.channels)),
AudioStreamOutSink.cpp 47 mFormat = Format_from_SR_C(sampleRate, popcount(channelMask));
NBAIO.cpp 96 NBAIO_Format Format_from_SR_C(unsigned sampleRate, unsigned channelCount)
  /frameworks/av/include/media/nbaio/
NBAIO.h 67 NBAIO_Format Format_from_SR_C(unsigned sampleRate, unsigned channelCount);
  /frameworks/wilhelm/tests/sandbox/
playbq.c 240 const android::NBAIO_Format nbaio_format = android::Format_from_SR_C(44100, sfinfo.channels);
playbq.cpp 240 const android::NBAIO_Format nbaio_format = android::Format_from_SR_C(44100, sfinfo.channels);
  /hardware/libhardware/modules/audio_remote_submix/
audio_hw.cpp 569 const NBAIO_Format format = Format_from_SR_C(config->sample_rate, 2);
  /frameworks/av/services/audioflinger/
Tracks.cpp 150 NBAIO_Format pipeFormat = Format_from_SR_C(mSampleRate, mChannelCount);
    [all...]
AudioFlinger.cpp     [all...]
Threads.cpp     [all...]

Completed in 378 milliseconds