Searched refs:bps (Results 126 - 150 of 170) sorted by relevance

1234567

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/iio/
H A Dring_generic.h293 #define IIO_RING_BPS_ATTR DEVICE_ATTR(bps, S_IRUGO | S_IWUSR, \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/wanrouter/
H A Dwanproc.c147 p->bps,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
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 */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Davfiltergraph.c958 int format, bps; local
972 bps = av_get_bytes_per_sample(format);
994 if (bps == 4 && out_bps == 8) {
999 /* prefer closest higher or equal bps */
1000 score = -abs(out_bps - bps);
1001 if (out_bps >= bps)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/hda/
H A Dhda_codec.c3178 * @maxbps: the max. bps
3313 unsigned int streams, bps; local
3319 bps = 0;
3323 bps = 8;
3327 bps = 16;
3335 bps = 24;
3337 bps = 20;
3342 bps = 32;
3344 bps = 24;
3346 bps
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dmov.c1049 enum CodecID ff_mov_get_lpcm_codec_id(int bps, int flags) argument
1053 if (bps == 32) return CODEC_ID_PCM_F32BE;
1054 else if (bps == 64) return CODEC_ID_PCM_F64BE;
1056 if (bps == 32) return CODEC_ID_PCM_F32LE;
1057 else if (bps == 64) return CODEC_ID_PCM_F64LE;
1061 if (bps == 8)
1065 else if (bps == 16) return CODEC_ID_PCM_S16BE;
1066 else if (bps == 24) return CODEC_ID_PCM_S24BE;
1067 else if (bps == 32) return CODEC_ID_PCM_S32BE;
1069 if (bps
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libswresample/
H A Drematrix.c438 off = len1 * out->bps;
458 memcpy(out->ch[out_i], in->ch[in_i], len*out->bps);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dalacenc.c474 static av_always_inline int get_max_frame_size(int frame_size, int ch, int bps) argument
477 return FFALIGN(header_bits + bps * ch * frame_size + 3, 8) / 8;
H A Dflac_parser.c283 if (child_fi->bps != header_fi->bps) {
407 * bps, sample rate, channels, but not decorrelation mode, or blocksize,
H A Dapedec.c143 int bps; member in struct:APEContext
228 s->bps = avctx->bits_per_coded_sample;
229 switch (s->bps) {
241 "%d bits per coded sample", s->bps);
1527 switch (s->bps) {
H A Dadpcm.c189 static inline int16_t adpcm_ima_wav_expand_nibble(ADPCMChannelStatus *c, GetBitContext *gb, int bps) argument
193 shift = bps - 1;
194 nibble = get_bits_le(gb, bps),
196 step_index = c->step_index + ff_adpcm_index_tables[bps - 2][nibble];
H A Dalsdec.c1509 #define INTERLEAVE_OUTPUT(bps) \
1511 int##bps##_t *dest = (int##bps##_t*)frame->data[0]; \
1512 shift = bps - ctx->avctx->bits_per_raw_sample; \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dflac_parser.c280 if (child_fi->bps != header_fi->bps) {
392 * bps, sample rate, channels, but not decorrelation mode, or blocksize,
H A Dalsdec.c1473 #define INTERLEAVE_OUTPUT(bps) \
1475 int##bps##_t *dest = (int##bps##_t*)ctx->frame.data[0]; \
1476 shift = bps - ctx->avctx->bits_per_raw_sample; \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/test/
H A Dpcm.c42 int bps = format_bits / 8; /* bytes per sample */ local
80 for (i = 0; i < bps; i++)
83 for (i = 0; i < bps; i++)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/pppd/
H A Dsys-linux.c230 static int translate_speed (int bps);
860 static int translate_speed (int bps) argument
864 if (bps != 0) {
866 if (bps == speedp->speed_int)
869 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);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/pppd/
H A Dsys-linux.c172 static int translate_speed (int bps);
789 static int translate_speed (int bps) argument
793 if (bps != 0) {
795 if (bps == speedp->speed_int)
798 warn("speed %d not supported", bps);
H A Dsys-solaris.c1075 translate_speed(bps)
1076 int bps;
1080 if (bps == 0)
1083 if (bps == speedp->speed_int)
1085 warn("speed %d not supported", bps);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/test/
H A Dtest_flac.sh92 if flac --ogg $SILENT --force-raw-format --endian=little --sign=signed --channels=1 --bps=8 --sample-rate=44100 -c $0 1>/dev/null 2>&1 ; then
151 run_flac $SILENT --force --verify --force-raw-format --endian=little --sign=signed --sample-rate=44100 --bps=16 --channels=2 --blocksize=$blocksize --no-padding --lax -o pbs.flac pbs.raw || die "ERROR"
187 bps=`echo $f | awk -F- '{print $3}'`
189 run_flac $SILENT --force --verify --force-raw-format --endian=little --sign=signed --sample-rate=44100 --bps=$bps --channels=$channels --no-padding --lax -o rt.flac $f || die "ERROR"
302 raw_eopt="$wav_eopt --force-raw-format --endian=big --sign=signed --sample-rate=10 --bps=8 --channels=1"
678 run_flac --verify --force $SILENT --no-padding --force-raw-format --endian=big --sign=signed --sample-rate=44100 --bps=16 --channels=2 --blocksize=576 noise.raw || die "ERROR generating FLAC file"
969 multifile_format_encode="$multifile_format_decode --sample-rate=44100 --bps=16 --channels=2 --no-padding"
H A Dtest_metaflac.sh105 if dd if=/dev/zero ibs=1 count=$bytes | flac --force --verify -0 --input-size=$bytes --output-name=$flacfile --force-raw-format --endian=big --sign=signed --channels=1 --bps=8 --sample-rate=8000 - ; then
148 --show-bps
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/sched/
H A Dact_police.c305 police->tcf_rate_est.bps >= police->tcfp_ewma_rate) {
/netgear-R7000-V1.0.7.12_1.2.5/src/router/arm-uclibc/target/www/cgi-bin/
H A Dsorttable.js186 if (text.match(/bps/)) {
/netgear-R7000-V1.0.7.12_1.2.5/src/router/arm-uclibc/target/www/script/
H A Dsorttable.js186 if (text.match(/bps/)) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/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)

Completed in 731 milliseconds

1234567