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

  /device/generic/car/emulator/audio/driver/
audio_hw.c 567 static size_t get_input_buffer_size(uint32_t sample_rate, audio_format_t format, function
585 int size = get_input_buffer_size(in->req_config.sample_rate,
    [all...]
  /hardware/libhardware/include/hardware/
audio.h 129 * It should be a multiple of the frame size. See also get_input_buffer_size.
695 size_t (*get_input_buffer_size)(const struct audio_hw_device *dev, member in struct:audio_hw_device
    [all...]
  /device/generic/goldfish/audio/
audio_hw.c 750 static size_t get_input_buffer_size(uint32_t sample_rate, audio_format_t format, function
770 int size = get_input_buffer_size(in->req_config.sample_rate,
    [all...]

Completed in 181 milliseconds