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

1 2 3 4 5 6 7 8 91011>>

  /external/webrtc/webrtc/modules/audio_coding/codecs/g722/
g722_encode.c 65 static void block4(G722EncoderState *s, int band, int d)
73 s->band[band].d[0] = d;
74 s->band[band].r[0] = saturate(s->band[band].s + d);
77 s->band[band].p[0] = saturate(s->band[band].sz + d)
    [all...]
g722_decode.c 65 static void block4(G722DecoderState *s, int band, int d);
67 static void block4(G722DecoderState *s, int band, int d)
75 s->band[band].d[0] = d;
76 s->band[band].r[0] = saturate(s->band[band].s + d);
79 s->band[band].p[0] = saturate(s->band[band].sz + d)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/include/isl/
band.h 16 __isl_give isl_band *isl_band_copy(__isl_keep isl_band *band);
17 void *isl_band_free(__isl_take isl_band *band);
19 isl_ctx *isl_band_get_ctx(__isl_keep isl_band *band);
21 int isl_band_has_children(__isl_keep isl_band *band);
23 __isl_keep isl_band *band);
26 __isl_keep isl_band *band);
28 __isl_keep isl_band *band);
30 __isl_keep isl_band *band);
35 int isl_band_tile(__isl_keep isl_band *band, __isl_take isl_vec *sizes);
37 int isl_band_n_member(__isl_keep isl_band *band);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/include/isl/
band.h 16 __isl_give isl_band *isl_band_copy(__isl_keep isl_band *band);
17 void *isl_band_free(__isl_take isl_band *band);
19 isl_ctx *isl_band_get_ctx(__isl_keep isl_band *band);
21 int isl_band_has_children(__isl_keep isl_band *band);
23 __isl_keep isl_band *band);
26 __isl_keep isl_band *band);
28 __isl_keep isl_band *band);
30 __isl_keep isl_band *band);
35 int isl_band_tile(__isl_keep isl_band *band, __isl_take isl_vec *sizes);
37 int isl_band_n_member(__isl_keep isl_band *band);
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/h8300/
bitops1.s 3 band #0,r0l
4 band #0,@r0
5 band #0,@64:8
bitops1h.s 4 band #0,r0l
5 band #0,@er0
6 band #0,@64:8
bitops1s.s 4 band #0,r0l
5 band #0,@er0
6 band #0,@64:8
7 band #0,@128:16
8 band #0,@65536:32
  /frameworks/av/media/libeffects/testlibs/
