Searched refs:freq (Results 1 - 25 of 30) sorted by relevance

12

/frameworks/av/media/libstagefright/codecs/mp3dec/src/
H A Dpvmp3_reorder.cpp131 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
[all...]
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/
H A DEnergyProbe.java56 public int capture(int freq) throws InterruptedException { argument
60 if (freq > mMaxFrequency) {
69 if (freq == mMaxFrequency) {
72 int bin = 2 * (freq * CAPTURE_SIZE / mMaxFrequency / 2);
/frameworks/av/include/common_time/
H A Dcc_helper.h52 status_t getCommonFreq(uint64_t* freq);
54 status_t getLocalFreq(uint64_t* freq);
H A DICommonClock.h78 virtual status_t getCommonFreq(uint64_t* freq) = 0;
80 virtual status_t getLocalFreq(uint64_t* freq) = 0;
/frameworks/av/media/common_time/
H A Dcc_helper.cpp122 CCHELPER_METHOD(getCommonFreq(uint64_t* freq),
123 getCommonFreq(freq))
126 CCHELPER_METHOD(getLocalFreq(uint64_t* freq),
127 getLocalFreq(freq))
H A DICommonClock.cpp115 virtual status_t getCommonFreq(uint64_t* freq) { argument
122 *freq = reply.readInt64();
141 virtual status_t getLocalFreq(uint64_t* freq) { argument
148 *freq = reply.readInt64();
292 uint64_t freq; local
293 status_t status = getCommonFreq(&freq);
296 reply->writeInt64(freq);
314 uint64_t freq; local
315 status_t status = getLocalFreq(&freq);
318 reply->writeInt64(freq);
[all...]
/frameworks/base/libs/common_time/
H A Dcommon_clock_service.cpp60 status_t CommonClockService::getCommonFreq(uint64_t* freq) { argument
61 *freq = mTimeServer.getCommonClock().getCommonFreq();
70 status_t CommonClockService::getLocalFreq(uint64_t* freq) { argument
71 *freq = mTimeServer.getLocalClock().getLocalFreq();
H A Dcommon_clock_service.h40 virtual status_t getCommonFreq(uint64_t* freq);
42 virtual status_t getLocalFreq(uint64_t* freq);
/frameworks/wilhelm/src/desktop/
H A DSDL.c48 fmt.freq = 44100;
/frameworks/opt/calendar/src/com/android/calendarcommon2/
H A DRecurrenceProcessor.java198 int freq = r.freq;
200 if (EventRecurrence.MONTHLY >= freq) {
210 if (EventRecurrence.WEEKLY >= freq) {
222 if (EventRecurrence.DAILY >= freq) {
255 if (EventRecurrence.HOURLY >= freq) {
264 if (EventRecurrence.MINUTELY >= freq) {
273 if (EventRecurrence.SECONDLY >= freq) {
286 if (freq == EventRecurrence.MONTHLY && r.bydayCount > 0) {
398 int generateByList(int count, int freq, in argument
411 useBYX(int freq, int freqConstant, int count) argument
[all...]
H A DEventRecurrence.java51 public int freq; // SECONDLY, MINUTELY, etc. field in class:EventRecurrence
326 switch (this.freq)
397 if (this.freq != WEEKLY) {
430 if (this.freq != MONTHLY) {
480 freq == er.freq &&
515 freq = count = interval = bysecondCount = byminuteCount = byhourCount =
530 * recur = "FREQ"=freq *(
590 /* TODO: replace with "if (freq != 0) throw" if nothing requires this */
727 Integer freq
[all...]
/frameworks/native/services/sensorservice/
H A DSensorFusion.cpp80 const float freq = 1 / dT; local
81 if (freq >= 100 && freq<1000) { // filter values obviously wrong
83 mEstimatedGyroRate = freq + (mEstimatedGyroRate - freq)*alpha;
/frameworks/base/media/tests/audiotests/
H A Dshared_mem_test.cpp81 long freq = 1237; local
84 f0 = pow(2., 32.) * freq / (float)rate;
/frameworks/av/media/libeffects/testlibs/
H A DAudioEqualizer.h39 uint32_t freq; member in struct:android::AudioEqualizer::BandConfig
H A DAudioEqualizer.cpp210 setFrequency(band, bandCfg.freq);
266 uint32_t freq = mpPeakingFilters[i].getFrequency(); local
267 if (freq >= targetFreq) {
268 high = freq;
272 low = freq;
/frameworks/av/services/audioflinger/tests/
H A Dtest_utils.h188 size_t channels, double sampleRate, double freq)
194 double y = sin(2. * M_PI * freq * t);
258 double freq, double sampleRate, double time)
261 createSine<T>(mAddr, mNumFrames, mChannels, mSampleRate, freq);
187 createSine(void *vbuffer, size_t frames, size_t channels, double sampleRate, double freq) argument
257 setSine(size_t channels, double freq, double sampleRate, double time) argument
/frameworks/base/wifi/java/android/net/wifi/
H A DScanResult.java279 * TODO: makes real freq boundaries
281 public static boolean is24GHz(int freq) { argument
282 return freq > 2400 && freq < 2500;
294 * TODO: makes real freq boundaries
296 public static boolean is5GHz(int freq) { argument
297 return freq > 4900 && freq < 5900;
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/audio/
H A DMediaEqualizerTest.java173 int freq = mEqualizer.getCenterFreq(band);
175 (freqRange[0] <= freq) && (freqRange[1] >= freq));
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
H A DScanResults.java106 int freq = freqs[i];
118 NetworkDetail nd = new NetworkDetail(bssid, ie, anqpLines, freq);
120 bssid, "", rssi, freq,
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DScanDetail.java97 * @param freq int
101 String flags, int freq, long tsf) {
107 mScanResult.frequency = freq;
100 updateResults(NetworkDetail networkDetail, int level, WifiSsid wssid, String ssid, String flags, int freq, long tsf) argument
H A DWifiNetworkHistory.java337 int freq = 0;
491 freq = 0;
500 freq = Integer.parseInt(value);
519 caps, rssi, freq, (long) 0, seen);
H A DWifiNative.java339 return doStringCommand("GET_CAPABILITY freq");
381 scanCommand.append(" freq=" + freqList);
576 * freq=2412
584 * freq=5180
617 private static final String BSS_FREQ_STR = "freq=";
646 int freq = 0;
664 freq = Integer.parseInt(line.substring(BSS_FREQ_STR.length()));
666 freq = 0;
712 infoElements, anqpLines, freq);
724 level, freq, ts
[all...]
/frameworks/opt/calendar/tests/src/com/android/calendarcommon2/
H A DEventRecurrenceTest.java39 /* int freq */ EventRecurrence.SECONDLY,
60 /* int freq */ EventRecurrence.MINUTELY,
81 /* int freq */ EventRecurrence.HOURLY,
102 /* int freq */ EventRecurrence.DAILY,
123 /* int freq */ EventRecurrence.WEEKLY,
144 /* int freq */ EventRecurrence.MONTHLY,
165 /* int freq */ EventRecurrence.YEARLY,
187 /* int freq */ EventRecurrence.DAILY,
209 /* int freq */ EventRecurrence.DAILY,
231 /* int freq */ EventRecurrenc
718 verifyRecurType(String recur, int freq, String until, int count, int interval, int[] bysecond, int[] byminute, int[] byhour, int[] byday, int[] bydayNum, int[] bymonthday, int[] byyearday, int[] byweekno, int[] bymonth, int[] bysetpos, int wkst) argument
[all...]
/frameworks/base/media/tests/EffectsTest/src/com/android/effectstest/
H A DEqualizerTest.java230 private void displayFreq(int viewId, int freq) { argument
232 String text = Integer.toString(freq/1000)+" Hz";
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
H A DNetworkDetail.java128 List<String> anqpLines, int freq) {
268 mPrimaryFreq = freq;
127 NetworkDetail(String bssid, ScanResult.InformationElement[] infoElements, List<String> anqpLines, int freq) argument

Completed in 5857 milliseconds

12