Searched refs:rates (Results 1 – 8 of 8) sorted by relevance
/hardware/qcom/audio/hal/audio_extn/ |
D | usb.c | 72 unsigned int rates[MAX_SAMPLE_RATE_SIZE]; member 253 config->rates[sr_size++] = supported_sample_rates[i]; in usb_get_sample_rates() 268 config->rates[sr_size++] = supported_sample_rates[i]; in usb_get_sample_rates() 629 ALOGI("%s: rate %d", __func__, dev_info->rates[i]); in usb_print_active_device() 792 dev_info->bit_width, dev_info->rates[i], in usb_get_best_match_for_sample_rate() 794 if (stream_sample_rate == dev_info->rates[i]) { in usb_get_best_match_for_sample_rate() 795 *sr = dev_info->rates[i]; in usb_get_best_match_for_sample_rate() 797 __func__, dev_info->rates[i]); in usb_get_best_match_for_sample_rate() 800 candidate = dev_info->rates[i]; in usb_get_best_match_for_sample_rate() 809 dev_info->rates[i], in usb_get_best_match_for_sample_rate() [all …]
|
/hardware/interfaces/audio/4.0/ |
D | IStream.hal | 54 * Return supported native sampling rates of the stream for a given format. 66 * @param format audio format for which the sample rates are supported. 69 * @return sampleRateHz supported sample rates.
|
D | IDevice.hal | 184 * As output, 'resultPort' contains possible attributes (sampling rates,
|
/hardware/interfaces/audio/2.0/ |
D | IStream.hal | 56 * Return supported sampling rates of the stream. Calling this method is 60 * @return sampleRateHz supported sample rates.
|
D | IDevice.hal | 182 * As output, 'resultPort' contains possible attributes (sampling rates,
|
/hardware/interfaces/light/2.0/ |
D | types.hal | 73 * - The display must update at 60 Hz at least, but higher refresh rates are
|
/hardware/interfaces/audio/core/4.0/vts/functional/ |
D | AudioPrimaryHidlHalTest.cpp | 789 Result getSupportedSampleRates(IStream* stream, hidl_vec<uint32_t>& rates) { in getSupportedSampleRates() argument 791 EXPECT_OK(stream->getSupportedSampleRates(extract(stream->getFormat()), returnIn(res, rates))); in getSupportedSampleRates()
|
/hardware/interfaces/sensors/1.0/ |
D | types.hal | 101 * different rates independently of each other.
|