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

  /hardware/libhardware/modules/audio_remote_submix/
audio_hw.cpp 215 static const unsigned int supported_sample_rates[] = { local
219 SUBMIX_VALUE_IN_SET(sample_rate, supported_sample_rates, &return_value);
    [all...]
  /hardware/qcom/audio/hal/audio_extn/
usb.c 48 static uint32_t supported_sample_rates[] = variable
52 (sizeof(supported_sample_rates)/sizeof(supported_sample_rates[0]));
251 if (supported_sample_rates[i] >= min_sr &&
252 supported_sample_rates[i] <= max_sr) {
253 config->rates[sr_size++] = supported_sample_rates[i];
256 "%s: continuous sample rate supported_sample_rates[%d] %d",
257 __func__, i, supported_sample_rates[i]);
264 if (supported_sample_rates[i] == sr) {
266 "%s: sr %d, supported_sample_rates[%d] %d -> matches!!"
    [all...]
  /hardware/qcom/audio/hal/
audio_hw.h 203 uint32_t supported_sample_rates[MAX_SUPPORTED_SAMPLE_RATES + 1]; member in struct:stream_out
268 uint32_t supported_sample_rates[MAX_SUPPORTED_SAMPLE_RATES + 1]; member in struct:stream_in

Completed in 963 milliseconds