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

1 2 3 4 5

  /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 75 fprintf(f, "bands %u/%u ", qopt->bands, qopt->max_bands);
  /external/chromium_org/third_party/opus/src/
celt_sources.mk 1 CELT_SOURCES = celt/bands.c \
celt_headers.mk 3 celt/bands.h \
  /external/libopus/
celt_sources.mk 1 CELT_SOURCES = celt/bands.c \
celt_headers.mk 3 celt/bands.h \
  /external/libnl/src/
disabled-nl-qdisc-add.c 78 int i, err, bands; local
82 if (argc < 2 || strcasecmp(argv[0], "bands"))
85 bands = strtoul(argv[1], NULL, 0);
86 err = rtnl_qdisc_prio_set_bands(qdisc, bands);
121 fprintf(stderr, "Usage: ... prio bands <nbands> map MAP\n"
  /external/libnl/lib/route/sch/
prio.c 19 * // Specify the maximal number of bands to be used for this PRIO qdisc.
68 prio->qp_bands = opt->bands;
85 nl_dump(p, " bands %u", prio->qp_bands);
135 opts.bands = prio->qp_bands;
158 * Set number of bands of PRIO qdisc.
160 * @arg bands New number of bands.
163 int rtnl_qdisc_prio_set_bands(struct rtnl_qdisc *qdisc, int bands)
171 prio->qp_bands = bands;
178 * 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);
wps_dev_attr.c 393 int wps_process_rf_bands(struct wps_device_data *dev, const u8 *bands)
395 if (bands == NULL) {
396 wpa_printf(MSG_DEBUG, "WPS: No RF Bands received");
400 dev->rf_bands = *bands;
401 wpa_printf(MSG_DEBUG, "WPS: Enrollee RF Bands 0x%x", dev->rf_bands);
  /external/skia/gm/rebaseline_server/
imagediffdb.py 125 bands = diff_image.split()
127 bands[0], bands[1]), bands[2])
  /frameworks/base/core/java/com/android/internal/widget/multiwaveview/
PointCloud.java 145 final int bands = (int) Math.round(pointAreaRadius / ds); local
146 final float dr = pointAreaRadius / bands;
148 for (int b = 0; b <= bands; b++, r += dr) {
  /packages/apps/InCallUI/src/com/android/incallui/widget/multiwaveview/
PointCloud.java 145 final int bands = (int) Math.round(pointAreaRadius / ds); local
146 final float dr = pointAreaRadius / bands;
148 for (int b = 0; b <= bands; b++, r += dr) {
  /packages/apps/Settings/src/com/android/settings/
BandMode.java 142 int bands[] = (int[])result.result; local
143 int size = bands[0];
147 item = new BandListItem(bands[i]);
  /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/chromium_org/third_party/libvpx/source/libvpx/vpx_scale/generic/
vpx_scale.c 256 int bands; local
425 bands = (dest_height + dest_band_height - 1) / dest_band_height;
427 for (k = 0; k < bands; k++) {
  /external/libvpx/libvpx/vpx_scale/generic/
vpx_scale.c 256 int bands; local
425 bands = (dest_height + dest_band_height - 1) / dest_band_height;
427 for (k = 0; k < bands; k++) {
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_scale/generic/
vpx_scale.c 256 int bands; local
425 bands = (dest_height + dest_band_height - 1) / dest_band_height;
427 for (k = 0; k < bands; k++) {
  /development/samples/ApiDemos/src/com/example/android/apis/media/
AudioFxDemo.java 105 short bands = mEqualizer.getNumberOfBands(); local
110 for (short i = 0; i < bands; i++) {
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
pkt_sched.h 6 /* Logical priority bands not depending on specific packet scheduler.
124 int bands; /* Number of bands */ member in struct:tc_prio_qopt
131 __u16 bands; /* Number of bands */ member in struct:tc_multiq_qopt
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
pkt_sched.h 6 /* Logical priority bands not depending on specific packet scheduler.
124 int bands; /* Number of bands */ member in struct:tc_prio_qopt
131 __u16 bands; /* Number of bands */ member in struct:tc_multiq_qopt
  /external/chromium_org/third_party/libwebp/dec/
vp8.c 458 VP8BandProbas (* const bands)[NUM_BANDS] = dec->proba_.bands_;
475 const int nz = GetCoeffs(token_br, bands[1], ctx, q->y2_mat_, 0, dc);
485 ac_proba = bands[0];
488 ac_proba = bands[3];
519 const int nz = GetCoeffs(token_br, bands[2], ctx, q->uv_mat_, 0, dst);
  /external/webp/src/dec/
vp8.c 458 VP8BandProbas (* const bands)[NUM_BANDS] = dec->proba_.bands_;
475 const int nz = GetCoeffs(token_br, bands[1], ctx, q->y2_mat_, 0, dc);
485 ac_proba = bands[0];
488 ac_proba = bands[3];
519 const int nz = GetCoeffs(token_br, bands[2], ctx, q->uv_mat_, 0, dst);
  /external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
tcd.h 150 opj_tcd_band_t bands[3]; /* subband information */ member in struct:opj_tcd_resolution

Completed in 1863 milliseconds

1 2 3 4 5