Home
last modified time | relevance | path

Searched defs:sample_rate (Results 1 – 5 of 5) sorted by relevance

/system/extras/sound/
Dplaywav.c28 uint32_t sample_rate; member
116 uint32_t sample_rate; member
/system/media/alsa_utils/
Dalsa_device_profile.c111 unsigned profile_calc_min_period_size(const alsa_device_profile* profile, unsigned sample_rate) in profile_calc_min_period_size()
127 unsigned int profile_get_period_size(const alsa_device_profile* profile, unsigned sample_rate) in profile_get_period_size()
/system/media/audio_utils/
DPowerLog.cpp308 power_log_t *power_log_create(uint32_t sample_rate, in power_log_create()
/system/media/audio/include/system/
Daudio.h450 uint32_t sample_rate; // sample rate in Hz member
497 uint32_t sample_rate; member
531 uint32_t sample_rate; member
692 unsigned int sample_rate; /* sampling rate in Hz */ member
/system/extras/simpleperf/
Devent_selection_set.cpp283 bool EventSelectionSet::AddEventType(const std::string& event_name, const SampleRate& sample_rate) { in AddEventType()