Searched refs:bps (Results 76 - 100 of 170) sorted by relevance

1234567

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dnsvdec.c616 uint8_t bps; local
619 bps = avio_r8(pb);
623 av_dlog(s, "NSV RAWAUDIO: bps %d, nchan %d, srate %d\n", bps, channels, samplerate);
626 if (bps != 16) {
627 av_dlog(s, "NSV AUDIO bit/sample != 16 (%d)!!!\n", bps);
630 bps /= channels; // ???
633 if (bps == 8)
639 av_dlog(s, "NSV RAWAUDIO: bps %d, nchan %d, srate %d\n", bps, channel
[all...]
H A Driff.h64 enum AVCodecID ff_wav_codec_get_id(unsigned int tag, int bps);
H A Dtta.c58 int i, channels, bps, samplerate; local
71 bps = avio_rl16(s->pb);
135 st->codec->bits_per_coded_sample = bps;
H A Dape.c78 uint16_t bps; member in struct:__anon3451
126 av_log(s, AV_LOG_DEBUG, "bps = %"PRIu16"\n", ape_ctx->bps);
209 ape->bps = avio_rl16(pb);
238 ape->bps = 8;
240 ape->bps = 24;
242 ape->bps = 16;
356 st->codec->bits_per_coded_sample = ape->bps;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/share/grabbag/
H A Dreplaygain.c148 FLAC__bool grabbag__replaygain_analyze(const FLAC__int32 * const input[], FLAC__bool is_stereo, unsigned bps, unsigned samples) argument
156 FLAC__ASSERT(bps >= 4 && bps <= FLAC__REFERENCE_CODEC_MAX_BITS_PER_SAMPLE);
160 * If the reference codec ever handles 32bps we will have to write a special
165 if(bps == 16) {
202 else { /* bps must be < 32 according to above assertion */
204 (bps > 16)?
205 (double)1. / (double)(1u << (bps - 16)) :
206 (double)(1u << (16 - bps))
247 const double peak_scale = (double)(1u << (bps
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/core/
H A Dgen_stats.c151 d->tc_stats.bps = r->bps;
H A Dgen_estimator.c71 * both values are reported as 32 bit unsigned values. bps can
134 e->rate_est->bps = (e->avbps+0xF)>>5;
231 est->avbps = rate_est->bps<<5;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavdevice/
H A Dsndio_dec.c82 (s->bps * s->channels * s->sample_rate));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/flac/
H A Dencode.h109 unsigned bps; member in struct:__anon3786
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavdevice/
H A Dsndio_dec.c82 (s->bps * s->channels * s->sample_rate));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wan/
H A Dz85230.h18 #define BPS_TO_BRG(bps, freq) ((((freq) + (bps)) / (2 * (bps))) - 2)
353 * to read the bps rate the chip has currently
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/serial/
H A Dip22zilog.h31 #define BPS_TO_BRG(bps, freq) ((((freq) + (bps)) / (2 * (bps))) - 2)
H A Dsunzilog.h23 #define BPS_TO_BRG(bps, freq) ((((freq) + (bps)) / (2 * (bps))) - 2)
H A Dpmac_zilog.h128 #define BPS_TO_BRG(bps, freq) ((((freq) + (bps)) / (2 * (bps))) - 2)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/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
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dape.c80 uint16_t bps; member in struct:__anon2112
123 av_log(s, AV_LOG_DEBUG, "bps = %"PRIu16"\n", ape_ctx->bps);
202 ape->bps = avio_rl16(pb);
231 ape->bps = 8;
233 ape->bps = 24;
235 ape->bps = 16;
328 st->codec->bits_per_coded_sample = ape->bps;
H A Disom.h159 enum CodecID ff_mov_get_lpcm_codec_id(int bps, int flags);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dshorten.c203 int len, bps; local
250 bps = bytestream2_get_le16(&gb);
251 avctx->bits_per_coded_sample = bps;
253 if (bps != 16 && bps != 8) {
254 av_log(avctx, AV_LOG_ERROR, "unsupported number of bits per sample: %d\n", bps);
H A Dtak.c105 s->bps = get_bits(gb, TAK_FORMAT_BPS_BITS) +
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iptables-1.4.12.1/extensions/
H A Dlibxt_rateest.c18 " --rateest-bps1 [bps] Compare bps\n"
20 " --rateest-bps2 [bps] Compare bps\n"
48 {.name = "rateest-bps", .has_arg = false, .val = OPT_RATEEST_BPS2}, /* alias for absolute mode */
87 double bps = strtod(str, &p); local
94 *rate = bps / 8.; /* assume bytes/sec */
100 *rate = (bps * s->scale) / 8.;
146 "rateest: rateest-bps can't be inverted");
193 "rateest: rateest-bps ca
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Dtty_port.c355 unsigned int bps = tty_get_baud_rate(tty); local
358 if (bps > 1200)
360 (HZ * 10 * port->drain_delay) / bps, HZ / 10);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.4.12/src/extensions/
H A Dlibxt_rateest.c18 " --rateest-bps1 [bps] Compare bps\n"
20 " --rateest-bps2 [bps] Compare bps\n"
48 {.name = "rateest-bps", .has_arg = false, .val = OPT_RATEEST_BPS2}, /* alias for absolute mode */
87 double bps = strtod(str, &p); local
94 *rate = bps / 8.; /* assume bytes/sec */
100 *rate = (bps * s->scale) / 8.;
146 "rateest: rateest-bps can't be inverted");
193 "rateest: rateest-bps ca
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/plugin_winamp2/
H A Dinfobox.c223 DWORD length, bps, ratio, rg; local
238 bps = (DWORD)(filesize / (125*streaminfo.data.stream_info.total_samples/streaminfo.data.stream_info.sample_rate));
239 ratio = bps*1000000 / (streaminfo.data.stream_info.sample_rate*streaminfo.data.stream_info.channels*streaminfo.data.stream_info.bits_per_sample);
248 length/60, length%60, bps, ratio/10, ratio%10,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/
H A Dxfs_da_btree.c92 STATIC xfs_dabuf_t *xfs_da_buf_make(int nbuf, xfs_buf_t **bps, inst_t *ra);
2103 trace_xfs_da_btree_corrupt(rbp->bps[0], _RET_IP_);
2249 xfs_da_buf_make(int nbuf, xfs_buf_t **bps, inst_t *ra) argument
2263 dabuf->target = XFS_BUF_TARGET(bps[0]);
2264 dabuf->blkno = XFS_BUF_ADDR(bps[0]);
2268 bp = bps[0];
2271 dabuf->bps[0] = bp;
2275 dabuf->bps[i] = bp = bps[i];
2280 bp = bps[
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/hamradio/
H A Dbaycom_epp.c183 unsigned int bps; member in struct:baycom_state::__anon12863
303 sprintf(modearg, "%sclk,%smodem,fclk=%d,bps=%d,divider=%d%s,extstat",
305 bc->cfg.extmodem ? "ext" : "int", bc->cfg.fclk, bc->cfg.bps,
306 (bc->cfg.fclk + 8 * bc->cfg.bps) / (16 * bc->cfg.bps),
969 if ((cp = strstr(modestr,"bps="))) {
970 bc->cfg.bps = simple_strtoul(cp+4, NULL, 0);
971 if (bc->cfg.bps < 1000)
972 bc->cfg.bps = 1000;
973 if (bc->cfg.bps > 150000
[all...]

Completed in 390 milliseconds

1234567