Home
last modified time | relevance | path

Searched refs:AUDIO_PORT_MAX_SAMPLING_RATES (Results 1 – 2 of 2) sorted by relevance

/system/media/audio/include/system/
Daudio.h603 #define AUDIO_PORT_MAX_SAMPLING_RATES 32 macro
652 unsigned int sample_rates[AUDIO_PORT_MAX_SAMPLING_RATES];
687 unsigned int sample_rates[AUDIO_PORT_MAX_SAMPLING_RATES];
777 if (port->num_sample_rates >= AUDIO_PORT_MAX_SAMPLING_RATES) { in audio_populate_audio_port()
/system/media/tests/
Dsystemaudio_tests.cpp546 audioPort->num_sample_rates = AUDIO_PORT_MAX_SAMPLING_RATES; in fillFakeAudioPortInfo()
568 portV7->audio_profiles[i].num_sample_rates = AUDIO_PORT_MAX_SAMPLING_RATES; in fillFakeAudioPortV7Info()