Home
last modified time | relevance | path

Searched refs:rates (Results 1 – 8 of 8) sorted by relevance

/device/asus/fugu/libaudio/
Dalsa_utils.cpp222 void HDMIAudioCaps::getRatesForAF(String8& rates) { in getRatesForAF() argument
224 rates.clear(); in getRatesForAF()
242 rates.appendFormat(first ? "%d" : "|%d", srMaskToSR(i)); in getRatesForAF()
Dalsa_utils.h106 void getRatesForAF(String8& rates);
/device/google/contexthub/util/nanotool/
Dnanotool.cpp213 static const std::vector<std::tuple<std::string, SensorSpecialRate>> rates = { in ParseRate() local
219 for (size_t i = 0; i < rates.size(); i++) { in ParseRate()
223 std::tie(name, rate) = rates[i]; in ParseRate()
/device/google/contexthub/firmware/os/drivers/st_lps22hb/
Dlps22hb.c220 #define DEC_INFO(name, type, axis, inter, samples, rates, raw, scale, bias) \ argument
226 .supportedRates = rates, \
/device/google/contexthub/firmware/os/drivers/st_lsm6dsm/
Dst_lsm6dsm.c709 #define DEC_INFO_RATE(name, rates, type, axis, inter, samples) \ argument
711 .supportedRates = rates
713 #define DEC_INFO_RATE_BIAS(name, rates, type, axis, inter, samples, bias) \ argument
715 .supportedRates = rates, \
719 #define DEC_INFO_RATE_RAW(name, rates, type, axis, inter, samples, raw, scale) \ argument
721 .supportedRates = rates, \
726 #define DEC_INFO_RATE_RAW_BIAS(name, rates, type, axis, inter, samples, raw, scale, bias) \ argument
727 DEC_INFO_RATE_RAW(name, rates, type, axis, inter, samples, raw, scale), \
/device/google/contexthub/firmware/os/drivers/bosch_bmi160/
Dbosch_bmi160.c620 #define DEC_INFO_RATE(name, rates, type, axis, inter, samples) \ argument
622 .supportedRates = rates
624 #define DEC_INFO_RATE_RAW(name, rates, type, axis, inter, samples, raw, scale) \ argument
626 .supportedRates = rates, \
631 #define DEC_INFO_RATE_BIAS(name, rates, type, axis, inter, samples, bias) \ argument
633 .supportedRates = rates, \
637 #define DEC_INFO_RATE_RAW_BIAS(name, rates, type, axis, inter, samples, raw, scale, bias) \ argument
638 DEC_INFO_RATE_RAW(name, rates, type, axis, inter, samples, raw, scale), \
/device/google/contexthub/firmware/os/drivers/orientation/
Dorientation.c155 #define DEC_INFO_RATE(name, rates, type, axis, inter, samples) \ argument
157 .supportedRates = rates, \
/device/linaro/bootloader/OpenPlatformPkg/Platforms/Hisilicon/HiKey/DeviceTree/
Dhi6220.dtsi941 assigned-clock-rates = <360000000>, <288000000>;