Searched refs:SAMPLE_RATE_HZ_DEFAULT (Results 1 – 2 of 2) sorted by relevance
28 #define SAMPLE_RATE_HZ_DEFAULT 48000 macro
1481 uint32_t profileSamplingRate = (samplingRate == 0) ? SAMPLE_RATE_HZ_DEFAULT : samplingRate; in getInputForDevice()