/device/generic/goldfish/opengl/shared/OpenglCodecCommon/ |
TimeUtils.cpp | 35 static LARGE_INTEGER freq; local 38 bNotInit = (QueryPerformanceFrequency( &freq ) == FALSE); 43 return currVal.QuadPart / (freq.QuadPart / 1000);
|
/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/chromium_org/third_party/opus/src/silk/float/ |
apply_sine_window_FLP.c | 46 silk_float freq, c, S0, S1; local 53 freq = PI / ( length + 1 ); 56 c = 2.0f - freq * freq; 63 S1 = freq;
|
/external/qemu/ |
qemu-timer-common.c | 35 LARGE_INTEGER freq; local 37 ret = QueryPerformanceFrequency(&freq); 42 clock_freq = freq.QuadPart;
|
/external/chromium_org/media/audio/ |
simple_sources_unittest.cc | 21 static const int freq = 200; local 27 SineWaveAudioSource source(1, freq, params.sample_rate()); 33 uint32 half_period = AudioParameters::kTelephoneSampleRate / (freq * 2);
|
/external/chromium_org/tools/traceline/traceline/ |
rdtsc.h | 21 LARGE_INTEGER freq, now; local 22 if (QueryPerformanceFrequency(&freq) == 0) { 25 freq_ = freq.QuadPart;
|
/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...] |
/cts/suite/audio_quality/lib/src/task/ |
TaskSound.cpp | 80 int freq = atoi(tokens->at(2).string()); local 84 AudioHardware::ESampleRate_44100, freq, samples, true);
|
/external/libvpx/libvpx/vpx_ports/ |
vpx_timer.h | 79 LARGE_INTEGER freq, diff; local 83 QueryPerformanceFrequency(&freq); 84 return diff.QuadPart * 1000000 / freq.QuadPart;
|
/external/wpa_supplicant_8/wpa_supplicant/ |
hs20_supplicant.c | 105 int freq; local 109 freq = wpa_s->assoc_freq; 113 freq = bss->freq; 115 if (freq <= 0) 125 res = gas_query_req(wpa_s->gas, dst, freq, buf, anqp_resp_cb, wpa_s);
|
/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
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/ |
tea575x-tuner.h | 44 unsigned long freq; /* frequency */ member in struct:snd_tea575x
|
/external/aac/libFDK/include/ |
mdct.h | 115 FIXP_DBL *freq; member in union:__anon2559::__anon2560
|
/external/chromium_org/third_party/libjingle/source/talk/sound/ |
soundsysteminterface.h | 68 unsigned int freq; member in struct:cricket::SoundSystemInterface::OpenParams
|
/external/qemu/distrib/sdl-1.2.15/src/video/xbios/ |
SDL_xbios_tveille.h | 49 unsigned short freq; member in struct:__anon25207
|
/frameworks/native/services/sensorservice/ |
SensorFusion.cpp | 68 const float freq = 1 / dT; local 69 if (freq >= 100 && freq<1000) { // filter values obviously wrong 71 mEstimatedGyroRate = freq + (mEstimatedGyroRate - freq)*alpha;
|
/packages/inputmethods/PinyinIME/jni/include/ |
spellingtable.h | 31 double freq; member in struct:ime_pinyin::__anon33420 83 // freq is the spelling's occuring count.
|
/external/chromium_org/third_party/libwebp/utils/ |
quant_levels.c | 33 int freq[NUM_SYMBOLS] = { 0 }; local 58 num_levels_in += (freq[data[n]] == 0); 61 ++freq[data[n]]; 91 if (freq[s] > 0) { 92 q_sum[slot] += s * freq[s]; 93 q_count[slot] += freq[s]; 112 err += freq[s] * error * error;
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/progs/d3d10app/ |
d3d10winmain.cpp | 150 LARGE_INTEGER freq; local 151 QueryPerformanceFrequency(&freq); 152 double period = 1.0 / (double)freq.QuadPart;
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/progs/d3d11app/ |
d3d11winmain.cpp | 134 LARGE_INTEGER freq; local 135 QueryPerformanceFrequency(&freq); 136 double period = 1.0 / (double)freq.QuadPart;
|
/external/libnfc-nci/halimpl/bcm2079x/adaptation/ |
HalAdaptation.cpp | 71 unsigned long freq = 0; local
|
/external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d10app/ |
d3d10winmain.cpp | 150 LARGE_INTEGER freq; local 151 QueryPerformanceFrequency(&freq); 152 double period = 1.0 / (double)freq.QuadPart;
|
/external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11app/ |
d3d11winmain.cpp | 134 LARGE_INTEGER freq; local 135 QueryPerformanceFrequency(&freq); 136 double period = 1.0 / (double)freq.QuadPart;
|
/external/oprofile/module/x86/ |
op_rtc.c | 61 unsigned int exp, freq; local 80 freq = 16 - exp; 83 tmp_freq_select = (tmp_freq_select & 0xf0) | freq;
|
/external/webp/src/utils/ |
quant_levels.c | 33 int freq[NUM_SYMBOLS] = { 0 }; local 58 num_levels_in += (freq[data[n]] == 0); 61 ++freq[data[n]]; 91 if (freq[s] > 0) { 92 q_sum[slot] += s * freq[s]; 93 q_count[slot] += freq[s]; 112 err += freq[s] * error * error;
|