HomeSort by relevance Sort by last modified time
    Searched defs:getInputBufferSize (Results 1 - 8 of 8) sorted by null

  /hardware/libhardware_legacy/audio/
AudioHardwareInterface.cpp 113 size_t AudioHardwareBase::getInputBufferSize(uint32_t sampleRate, int format, int channelCount)
116 ALOGW("getInputBufferSize bad sampling rate: %d", sampleRate);
120 ALOGW("getInputBufferSize bad format: %d", format);
124 ALOGW("getInputBufferSize bad channel count: %d", channelCount);
A2dpAudioInterface.cpp 202 size_t A2dpAudioInterface::getInputBufferSize(uint32_t sampleRate, int format, int channelCount)
204 return mHardwareInterface->getInputBufferSize(sampleRate, format, channelCount);
AudioDumpInterface.cpp 251 size_t AudioDumpInterface::getInputBufferSize(uint32_t sampleRate, int format, int channelCount)
253 return mFinalInterface->getInputBufferSize(sampleRate, format, channelCount);
  /device/asus/fugu/libaudio/
AudioHardwareInput.cpp 94 status_t AudioHardwareInput::getInputBufferSize(const audio_config* config)
  /hardware/qcom/audio/legacy/alsa_sound/
AudioHardwareALSA.cpp     [all...]
  /frameworks/av/media/libmedia/
AudioSystem.cpp 366 status_t AudioSystem::getInputBufferSize(uint32_t sampleRate, audio_format_t format,
379 inBuffSize = af->getInputBufferSize(sampleRate, format, channelMask);
382 ALOGE("AudioSystem::getInputBufferSize failed sampleRate %d format %#x channelMask %x",
    [all...]
IAudioFlinger.cpp 426 virtual size_t getInputBufferSize(uint32_t sampleRate, audio_format_t format,
    [all...]
  /frameworks/av/services/audioflinger/
AudioFlinger.cpp     [all...]

Completed in 254 milliseconds