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

  /hardware/libhardware/include/hardware/
audio.h 147 * It should be a multiple of the frame size. See also get_input_buffer_size.
392 size_t (*get_input_buffer_size)(const struct audio_hw_device *dev, member in struct:audio_hw_device
  /hardware/libhardware/modules/audio/
audio_hw.c 411 adev->device.get_input_buffer_size = adev_get_input_buffer_size;
  /hardware/libhardware/modules/usbaudio/
audio_hw.c 408 adev->hw_device.get_input_buffer_size = adev_get_input_buffer_size;
  /device/samsung/manta/audio/
audio_hw.c 786 static size_t get_input_buffer_size(unsigned int sample_rate, function
    [all...]
  /device/generic/goldfish/audio/
audio_hw.c 664 adev->device.get_input_buffer_size = adev_get_input_buffer_size;
  /device/ti/panda/audio/
audio_hw.c 1367 static size_t get_input_buffer_size(uint32_t sample_rate, int format, int channel_count) function
    [all...]
  /hardware/qcom/audio/hal/
audio_hw.c 1300 static size_t get_input_buffer_size(uint32_t sample_rate, function
    [all...]
  /device/samsung/tuna/audio/
audio_hw.c 1531 static size_t get_input_buffer_size(uint32_t sample_rate, audio_format_t format, int channel_count) function
    [all...]
  /external/bluetooth/bluedroid/audio_a2dp_hw/
audio_a2dp_hw.c 1073 adev->device.get_input_buffer_size = adev_get_input_buffer_size;
  /hardware/libhardware/modules/audio_remote_submix/
audio_hw.cpp 798 rsxadev->device.get_input_buffer_size = adev_get_input_buffer_size;
  /hardware/libhardware_legacy/audio/
audio_hw_hal.cpp 662 ladev->device.get_input_buffer_size = adev_get_input_buffer_size;
  /hardware/qcom/audio/legacy/alsa_sound/
audio_hw_hal.cpp 736 qadev->device.get_input_buffer_size = adev_get_input_buffer_size;
  /frameworks/av/services/audioflinger/
AudioFlinger.cpp 990 size_t size = dev->get_input_buffer_size(dev, &config);
    [all...]

Completed in 495 milliseconds