HomeSort by relevance Sort by last modified time
    Searched full:max_freq (Results 1 - 8 of 8) sorted by null

  /packages/apps/FMRadio/jni/fmr/
fmr_core.cpp 357 static int FMR_Seek_More(int idx, fm_softmute_tune_t *validfreq, fm_u8 seek_dir, fm_u8 step, fm_u16 min_freq, fm_u16 max_freq)
365 if (cur_freq.freq + step > max_freq) {
394 int FMR_seek_Channel(int idx, int start_freq, int min_freq, int max_freq, int band_channel_no, int seek_space, int dir, int *ret_freq, int *rssi_tmp)
410 if (FMR_Seek_More(idx, &cur_freq, dir, seek_space, min_freq, max_freq) == 0) {
430 if (FMR_Seek_More(idx, &cur_freq, dir, seek_space, min_freq, max_freq) == 0) {
451 if (FMR_Seek_More(idx, &cur_freq, dir, seek_space, min_freq, max_freq) == 0) {
471 if (FMR_Seek_More(idx, &cur_freq, dir,seek_space, min_freq, max_freq) == 0) {
493 fm_u16 min_freq, max_freq; local
512 max_freq = 9600;
516 max_freq = 10800
    [all...]
  /external/lzma/C/
Ppmd7.c 12 #define MAX_FREQ 124
427 if (p->FoundState->Freq < MAX_FREQ / 4 && p->MinContext->Suffix != 0)
449 if (s->Freq < MAX_FREQ - 9)
541 if (s->Freq < MAX_FREQ / 4 - 1)
544 s->Freq = MAX_FREQ - 4;
677 if (s->Freq > MAX_FREQ)
688 if ((p->FoundState->Freq += 4) > MAX_FREQ)
704 if ((p->FoundState->Freq += 4) > MAX_FREQ)
  /external/linux-tools-perf/perf-3.12.0/tools/perf/
builtin-timechart.c 46 static u64 max_freq; /* Highest CPU frequency seen */ variable
394 if ((u64)new_freq > max_freq)
395 max_freq = new_freq;
400 if (new_freq == max_freq - 1000)
401 turbo_frequency = max_freq;
963 svg_cpu_box(i, max_freq, turbo_frequency);
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
svghelper.c 24 static u64 turbo_frequency, max_freq; variable
228 if (freq > max_freq)
229 max_freq = freq;
242 max_freq = __max_freq;
342 if (max_freq)
343 height = freq * 1.0 / max_freq * (SLOT_HEIGHT + SLOT_MULT);
  /external/chromium_org/third_party/webrtc/base/
systeminfo.cc 193 int max_freq = rtc::ReadCpuMaxFreq(); local
194 if (max_freq > 0) {
195 cpu_speed_ = max_freq / 1000;
  /packages/inputmethods/LatinIME/tools/dicttool/src/com/android/inputmethod/latin/dicttool/
XmlDictInputOutput.java 232 private final static int MAX_FREQ = 14;
245 if (intValue < MIN_FREQ || intValue > MAX_FREQ) {
247 + MIN_FREQ + ".." + MAX_FREQ);
  /external/chromium_org/third_party/skia/platform_tools/android/bin/linux/
perfhost 
  /external/skia/platform_tools/android/bin/linux/
perfhost 

Completed in 187 milliseconds