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

  /frameworks/av/media/libnbaio/
LibsndfileSink.cpp 27 NBAIO_Sink(Format_from_SR_C(sfinfo.samplerate, sfinfo.channels)),
AudioStreamInSource.cpp 49 mFormat = Format_from_SR_C(sampleRate,
LibsndfileSource.cpp 27 NBAIO_Source(Format_from_SR_C(sfinfo.samplerate, sfinfo.channels)),
AudioStreamOutSink.cpp 46 mFormat = Format_from_SR_C(sampleRate,
NBAIO.cpp 48 NBAIO_Format Format_from_SR_C(unsigned sampleRate, unsigned channelCount,
  /frameworks/av/include/media/nbaio/
NBAIO.h 72 NBAIO_Format Format_from_SR_C(unsigned sampleRate, unsigned channelCount, audio_format_t format);
  /frameworks/wilhelm/tests/examples/
slesTestFeedback.cpp 324 const android::NBAIO_Format nbaio_format = android::Format_from_SR_C(sampleRate, channels,
  /frameworks/wilhelm/tests/sandbox/
playbq.c 554 const android::NBAIO_Format nbaio_format = android::Format_from_SR_C(
playbq.cpp 554 const android::NBAIO_Format nbaio_format = android::Format_from_SR_C(
  /frameworks/av/services/audioflinger/
Tracks.cpp 186 NBAIO_Format pipeFormat = Format_from_SR_C(mSampleRate, mChannelCount, mFormat);
    [all...]
AudioFlinger.cpp     [all...]
Threads.cpp     [all...]
  /hardware/libhardware/modules/audio_remote_submix/
audio_hw.cpp 212 // Set of sample rates supported by Format_from_SR_C() frameworks/av/media/libnbaio/NAIO.cpp.
231 // Set of channel in masks supported by Format_from_SR_C()
253 // Set of channel out masks supported by Format_from_SR_C()
415 const NBAIO_Format format = Format_from_SR_C(config->sample_rate, pipe_channel_count,
    [all...]

Completed in 792 milliseconds