Searched refs:frequency (Results 1 - 25 of 75) sorted by relevance

123

/external/qemu/distrib/sdl-1.2.12/src/audio/sun/
H A DSDL_sunaudio.h42 int frequency; /* The audio frequency in KHz */ member in struct:SDL_PrivateAudioData
53 #define frequency (this->hidden->frequency) macro
/external/guava/src/com/google/common/collect/
H A DAbstractMapBasedMultiset.java117 AtomicInteger frequency = backingMap.get(getElement());
118 if (frequency != null) {
119 count = frequency.get();
144 for (AtomicInteger frequency : backingMap.values()) {
145 frequency.set(0);
163 AtomicInteger frequency = backingMap.remove(entry.getElement());
164 int numberRemoved = frequency.getAndSet(0);
214 int frequency = currentEntry.getValue().get();
215 if (frequency <= 0) {
227 AtomicInteger frequency
[all...]
/external/bluetooth/bluez/audio/
H A Da2dp-codecs.h74 uint8_t frequency:4; member in struct:__anon36
86 uint8_t frequency:6; member in struct:__anon37
95 uint8_t frequency:4; member in struct:__anon38
110 uint8_t frequency:6; member in struct:__anon39
H A Da2dp.h75 uint8_t frequency:4; member in struct:sbc_codec_cap
88 uint8_t frequency:6; member in struct:mpeg_codec_cap
98 uint8_t frequency:4; member in struct:sbc_codec_cap
114 uint8_t frequency:6; member in struct:mpeg_codec_cap
H A Dgstavdtpsink.c339 cfg->frequency = BT_SBC_SAMPLING_FREQ_44100;
341 cfg->frequency = BT_SBC_SAMPLING_FREQ_48000;
343 cfg->frequency = BT_SBC_SAMPLING_FREQ_32000;
345 cfg->frequency = BT_SBC_SAMPLING_FREQ_16000;
600 if (sbc->frequency & BT_SBC_SAMPLING_FREQ_48000) {
604 if (sbc->frequency & BT_SBC_SAMPLING_FREQ_44100) {
608 if (sbc->frequency & BT_SBC_SAMPLING_FREQ_32000) {
612 if (sbc->frequency & BT_SBC_SAMPLING_FREQ_16000) {
724 if (mpeg->frequency & BT_MPEG_SAMPLING_FREQ_48000) {
728 if (mpeg->frequency
[all...]
H A Dgstsbcutil.h47 gint gst_sbc_parse_rate_from_sbc(gint frequency);
H A Dliba2dp.c364 cap->frequency = BT_SBC_SAMPLING_FREQ_48000;
367 cap->frequency = BT_SBC_SAMPLING_FREQ_44100;
370 cap->frequency = BT_SBC_SAMPLING_FREQ_32000;
373 cap->frequency = BT_SBC_SAMPLING_FREQ_16000;
425 max_bitpool = MIN(default_bitpool(cap->frequency,
441 if (active_capabilities.frequency & BT_SBC_SAMPLING_FREQ_16000)
442 data->sbc.frequency = SBC_FREQ_16000;
444 if (active_capabilities.frequency & BT_SBC_SAMPLING_FREQ_32000)
445 data->sbc.frequency = SBC_FREQ_32000;
447 if (active_capabilities.frequency
[all...]
H A Dgstsbcutil.c129 gint gst_sbc_parse_rate_from_sbc(gint frequency) argument
131 switch (frequency) {
298 gst_sbc_parse_rate_from_sbc(sbc->frequency),
512 sbc->frequency = gst_sbc_parse_rate_to_sbc(rate);
/external/skia/bench/
H A DBenchSysTimer_windows.cpp49 LARGE_INTEGER frequency; local
50 if (0 == ::QueryPerformanceFrequency(&frequency)) {
53 return (double)ticks_elapsed.QuadPart / frequency.QuadPart * 1000;
/external/qemu/distrib/sdl-1.2.12/src/audio/mint/
H A DSDL_mintaudio.c89 /* Add a new frequency/clock/predivisor to the current list */
90 void SDL_MintAudio_AddFrequency(_THIS, Uint32 frequency, Uint32 clock, argument
99 /* Search where to insert the frequency (highest first) */
101 if (frequency > MINTAUDIO_frequencies[p].frequency) {
114 MINTAUDIO_frequencies[p].frequency = frequency;
122 /* Search for the nearest frequency */
134 if (desired_freq >= ((MINTAUDIO_frequencies[i].frequency+
135 MINTAUDIO_frequencies[i+1].frequency)>>
[all...]
H A DSDL_mintaudio.h43 Uint32 frequency; member in struct:__anon8127
52 int numfreq; /* Number of selected frequency */
136 void SDL_MintAudio_AddFrequency(_THIS, Uint32 frequency, Uint32 clock,
H A DSDL_mintaudio_stfa.h89 unsigned short frequency; member in struct:__anon8134
/external/bluetooth/bluez/sbc/
H A Dsbcdec.c54 int format = AFMT_S16_BE, frequency, channels; local
106 switch (sbc.frequency) {
108 frequency = 16000;
112 frequency = 32000;
116 frequency = 44100;
120 frequency = 48000;
123 frequency = 0;
129 filename, frequency, sbc.subbands * 4 + 4, sbc.bitpool,
143 au_hdr.sample_rate = BE_INT(frequency);
164 if (ioctl(ad, SNDCTL_DSP_SPEED, &frequency) <
[all...]
H A Dsbc.h37 /* sampling frequency */
70 uint8_t frequency; member in struct:sbc_struct
H A Dsbcenc.c94 sbc.frequency = SBC_FREQ_16000;
97 sbc.frequency = SBC_FREQ_32000;
100 sbc.frequency = SBC_FREQ_44100;
103 sbc.frequency = SBC_FREQ_48000;
H A Dsbc.c57 uint8_t frequency; member in struct:sbc_frame
161 * the sampling frequency (as 2 bit integer)
166 uint8_t sf = frame->frequency;
398 frame->frequency = (data[1] >> 6) & 0x03;
782 data[1] = (frame->frequency & 0x03) << 6;
914 sbc->frequency = SBC_FREQ_44100;
972 sbc->frequency = priv->frame.frequency;
1042 priv->frame.frequency = sbc->frequency;
1151 uint16_t frequency; local
[all...]
/external/qemu/distrib/sdl-1.2.12/src/audio/
H A DSDL_wave.h50 Uint32 frequency; /* One of 11025, 22050, or 44100 Hz */ member in struct:WaveFMT
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
H A DIncrementalSAXSource_Filter.java84 private int frequency=5; field in class:IncrementalSAXSource_Filter
134 eventcounter=frequency;
199 frequency=eventcounter=events;
227 eventcounter=frequency;
249 eventcounter=frequency;
260 eventcounter=frequency;
271 eventcounter=frequency;
282 eventcounter=frequency;
293 eventcounter=frequency;
304 eventcounter=frequency;
[all...]
/external/chromium/sdch/open-vcdiff/src/
H A Dtesting.h107 LARGE_INTEGER frequency;
108 QueryPerformanceFrequency(&frequency); // counts per second
109 usecs_per_count_ = 1000000.0 / static_cast<double>(frequency.QuadPart);
/external/chromium/base/
H A Dtime_win_unittest.cc158 LARGE_INTEGER frequency; local
159 BOOL rv = QueryPerformanceFrequency(&frequency);
161 EXPECT_GT(frequency.QuadPart, 1000000); // Expect at least 1MHz
163 frequency.QuadPart / 1000000.0);
/external/bluetooth/bluez/tools/
H A Davinfo.c175 uint8_t frequency:4; member in struct:sbc_codec_cap
188 uint8_t frequency:6; member in struct:mpeg_codec_cap
228 uint8_t frequency:4; member in struct:sbc_codec_cap
244 uint8_t frequency:6; member in struct:mpeg_codec_cap
277 if (mpeg->frequency & MPEG_SAMPLING_FREQ_16000)
279 if (mpeg->frequency & MPEG_SAMPLING_FREQ_22050)
281 if (mpeg->frequency & MPEG_SAMPLING_FREQ_24000)
283 if (mpeg->frequency & MPEG_SAMPLING_FREQ_32000)
285 if (mpeg->frequency & MPEG_SAMPLING_FREQ_44100)
287 if (mpeg->frequency
[all...]
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
H A DCollections2Test.java243 * @tests java.util.Collections#frequency(java.util.Collection,Object)
247 Collections.frequency(null, null);
248 fail("Assert 0: frequency(null,<any>) must throw NPE");
254 Collections.frequency(strings, "1"));
257 .frequency(strings, "2"));
260 Collections.frequency(strings, "3"));
263 Collections.frequency(strings, null));
269 .frequency(objects, new Integer(1)));
272 .frequency(objects, new Long(1)));
275 Collections.frequency(object
[all...]
/external/wpa_supplicant_6/wpa_supplicant/
H A Dconfig_ssid.h327 * frequency - Channel frequency in megahertz (MHz) for IBSS
333 * configured SSID is already present, the frequency of the network
336 int frequency; member in struct:wpa_ssid
/external/wpa_supplicant_8/wpa_supplicant/
H A Dconfig_ssid.h341 * frequency - Channel frequency in megahertz (MHz) for IBSS
347 * configured SSID is already present, the frequency of the network
350 int frequency; member in struct:wpa_ssid
/external/opencv/cxcore/src/
H A Dcxswitcher.cpp83 double frequency; // clocks per microsecond member in struct:CvProcessorInfo
141 cpu_info->frequency = (double)val;
214 cpu_info->frequency = (double)freq.QuadPart;
217 cpu_info->frequency = 1;
258 cpu_info->frequency = strtod( pos + 1, &pos );
264 cpu_info->frequency = 1;
266 assert( cpu_info->frequency > 1 );
729 if( cpu_info->frequency > 1 &&
767 return icvGetProcessorInfo()->frequency;

Completed in 1478 milliseconds

123