Searched defs:bps (Results 1 - 22 of 22) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/src/audio/nas/
H A DSDL_nasaudio.h57 int bps; member in struct:SDL_PrivateAudioData
/external/iproute2/tc/
H A Dtc_red.c72 int tc_red_eval_idle_damping(int Wlog, unsigned avpkt, unsigned bps, __u8 *sbuf) argument
74 double xmit_time = tc_calc_xmittime(bps, avpkt);
H A Dtc_core.c115 unsigned bps = r->rate; local
129 rtab[i] = tc_calc_xmittime(bps, sz);
H A Dtc_util.c149 double bps = strtod(str, &p); local
156 *rate = bps / 8.; /* assume bytes/sec */
162 *rate = (bps * s->scale) / 8.;
519 prefix, sprint_rate(re.bps, b1), re.pps);
557 if (st.bps || st.pps || st.qlen || st.backlog) {
559 if (st.bps || st.pps) {
561 if (st.bps)
562 fprintf(fp, "%s ", sprint_rate(st.bps, b1));
/external/iproute2/include/linux/
H A Dgen_stats.h32 * @bps: current byte rate
36 __u32 bps; member in struct:gnet_stats_rate_est
H A Dpkt_sched.h38 __u32 bps; /* Current flow byte rate */ member in struct:tc_stats
266 __u32 rate2quantum; /* bps->quantum divisor */
299 __u32 m1; /* slope of the first segment in bps */
301 __u32 m2; /* slope of the second segment in bps */
/external/chromium/net/tools/fetch/
H A Dfetch_client.cc190 const char *units = "bps";
191 double bps = static_cast<float>(bytes_read * 8) / local
194 if (bps > (1024*1024)) {
195 bps /= (1024*1024);
197 } else if (bps > 1024) {
198 bps /= 1024;
201 printf("Bandwidth : %.2f%s\n", bps, units);
/external/libvpx/libvpx/vpx/src/
H A Dvpx_image.c56 unsigned int h, w, s, xcs, ycs, bps; local
82 bps = 32;
86 bps = 24;
95 bps = 16;
101 bps = 12;
104 bps = 16;
140 s = (fmt & VPX_IMG_FMT_PLANAR) ? w : bps * w / 8;
163 h * s * bps / 8 : h * s));
175 img->bps = bps;
[all...]
/external/aac/libSYS/src/
H A Dwav_file.cpp248 * host endianess and scaled to full scale of the INT_PCM type, from whatever bps the WAVEfile
466 int bps = Unpack(wav->header.bitsPerSample); local
470 if (bps == nBufBits && bps == nSigBits) {
471 if (FDKfwrite_EL(sampleBuffer, (bps>>3), numberOfSamples, wav->fp) != numberOfSamples)
489 shift = (nBufBits-nSigBits)-(32-bps);
492 if ( !IS_LITTLE_ENDIAN() && bps == 24) {
502 result=FDKfwrite_EL(&tmp, bps>>3, 1, wav->fp);
510 wav->header.dataSize += (numberOfSamples * (bps>>3));
/external/flac/libFLAC/
H A Dlpc.c1345 FLAC__double bps = (FLAC__double)0.5 * log(error_scale * lpc_error) / M_LN2; local
1346 if(bps >= 0.0)
1347 return bps;
H A Dstream_decoder.c120 static FLAC__bool read_subframe_(FLAC__StreamDecoder *decoder, unsigned channel, unsigned bps, FLAC__bool do_full_decode);
121 static FLAC__bool read_subframe_constant_(FLAC__StreamDecoder *decoder, unsigned channel, unsigned bps, FLAC__bool do_full_decode);
122 static FLAC__bool read_subframe_fixed_(FLAC__StreamDecoder *decoder, unsigned channel, unsigned bps, const unsigned order, FLAC__bool do_full_decode);
123 static FLAC__bool read_subframe_lpc_(FLAC__StreamDecoder *decoder, unsigned channel, unsigned bps, const unsigned order, FLAC__bool do_full_decode);
124 static FLAC__bool read_subframe_verbatim_(FLAC__StreamDecoder *decoder, unsigned channel, unsigned bps, FLAC__bool do_full_decode);
2027 unsigned bps = decoder->private_->frame.header.bits_per_sample; local
2035 bps++;
2040 bps++;
2045 bps++;
2053 if(!read_subframe_(decoder, channel, bps, do_full_decod
2455 read_subframe_(FLAC__StreamDecoder *decoder, unsigned channel, unsigned bps, FLAC__bool do_full_decode) argument
2525 read_subframe_constant_(FLAC__StreamDecoder *decoder, unsigned channel, unsigned bps, FLAC__bool do_full_decode) argument
2548 read_subframe_fixed_(FLAC__StreamDecoder *decoder, unsigned channel, unsigned bps, const unsigned order, FLAC__bool do_full_decode) argument
2605 read_subframe_lpc_(FLAC__StreamDecoder *decoder, unsigned channel, unsigned bps, const unsigned order, FLAC__bool do_full_decode) argument
2697 read_subframe_verbatim_(FLAC__StreamDecoder *decoder, unsigned channel, unsigned bps, FLAC__bool do_full_decode) argument
2994 unsigned bps = FLAC__stream_decoder_get_bits_per_sample(decoder); local
[all...]
H A Dstream_encoder.c253 unsigned bps,
266 unsigned bps
342 unsigned subframe_bps[FLAC__MAX_CHANNELS]; /* the effective bits per sample of the input signal (stream bps - wasted bits) */
343 unsigned subframe_bps_mid_side[2]; /* the effective bits per sample of the mid-side input signal (stream bps - wasted bits + 0/1) */
671 encoder->protected_->do_mid_side_stereo = false; /* since we currenty do 32-bit math, the side channel would have 33 bps and overflow */
2532 const unsigned bps = metadata->data.stream_info.bits_per_sample; local
2587 b[0] = ((FLAC__byte)(bps-1) << 4) | (FLAC__byte)((samples >> 32) & 0x0F);
2985 * Check for wasted bits; set effective bps for each subframe
3203 /* only use RICE2 partitions if stream bps > 16 */
3347 /* try to ensure a 32-bit datapath throughout for 16bps(
3675 find_best_partition_order_( FLAC__StreamEncoderPrivate *private_, const FLAC__int32 residual[], FLAC__uint64 abs_residual_partition_sums[], unsigned raw_bits_per_partition[], unsigned residual_samples, unsigned predictor_order, unsigned rice_parameter, unsigned rice_parameter_limit, unsigned min_partition_order, unsigned max_partition_order, unsigned bps, FLAC__bool do_escape_coding, unsigned rice_parameter_search_dist, FLAC__EntropyCodingMethod *best_ecm ) argument
[all...]
/external/iptables/extensions/
H A Dlibxt_rateest.c21 " --rateest-bps1 [bps] Compare bps\n"
23 " --rateest-bps2 [bps] Compare bps\n"
51 {.name = "rateest-bps", .has_arg = false, .val = OPT_RATEEST_BPS2}, /* alias for absolute mode */
90 double bps = strtod(str, &p); local
97 *rate = bps / 8.; /* assume bytes/sec */
103 *rate = (bps * s->scale) / 8.;
154 "rateest: rateest-bps can't be inverted");
203 "rateest: rateest-bps ca
[all...]
/external/libvpx/libvpx/vpx/
H A Dvpx_image.h129 int bps; /**< bits per sample (for packed formats) */ member in struct:vpx_image
/external/chromium/third_party/libjingle/source/talk/session/phone/
H A Dfilemediaengine.h152 virtual bool SetSendBandwidth(bool autobw, int bps) { return true; } argument
187 virtual bool SetSendBandwidth(bool autobw, int bps) { return true; } argument
H A Dmediaengine.h258 virtual bool SetSendBandwidth(bool autobw, int bps) { return true; } argument
H A Dmediasessionclient.cc794 buzz::XmlElement* CreateBandwidthElem(const buzz::QName& name, int bps) { argument
795 int kbps = bps / 1000;
/external/kernel-headers/original/linux/
H A Dpkt_sched.h39 __u32 bps; /* Current flow byte rate */ member in struct:tc_stats
283 __u32 rate2quantum; /* bps->quantum divisor */
320 __u32 m1; /* slope of the first segment in bps */
322 __u32 m2; /* slope of the second segment in bps */
H A Dwanrouter.h212 unsigned bps; /* data transfer rate */ member in struct:wandev_conf
427 unsigned bps; /* data transfer rate */ member in struct:wanif_conf
476 unsigned bps; /* data transfer rate */ member in struct:wan_device
/external/ppp/pppd/
H A Dsys-linux.c232 static int translate_speed (int bps);
862 static int translate_speed (int bps) argument
866 if (bps != 0) {
868 if (bps == speedp->speed_int)
871 warn("speed %d not supported", bps);
/external/libnl-headers/
H A Dnetlink-types.h434 uint32_t bps; member in struct:rtnl_tstats::__anon8745
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
H A Djdimodel.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 469 milliseconds