Searched defs:freq (Results 1 - 6 of 6) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_ports/
H A Dvpx_timer.h79 LARGE_INTEGER freq, diff; local
83 QueryPerformanceFrequency(&freq);
84 return diff.QuadPart * 1000000 / freq.QuadPart;
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
H A Ddhdioctl.h93 uint freq; /* Max ticks between tx/rx attempts */ member in struct:dhd_pktgen
/hardware/qcom/audio/post_proc/
H A Dequalizer.c132 int equalizer_get_band(equalizer_context_t *context __unused, uint32_t freq) argument
136 ALOGV("%s: freq: %d", __func__, freq);
138 if (freq <= equalizer_band_freq_range[i][1]) {
/hardware/qcom/display/msm8960/liblight/
H A Dlights.c147 int blink, freq, pwm; local
173 // the LED appears to blink about once per second if freq is 20
175 freq = totalMS / 50;
188 freq = 0;
219 write_int(freq_file, freq);
/hardware/qcom/display/msm8974/liblight/
H A Dlights.c147 int blink, freq, pwm; local
173 // the LED appears to blink about once per second if freq is 20
175 freq = totalMS / 50;
188 freq = 0;
219 write_int(freq_file, freq);
/hardware/libhardware_legacy/include/hardware_legacy/
H A Ddriver_nl80211.h112 int freq; member in struct:i802_bss

Completed in 254 milliseconds