AudioEqualizer.cpp 105 void AudioEqualizer::setGain(int band, int32_t millibel) {
106 ALOGV("AudioEqualizer::setGain(band=%d, millibel=%d)", band, millibel);
107 assert(band >= 0 && band < mNumPeaking + 2);
108 if (band == 0) {
110 } else if (band == mNumPeaking + 1) {
113 mpPeakingFilters[band - 1].setGain(millibel);
118 void AudioEqualizer::setFrequency(int band, uint32_t millihertz) {
119 ALOGV("AudioEqualizer::setFrequency(band=%d, millihertz=%d)", band
264 int band = mNumPeaking; local
    [all...]
AudioEqualizer.h 30 // shelf, where each band has frequency and gain controls, and the peaking
34 // Configuration of a single band.
49 // corresponding band.
107 // band The band to set the gain for.
109 void setGain(int band, int32_t millibel);
111 // Gets gain of a certain band. This is always the last value set (or
113 // band The band to get the gain for.
115 int32_t getGain(int band) const
    [all...]
  /external/aac/libAACdec/src/
stereo.cpp 113 int group,band; local
129 for (band=0; band<scaleFactorBandsTransmitted; band++)
131 pJointStereoData->MsUsed[band] |= (FDKreadBits(bs,1) << group);
138 for (band=0; band<scaleFactorBandsTransmitted; band++)
140 pJointStereoData->MsUsed[band] = 255 ; /* set all flags to 1 */
168 int band; local
246 int band; local
    [all...]
aacdec_pns.cpp 153 const int band)
155 unsigned pns_band = group*16+band;
167 const int band,
171 unsigned pns_band = group*16+band;
187 const int band)
190 unsigned pns_band = group*16+band;
206 const int band)
209 unsigned pns_band = group*16+band;
224 int band,
228 UINT pns_band = group*16+band;
    [all...]
  /frameworks/base/wifi/java/android/net/wifi/
IWifiScanner.aidl 29 Bundle getAvailableChannels(int band);
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-h8300/
relax-4.d 22 134: band #0x5,@0x0:16
23 13a: band #0x5,@0x7fff:16
24 140: band #0x5,@0x8000:16
25 146: band #0x5,@0xfeff:16
26 14c: band #0x5,@0x0:8
27 150: band #0x5,@0xff:8
42 1a4: band #0x6,@0x0:16
43 1aa: band #0x6,@0x7fff:16
44 1b0: band #0x6,@0x8000:32
45 1b8: band #0x6,@0xff00:3
    [all...]
relax-4-coff.d 27 134: 6a 10 00 00.*band #0x5,@0x0:16
29 13a: 6a 10 7f ff.*band #0x5,@0x7fff:16
31 140: 6a 10 80 00.*band #0x5,@0x8000:16
33 146: 6a 10 fe ff.*band #0x5,@0xfeff:16
35 14c: 7e 00 76 50.*band #0x5,@0x0:8
36 150: 7e ff 76 50.*band #0x5,@0xff:8
59 1a4: 6a 10 00 00.*band #0x6,@0x0:16
61 1aa: 6a 10 7f ff.*band #0x6,@0x7fff:16
63 1b0: 6a 30 00 00.*band #0x6,@0x8000:32
65 1b8: 6a 30 00 00.*band #0x6,@0xff00:3
    [all...]
  /external/aac/libAACdec/src/arm/
block_arm.cpp 110 for (int band=0; band < max_band; band++)
113 band_offset = BandOffsets[band+1];
115 int scale = SpecScale_window-pSfbScale[window*16+band];
  /external/autotest/server/cros/ap_configurators/
asus_ac66r_ap_configurator.py 14 def set_mode(self, mode, band=None):
16 self.add_item_to_command_list(self._set_mode, (mode, band), 1, 900)
19 def _set_mode(self, mode, band=None):
20 if band:
21 self._set_band(band)
ap_spec_unittest.py 21 self.assertEquals(spec.band, ap_spec.DEFAULT_BAND)
28 """Test setting only the band to 2GHz."""
29 spec = ap_spec.APSpec(band=ap_spec.BAND_2GHZ)
35 """Test setting only the band to 5GHz."""
36 spec = ap_spec.APSpec(band=ap_spec.BAND_5GHZ)
44 self.assertEquals(spec.band, ap_spec.DEFAULT_BAND)
51 self.assertEquals(spec.band, ap_spec.BAND_5GHZ)
58 self.assertEquals(spec.band, ap_spec.DEFAULT_BAND)
65 self.assertEquals(spec.band, ap_spec.BAND_2GHZ)
72 self.assertEquals(spec.band, ap_spec.BAND_5GHZ
    [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/scanner/
NoBandChannelHelper.java 27 * ChannelHelper that offers channel manipulation utilities when the channels in a band are not
28 * known. Operations performed may simplify any band to include all channels.
35 * specifies a band instead of a list of channels.
41 if (settings.band == WifiScanner.WIFI_BAND_UNSPECIFIED) {
54 public WifiScanner.ChannelSpec[] getAvailableScanChannels(int band) {
60 if (settings.band == WifiScanner.WIFI_BAND_UNSPECIFIED) {
68 * ChannelCollection that merges channels without knowing which channels are in each band. In
69 * order to do this if any band is added or the maxChannels is exceeded then all channels will
82 public void addBand(int band) {
83 if (band != WifiScanner.WIFI_BAND_UNSPECIFIED)
    [all...]
ChannelHelper.java 53 * Get the channels that are available for scanning on the supplied band.
56 public abstract WifiScanner.ChannelSpec[] getAvailableScanChannels(int band);
83 * Add all channels in the band to the collection
85 public abstract void addBand(int band);
91 * @return true if the collection contains all the channels of the supplied band
93 public abstract boolean containsBand(int band);
95 * @return true if the collection contains some of the channels of the supplied band
97 public abstract boolean partiallyContainsBand(int band);
111 * Retrieves a list of channels from the band which are missing in the channel collection.
113 public abstract Set<Integer> getMissingChannelsFromBand(int band);
    [all...]
KnownBandsChannelHelper.java 27 * ChannelHelper that offers channel manipulation utilities when the channels in a band are known.
28 * This allows more fine operations on channels than if band channels are not known.
75 public WifiScanner.ChannelSpec[] getAvailableScanChannels(int band) {
76 if (band < WifiScanner.WIFI_BAND_24_GHZ || band > WifiScanner.WIFI_BAND_BOTH_WITH_DFS) {
77 // invalid value for band
80 return mBandsToChannels[band];
86 if (settings.band == WifiScanner.WIFI_BAND_UNSPECIFIED) {
89 return getAvailableScanChannels(settings.band).length * SCAN_PERIOD_PER_CHANNEL_MS;
119 if (settings.band == WifiScanner.WIFI_BAND_UNSPECIFIED)
    [all...]
  /frameworks/wilhelm/src/itf/
IEqualizer.cpp 145 static SLresult IEqualizer_SetBandLevel(SLEqualizerItf self, SLuint16 band, SLmillibel level)
151 (band >= thiz->mNumBands)) {
156 thiz->mLevels[band] = level;
164 android_eq_setParam(thiz->mEqEffect, EQ_PARAM_BAND_LEVEL, band, &level);
175 static SLresult IEqualizer_GetBandLevel(SLEqualizerItf self, SLuint16 band, SLmillibel *pLevel)
184 if (band >= thiz->mNumBands) {
190 level = thiz->mLevels[band];
197 android_eq_getParam(thiz->mEqEffect, EQ_PARAM_BAND_LEVEL, band, &level);
210 static SLresult IEqualizer_GetCenterFreq(SLEqualizerItf self, SLuint16 band, SLmilliHertz *pCenter)
218 if (band >= thiz->mNumBands)
302 const struct EqualizerBand *band; local
321 uint16_t band = 0; local
384 SLuint16 band; local
    [all...]
  /frameworks/av/media/libstagefright/codecs/mp3dec/src/
pvmp3_poly_phase_synthesis.cpp 138 for (int32 band = 0; band < FILTERBANK_BANDS; band += 2)
140 int32 *inData = &pChVars->circ_buffer[544 - (band<<5)];
178 }/* end band loop */
  /packages/apps/Car/Radio/src/com/android/car/radio/
RadioChannelFormatter.java 47 * {@link RadioStation#getRadioBand()}. If the band is invalid or support for its formatting is
50 * @param band One of the band values specified in {@link RadioManager}. For example,
55 public static String formatRadioChannel(int band, int channelNumber) {
56 switch (band) {
72 * Formats the given band value into a readable String.
74 * @param band One of the band values specified in {@link RadioManager}. For example,
76 * @return The formatted string or an empty string if the band is invalid.
78 public static String formatRadioBand(Context context, int band) {
    [all...]
  /external/aac/libSBRenc/src/
code_env.cpp 427 INT i, no_of_bands, band; local
526 for (band = no_of_bands - 1; band > 0; band--) {
527 if ( ptr_nrg[band] - ptr_nrg[band-1] > codeBookScfLavBalanceFreq ) {
528 ptr_nrg[band-1] = ptr_nrg[band] - codeBookScfLavBalanceFreq;
531 for (band = 1; band < no_of_bands; band++)
    [all...]
  /hardware/interfaces/audio/effect/2.0/
IEqualizerEffect.hal 29 * Returns the minimum and maximum band levels supported.
35 * Sets the gain for the given equalizer band.
37 setBandLevel(uint16_t band, int16_t level) generates (Result retval);
40 * Gets the gain for the given equalizer band.
42 getBandLevel(uint16_t band) generates (Result retval, int16_t level);
45 * Gets the center frequency of the given band, in milliHertz.
47 getBandCenterFrequency(uint16_t band)
51 * Gets the frequency range of the given frequency band, in milliHertz.
53 getBandFrequencyRange(uint16_t band)
57 * Gets the band that has the most effect on the given frequenc
    [all...]

Completed in 462 milliseconds

1 2 3 4 5 6 7 8 91011>>