Searched refs:bps (Results 101 - 125 of 170) sorted by relevance

1234567

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/doc/examples/
H A Dfilter_audio.c219 int bps = av_get_bytes_per_sample(frame->format); local
220 int plane_size = bps * frame->nb_samples * (planar ? 1 : channels);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dnsvdec.c643 uint8_t bps; local
646 bps = avio_r8(pb);
650 av_dlog(s, "NSV RAWAUDIO: bps %d, nchan %d, srate %d\n", bps, channels, samplerate);
653 if (bps != 16) {
654 av_dlog(s, "NSV AUDIO bit/sample != 16 (%d)!!!\n", bps);
656 bps /= channels; // ???
657 if (bps == 8)
663 av_dlog(s, "NSV RAWAUDIO: bps %d, nchan %d, srate %d\n", bps, channel
[all...]
H A Dgxf.c466 int bps = av_get_bits_per_sample(st->codec->codec_id)>>3; local
467 if (first <= last && last*bps <= pkt_len) {
468 avio_skip(pb, first*bps);
469 skip = pkt_len - last*bps;
470 pkt_len = (last-first)*bps;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dgxf.c539 int bps = av_get_bits_per_sample(st->codec->codec_id)>>3; local
540 if (first <= last && last*bps <= pkt_len) {
541 avio_skip(pb, first*bps);
542 skip = pkt_len - last*bps;
543 pkt_len = (last-first)*bps;
H A Disom.h235 enum AVCodecID ff_mov_get_lpcm_codec_id(int bps, int flags);
H A Dinternal.h348 * @param bps bits-per-sample
358 enum AVCodecID ff_get_pcm_codec_id(int bps, int flt, int be, int sflags);
H A Dtakdec.c148 st->codec->bits_per_coded_sample = ti.bps;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/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);
2021 unsigned bps = decoder->private_->frame.header.bits_per_sample; local
2029 bps++;
2034 bps++;
2039 bps++;
2047 if(!read_subframe_(decoder, channel, bps, do_full_decod
2449 read_subframe_(FLAC__StreamDecoder *decoder, unsigned channel, unsigned bps, FLAC__bool do_full_decode) argument
2519 read_subframe_constant_(FLAC__StreamDecoder *decoder, unsigned channel, unsigned bps, FLAC__bool do_full_decode) argument
2542 read_subframe_fixed_(FLAC__StreamDecoder *decoder, unsigned channel, unsigned bps, const unsigned order, FLAC__bool do_full_decode) argument
2599 read_subframe_lpc_(FLAC__StreamDecoder *decoder, unsigned channel, unsigned bps, const unsigned order, FLAC__bool do_full_decode) argument
2691 read_subframe_verbatim_(FLAC__StreamDecoder *decoder, unsigned channel, unsigned bps, FLAC__bool do_full_decode) argument
2986 unsigned bps = FLAC__stream_decoder_get_bits_per_sample(decoder); local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wan/
H A Dcycx_x25.c193 static u8 bps_to_speed_code(u32 bps);
251 cfg.speed = bps_to_speed_code(conf->bps);
329 card->wandev.bps = conf->bps;
1497 /* Convert line speed in bps to a number used by cyclom 2x code. */
1498 static u8 bps_to_speed_code(u32 bps) argument
1502 if (bps >= 512000) number = 8;
1503 else if (bps >= 256000) number = 7;
1504 else if (bps >= 64000) number = 6;
1505 else if (bps >
[all...]
H A Ddscc4.c1171 static int dscc4_set_clock(struct net_device *dev, u32 *bps, u32 *state) argument
1178 if (*bps) { /* Clock generated - required for DCE */
1187 divider = xtal / *bps;
1209 *bps = xtal / divider;
1289 u32 bps, state; local
1291 bps = settings->clock_rate;
1293 if (dscc4_set_clock(dev, &bps, &state) < 0)
1295 if (bps) { /* DCE */
1297 if (settings->clock_rate != bps) {
1299 dev->name, settings->clock_rate, bps);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dhuffyuvenc.c42 if (s->bps <= 8) {
53 if (s->bps <= 8) {
157 if (s->bps <= 8) {
239 s->bps = desc->comp[0].depth_minus1 + 1;
309 s->n = 1<<s->bps;
370 ((uint8_t*)avctx->extradata)[1] = ((s->bps-1)<<4) | s->chroma_h_shift | (s->chroma_v_shift<<2);
494 if (s->pb.buf_end - s->pb.buf - (put_bits_count(&s->pb) >> 3) < count * s->bps / 2) {
525 if (s->bps <= 8) {
547 } else if (s->bps <= 14) {
H A Dhuffyuvdec.c288 s->bps = 8;
289 s->n = 1<<s->bps;
306 s->bps = (avctx->extradata[1] >> 4) + 1;
307 s->n = 1<<s->bps;
385 switch ( (s->chroma<<10) | (s->yuv<<9) | (s->alpha<<8) | ((s->bps-1)<<4) | s->chroma_h_shift | (s->chroma_v_shift<<2)) {
666 if (s->bps <= 8) {
678 } else if (s->bps <= 14) {
826 if (s->bps <= 8) {
835 if (s->bps <= 8) {
844 if (s->bps <
[all...]
H A Dutils.c3175 int id, sr, ch, ba, tag, bps; local
3182 bps = av_get_exact_bits_per_sample(avctx->codec_id);
3185 if (bps > 0 && ch > 0 && frame_bytes > 0 && ch < 32768 && bps < 32768)
3186 return (frame_bytes * 8LL) / (bps * ch);
3187 bps = avctx->bits_per_coded_sample;
3249 if (bps > 0) {
3252 return frame_bytes * 8 / bps;
3303 if (bps < 2 || bps >
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libswresample/
H A Ddither.c126 s->dither.noise.bps = 4;
H A Daudioconvert.c172 const int os= (out->planar ? 1 :out->ch_count) *out->bps;
215 const int is= ich < 0 ? 0 : (in->planar ? 1 : in->ch_count) * in->bps;
H A Dresample.c356 memcpy(a->ch[i] + (s->in_buffer_index+s->in_buffer_count+j )*a->bps,
357 a->ch[i] + (s->in_buffer_index+s->in_buffer_count-j-1)*a->bps, a->bps);
H A Dswresample_internal.h47 int bps; ///< bytes per sample member in struct:AudioData
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/mac80211/
H A Drc80211_minstrel_ht.c26 /* Number of symbols for a packet with (bps) bits per symbol */
27 #define MCS_NSYMS(bps) ((MCS_NBITS + (bps) - 1) / (bps))
37 #define MCS_DURATION(streams, sgi, bps) MCS_SYMBOL_TIME(sgi, MCS_NSYMS((streams) * (bps)))
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/pppd/
H A Dsys-sunos4.c397 translate_speed(bps)
398 int bps;
402 if (bps == 0)
405 if (bps == speedp->speed_int)
407 warn("speed %d not supported", bps);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/radeon/
H A Dr600_hdmi.c354 int bps = r600_audio_bits_per_sample(rdev); local
365 channels, rate, bps);
394 switch (bps) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/tiff/
H A Dtif_luv.c1475 int bps, fmt; local
1488 bps = 32, fmt = SAMPLEFORMAT_IEEEFP;
1491 bps = 16, fmt = SAMPLEFORMAT_INT;
1494 bps = 32, fmt = SAMPLEFORMAT_UINT;
1498 bps = 8, fmt = SAMPLEFORMAT_UINT;
1506 TIFFSetField(tif, TIFFTAG_BITSPERSAMPLE, bps);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/include/linux/
H A Dpkt_sched.h37 __u32 bps; /* Current flow byte rate */ member in struct:tc_stats
249 __u32 rate2quantum; /* bps->quantum divisor */
286 __u32 m1; /* slope of the first segment in bps */
288 __u32 m2; /* slope of the second segment in bps */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/pcm/
H A Dpcm_file.c63 int bps; member in struct:wav_fmt
276 fmt->bps = fmt->bwidth * pcm->rate;
278 fmt->bps = TO_LE32(fmt->bps);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna/
H A Dmetadata.c676 /* WMA Baseline: stereo, up to 48 KHz, up to 192,999 bps */
704 asprintf(&m.bps, "%u", ctx->streams[audio_stream]->codec->bits_per_sample);
706 asprintf(&m.bps, "%u", ctx->streams[audio_stream]->codec->bits_per_coded_sample);
1020 if( m.bps )
1021 free(m.bps);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/
H A Dxfs_da_btree.h153 xfs_daddr_t blkno; /* daddr first in bps[0] */
155 struct xfs_buf *bps[1]; /* actually nbuf of these */ member in struct:xfs_dabuf

Completed in 251 milliseconds

1234567