Searched refs:bps (Results 1 - 25 of 30) sorted by relevance

12

/external/qemu/distrib/sdl-1.2.15/src/audio/nas/
H A DSDL_nasaudio.h57 int bps; member in struct:SDL_PrivateAudioData
/external/v8/test/mjsunit/
H A Ddebug-multiple-breakpoints.js93 bps = new Array(test_count);
96 bps[i] = Debug.setBreakPoint(h);
101 Debug.clearBreakPoint(bps[i]);
/external/libvpx/vpx/src/
H A Dvpx_image.c24 unsigned int h, w, s, xcs, ycs, bps; local
42 bps = 32;
46 bps = 24;
55 bps = 16;
61 bps = 12;
64 bps = 16;
100 s = (fmt & VPX_IMG_FMT_PLANAR) ? w : bps * w / 8;
122 img->img_data = malloc((fmt & VPX_IMG_FMT_PLANAR) ? h * w * bps / 8 : h * s);
134 img->bps = bps;
[all...]
/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/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_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));
H A Dtc_core.c115 unsigned bps = r->rate; local
129 rtab[i] = tc_calc_xmittime(bps, sz);
/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/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/libvpx/vpx/
H A Dvpx_image.h129 int bps; /**< bits per sample (for packed formats) */ member in struct:vpx_image
/external/kernel-headers/original/linux/
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
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 */
/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/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 Dmediachannel.h101 virtual bool SetSendBandwidth(bool autobw, int bps) = 0;
H A Dmediasessionclient.cc794 buzz::XmlElement* CreateBandwidthElem(const buzz::QName& name, int bps) { argument
795 int kbps = bps / 1000;
/external/flac/libFLAC/
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...]
/external/webp/src/enc/
H A Dpicture.c1012 size_t NAME(const uint8_t* in, int w, int h, int bps, float q, \
1014 return Encode(in, w, h, bps, IMPORTER, q, 0, out); \
1026 size_t NAME(const uint8_t* in, int w, int h, int bps, uint8_t** out) { \
1027 return Encode(in, w, h, bps, IMPORTER, LOSSLESS_DEFAULT_QUALITY, 1, out); \
/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);
H A Dsys-solaris.c1145 translate_speed(bps)
1146 int bps;
1150 if (bps == 0)
1153 if (bps == speedp->speed_int)
1155 warn("speed %d not supported", bps);
/external/libnl-headers/
H A Dnetlink-types.h434 uint32_t bps; member in struct:rtnl_tstats::__anon7988
/external/flac/libFLAC/ppc/as/
H A Dlpc_asm.s46 ; these is a PowerPC/Altivec assembly version which requires bps<=16 (or actual
47 ; bps<=15 for mid-side coding, since that uses an extra bit)
/external/flac/libFLAC/ppc/gas/
H A Dlpc_asm.s48 # these is a PowerPC/Altivec assembly version which requires bps<=16 (or actual
49 # bps<=15 for mid-side coding, since that uses an extra bit)

Completed in 328 milliseconds

12