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

1 2 3 4 5 6 7

  /external/webrtc/webrtc/modules/audio_processing/
splitting_filter.cc 34 IFChannelBuffer* bands) {
35 RTC_DCHECK_EQ(num_bands_, bands->num_bands());
36 RTC_DCHECK_EQ(data->num_channels(), bands->num_channels());
38 bands->num_frames_per_band() * bands->num_bands());
39 if (bands->num_bands() == 2) {
40 TwoBandsAnalysis(data, bands);
41 } else if (bands->num_bands() == 3) {
42 ThreeBandsAnalysis(data, bands);
46 void SplittingFilter::Synthesis(const IFChannelBuffer* bands,
    [all...]
splitting_filter.h 40 // bands. The number of channels needs to be provided at construction time.
42 // For each block, Analysis() is called to split into bands and then Synthesis()
43 // to merge these bands again. The input and output signals are contained in
44 // IFChannelBuffers and for the different bands an array of IFChannelBuffers is
50 void Analysis(const IFChannelBuffer* data, IFChannelBuffer* bands);
51 void Synthesis(const IFChannelBuffer* bands, IFChannelBuffer* data);
55 void TwoBandsAnalysis(const IFChannelBuffer* data, IFChannelBuffer* bands);
56 void TwoBandsSynthesis(const IFChannelBuffer* bands, IFChannelBuffer* data);
57 void ThreeBandsAnalysis(const IFChannelBuffer* data, IFChannelBuffer* bands);
58 void ThreeBandsSynthesis(const IFChannelBuffer* bands, IFChannelBuffer* data)
    [all...]
splitting_filter_unittest.cc 30 // Splits into 3 bands and checks their presence or absence.
31 // Recombines the bands.
46 IFChannelBuffer bands(kSamplesPer48kHzChannel, kChannels, kNumBands);
64 splitting_filter.Analysis(&in_data, &bands);
70 energy[j] += bands.fbuf_const()->channels(j)[0][k] *
71 bands.fbuf_const()->channels(j)[0][k];
81 splitting_filter.Synthesis(&bands, &out_data);
audio_buffer.cc 202 split_data_->ibuf_const()->bands(channel) :
203 data_->ibuf_const()->bands(channel);
209 split_data_->ibuf()->bands(channel) :
210 data_->ibuf()->bands(channel);
259 split_data_->fbuf_const()->bands(channel) :
260 data_->fbuf_const()->bands(channel);
266 split_data_->fbuf()->bands(channel) :
267 data_->fbuf()->bands(channel);
  /frameworks/base/telephony/java/android/telephony/
RadioAccessSpecifier.java 27 * The scan can be performed on either bands or channels for a specific radio access network type.
40 * The frequency bands that need to be scanned
42 * bands must be used together with radioAccessNetwork
46 public int[] bands; field in class:RadioAccessSpecifier
58 * Creates a new RadioAccessSpecifier with radio network, bands and channels
61 * bands or channels.
64 * @param bands the frequency bands to be scanned
65 * @param channels the frequency bands to be scanned
67 public RadioAccessSpecifier(int ran, int[] bands, int[] channels)
    [all...]
  /hardware/libhardware/modules/radio/
radio_hal_tool.c 47 "Bands: %d\n\n",
59 hal_properties.bands[i].type,
60 hal_properties.bands[i].antenna_connected,
61 hal_properties.bands[i].lower_limit,
62 hal_properties.bands[i].upper_limit,
63 hal_properties.bands[i].num_spacings);
90 hal_properties.bands[band_number].type,
91 hal_properties.bands[band_number].antenna_connected,
92 hal_properties.bands[band_number].lower_limit,
93 hal_properties.bands[band_number].upper_limit
    [all...]
  /frameworks/base/services/core/jni/BroadcastRadio/
regions.h 37 mapRegions(const hardware::hidl_vec<V1_0::BandConfig>& bands);
regions.cpp 175 std::vector<RegionalBandConfig> mapRegions(const hidl_vec<BandConfig>& bands) {
181 for (auto&& tunerBand : bands) {
189 ALOGI("Mapped %zu tuner bands to %zu regional bands", bands.size(), out.size());
  /external/iproute2/tc/
q_prio.c 28 fprintf(stderr, "Usage: ... prio bands NUMBER priomap P1 P2...[multiqueue]\n");
40 if (strcmp(*argv, "bands") == 0) {
44 if (get_integer(&opt.bands, *argv, 10)) {
45 fprintf(stderr, "Illegal \"bands\"\n");
70 if (band >= opt.bands) {
71 fprintf(stderr, "\"priomap\" element is out of bands\n");
109 fprintf(f, "bands %u priomap ", qopt->bands);
q_rr.c 28 fprintf(stderr, "Usage: ... rr bands NUMBER priomap P1 P2... [multiqueue]\n");
41 if (strcmp(*argv, "bands") == 0) {
45 if (get_integer(&opt.bands, *argv, 10)) {
46 fprintf(stderr, "Illegal \"bands\"\n");
71 if (band > opt.bands) {
72 fprintf(stderr, "\"priomap\" element is out of bands\n");
104 fprintf(f, "bands %u priomap ", qopt->bands);
q_multiq.c 74 fprintf(f, "bands %u/%u ", qopt->bands, qopt->max_bands);
  /external/lisa/libs/utils/analysis/
status_analysis.py 51 # Build sequence of overutilization "bands"
89 bands = [(t, df['len'][t], df['overutilized'][t]) for t in df.index]
103 # Otherwise: draw overutilized bands on top of the specified plot
104 for (start, delta, overutilized) in bands:
  /external/autotest/server/site_tests/network_WiFi_RateControl/
network_WiFi_RateControl.py 61 bands = [band for band in phy.bands if frequency in band.frequencies]
62 if len(bands) != 1:
65 'such bands.' % len(bands))
68 possible_indices = filter(lambda x: x != 32, bands[0].mcs_indices)
  /hardware/interfaces/broadcastradio/1.0/default/
Utils.cpp 182 BandConfig *bands = local
185 convertBandConfigFromHal(&bands[i], &halProperties->bands[i]);
187 properties->bands.setToExternal(bands, halProperties->num_bands);
189 properties->bands.resize(halProperties->num_bands);
190 delete[] bands;
  /packages/apps/Settings/src/com/android/settings/
BandMode.java 157 int bands[] = (int[])result.result; local
159 if(bands.length == 0) {
164 int size = bands[0];
170 if (bands[i] == Phone.BM_UNSPECIFIED) {
173 item = new BandListItem(bands[i]);
  /external/webrtc/webrtc/common_audio/
channel_buffer.h 24 // bands, with access to a pointer arrays of the deinterleaved channels and
25 // bands. The buffer is zero initialized at creation.
27 // The buffer structure is showed below for a 2 channel and 2 bands case:
86 // Returns a pointer array to the bands for a specific channel.
88 // bands(channel)[band][sample].
93 const T* const* bands(size_t channel) const { function in class:webrtc::ChannelBuffer
98 T* const* bands(size_t channel) { function in class:webrtc::ChannelBuffer
100 return const_cast<T* const*>(t->bands(channel));
  /external/libopus/
celt_sources.mk 1 CELT_SOURCES = celt/bands.c \
celt_headers.mk 3 celt/bands.h \
  /system/core/libsystem/include/system/
radio.h 144 radio_hal_band_config_t bands[RADIO_NUM_BANDS_MAX]; /* band descriptors */ member in struct:radio_hal_properties
160 radio_band_config_t bands[RADIO_NUM_BANDS_MAX]; member in struct:radio_properties
  /external/libnl/lib/route/qdisc/
prio.c 19 * // Specify the maximal number of bands to be used for this PRIO qdisc.
51 prio->qp_bands = opt->bands;
64 nl_dump(p, " bands %u", prio->qp_bands);
112 opts.bands = prio->qp_bands;
124 * Set number of bands of PRIO qdisc.
126 * @arg bands New number of bands.
129 void rtnl_qdisc_prio_set_bands(struct rtnl_qdisc *qdisc, int bands)
136 prio->qp_bands = bands;
141 * Get number of bands of PRIO qdisc
    [all...]
  /external/wpa_supplicant_8/src/wps/
wps_dev_attr.h 32 int wps_process_rf_bands(struct wps_device_data *dev, const u8 *bands);
  /hardware/interfaces/broadcastradio/1.0/
types.hal 139 vec<BandConfig> bands; /** band descriptors */
  /system/connectivity/wificond/net/
netlink_utils.cpp 284 vector<NL80211NestedAttr> bands; local
285 if (!bands_attr.GetListOfNestedAttributes(&bands)) {
286 LOG(ERROR) << "Failed to get bands within NL80211_ATTR_WIPHY_BANDS";
292 for (unsigned int band_index = 0; band_index < bands.size(); band_index++) {
294 if (!bands[band_index].GetAttribute(NL80211_BAND_ATTR_FREQS, &freqs_attr)) {
  /external/libvorbis/lib/
envelope.c 93 envelope_band *bands,
168 for(i=0;i<bands[j].end;i++)
169 acc+=vec[i+bands[j].begin]*bands[j].window[i];
171 acc*=bands[j].total;
  /external/libvpx/libvpx/vpx_scale/generic/
vpx_scale.c 240 int bands; local
414 bands = (dest_height + dest_band_height - 1) / dest_band_height;
416 for (k = 0; k < bands; k++) {

Completed in 455 milliseconds

1 2 3 4 5 6 7