Searched defs:get_input_buffer_size (Results 1 - 2 of 2) sorted by relevance

/hardware/libhardware/include/hardware/
H A Daudio.h181 * It should be a multiple of the frame size. See also get_input_buffer_size.
568 size_t (*get_input_buffer_size)(const struct audio_hw_device *dev, member in struct:audio_hw_device
/hardware/qcom/audio/hal/
H A Daudio_hw.c1130 static size_t get_input_buffer_size(uint32_t sample_rate, function
2335 return get_input_buffer_size(config->sample_rate, config->format, channel_count,
2417 buffer_size = get_input_buffer_size(config->sample_rate,
2648 adev->device.get_input_buffer_size = adev_get_input_buffer_size;

Completed in 144 milliseconds