HomeSort by relevance Sort by last modified time
    Searched refs:freq (Results 1 - 25 of 384) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /hardware/ti/wlan/wl1271/utils/
freq.h 2 * freq.h
34 /** \file freq.h
37 * \see freq.c
46 TI_UINT8 Freq2Chan (TI_UINT32 freq);
freq.c 2 * freq.c
34 /** \file freq.c
37 * \see freq.h
48 TI_UINT32 freq; member in struct:__anon19424
95 TI_UINT8 Freq2Chan (TI_UINT32 freq)
101 if (ChanFreq[ i ].freq == freq)
119 return ChanFreq[ i ].freq;
  /frameworks/av/media/libstagefright/codecs/mp3dec/src/
pvmp3_reorder.cpp 131 int32 freq; local
153 for (freq = 0; freq < 3*sfb_lines; freq += 3)
159 Scratch_mem[freq ] = tmp1;
160 Scratch_mem[freq+1] = tmp2;
161 Scratch_mem[freq+2] = tmp3;
174 for (freq = 0; freq < 3*sfb_lines; freq += 3
    [all...]
  /packages/inputmethods/OpenWnn/libs/libwnnDictionary/include/
njd.h 60 #define CALCULATE_HINDO(freq, base, high, div) \
61 ((NJ_HINDO)((((freq) * ((high) - (base))) / (div)) + (base)))
63 #define NORMALIZE_HINDO(freq, max, min) \
64 (((freq) < (min)) ? (min) : (((freq) > (max)) ? (max) : (freq)))
  /external/qemu/
qemu-timer-common.c 35 LARGE_INTEGER freq; local
37 ret = QueryPerformanceFrequency(&freq);
42 clock_freq = freq.QuadPart;
  /external/compiler-rt/test/timing/
timing.h 17 uint64_t freq = 0;
18 size_t freqSize = sizeof( freq );
19 int err2 = sysctlbyname( "hw.cpufrequency", &freq, &freqSize, NULL, 0L );
23 conversion = (double) freq * (1e-9 * (double) info.numer / (double) info.denom);
  /frameworks/compile/libbcc/runtime/test/timing/
timing.h 17 uint64_t freq = 0;
18 size_t freqSize = sizeof( freq );
19 int err2 = sysctlbyname( "hw.cpufrequency", &freq, &freqSize, NULL, 0L );
23 conversion = (double) freq * (1e-9 * (double) info.numer / (double) info.denom);
  /external/qemu/distrib/sdl-1.2.12/src/audio/dc/
aica.h 33 void aica_play(int ch,int mode,unsigned long smpptr,int looptst,int loopend,int freq,int vol,int pan,int loopflag);
37 void aica_freq(int ch,int freq);
aica.c 116 static inline unsigned AICA_FREQ(unsigned freq) {
123 while (freq < freq_base && freq_hi > -8) {
127 while (freq < freq_base && freq_hi > -8) {
131 freq_lo = (freq<<10) / freq_base;
145 freq is the sampling rate of the sound
151 void aica_play(int ch,int mode,unsigned long smpptr,int loopst,int loopend,int freq,int vol,int pan,int loopflag) {
179 CHNREG32(ch, 24) = AICA_FREQ(freq);
252 void aica_freq(int ch,int freq) {
253 g2_write_32(CHNREGADDR(ch, 24),AICA_FREQ(freq));
  /external/wpa_supplicant_8/wpa_supplicant/
offchannel.h 13 int offchannel_send_action(struct wpa_supplicant *wpa_s, unsigned int freq,
17 unsigned int freq, const u8 *dst,
25 unsigned int freq, unsigned int duration);
27 unsigned int freq);
offchannel.c 80 "waiting for another freq=%u (off_channel_freq=%u "
167 int offchannel_send_action(struct wpa_supplicant *wpa_s, unsigned int freq,
171 unsigned int freq, const u8 *dst,
178 wpa_printf(MSG_DEBUG, "Off-channel: Send action frame: freq=%d dst="
180 freq, MAC2STR(dst), MAC2STR(src), MAC2STR(bssid),
202 wpa_s->pending_action_freq = freq;
205 if (freq != 0 && wpa_s->drv_flags & WPA_DRIVER_FLAGS_OFFCHANNEL_TX) {
221 if (freq) {
224 if (tx_iface->assoc_freq == freq) {
228 freq = 0
    [all...]
gas_query.h 20 const u8 *bssid, const u8 *data, size_t len, int freq);
32 int gas_query_req(struct gas_query *gas, const u8 *dst, int freq,
  /external/speex/libspeex/
lsp.h 56 int lpc_to_lsp (spx_coef_t *a, int lpcrdr, spx_lsp_t *freq, int nb, spx_word16_t delta, char *stack);
57 void lsp_to_lpc(spx_lsp_t *freq, spx_coef_t *ak, int lpcrdr, char *stack);
  /external/wpa_supplicant_8/src/p2p/
p2p_utils.c 142 int p2p_freq_to_channel(const char *country, unsigned int freq, u8 *reg_class,
146 if (freq >= 2412 && freq <= 2472) {
148 *channel = (freq - 2407) / 5;
152 if (freq == 2484) {
158 if (freq >= 5180 && freq <= 5240) {
160 *channel = (freq - 5000) / 5;
164 if (freq >= 5745 && freq <= 5805)
    [all...]
  /sdk/emulator/opengl/shared/OpenglCodecCommon/
TimeUtils.cpp 35 static LARGE_INTEGER freq; local
38 bNotInit = (QueryPerformanceFrequency( &freq ) == FALSE);
43 return currVal.QuadPart / (freq.QuadPart / 1000);
  /external/jpeg/
jchuff.h 47 JPP((j_compress_ptr cinfo, JHUFF_TBL * htbl, long freq[]));
  /external/libvpx/vpx_ports/
vpx_timer.h 82 LARGE_INTEGER freq, diff; local
86 if (QueryPerformanceFrequency(&freq) && diff.QuadPart < freq.QuadPart)
87 return (long)(diff.QuadPart * 1000000 / freq.QuadPart);
  /external/qemu/audio/
audio_win_int.c 21 wfx->nSamplesPerSec = as->freq;
22 wfx->nAvgBytesPerSec = as->freq << (as->nchannels == 2);
47 dolog ("Internal logic error: Bad audio format %d\n", as->freq);
67 as->freq = wfx->nSamplesPerSec;
wavcapture.c 9 int freq; member in struct:__anon10557
75 wav->freq, wav->bits, wav->nchannels,
84 int wav_start_capture (CaptureState *s, const char *path, int freq,
114 as.freq = freq;
129 le_store (hdr + 24, freq, 4);
130 le_store (hdr + 28, freq << shift, 4);
144 wav->freq = freq;
  /external/qemu/distrib/jpeg-6b/
jchuff.h 47 JPP((j_compress_ptr cinfo, JHUFF_TBL * htbl, long freq[]));
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/
EnergyProbe.java 56 public int capture(int freq) throws InterruptedException {
60 if (freq > mMaxFrequency) {
69 if (freq == mMaxFrequency) {
72 int bin = 2 * (freq * CAPTURE_SIZE / mMaxFrequency / 2);
  /packages/inputmethods/PinyinIME/jni/share/
spellingtable.cpp 137 bool SpellingTable::put_spelling(const char* spelling_str, double freq) {
147 total_freq_ += freq;
155 raw_spellings_[hash_pos].freq += freq;
164 raw_spellings_[hash_pos].freq += freq;
169 raw_spellings_[hash_pos].freq += freq;
241 raw_spellings_[pos].freq /= total_freq_;
244 max_score = raw_spellings_[0].freq;
    [all...]
  /frameworks/av/include/common_time/
cc_helper.h 52 status_t getCommonFreq(uint64_t* freq);
54 status_t getLocalFreq(uint64_t* freq);
  /frameworks/av/media/common_time/
cc_helper.cpp 122 CCHELPER_METHOD(getCommonFreq(uint64_t* freq),
123 getCommonFreq(freq))
126 CCHELPER_METHOD(getLocalFreq(uint64_t* freq),
127 getLocalFreq(freq))
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
tea575x-tuner.h 44 unsigned long freq; /* frequency */ member in struct:snd_tea575x

Completed in 1184 milliseconds

1 2 3 4 5 6 7 8 91011>>