Searched refs:channels (Results 276 - 300 of 1277) sorted by relevance

<<11121314151617181920>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dflac.h64 int channels; /**< number of channels */\
125 * @param ch number of channels
H A Dlibspeexdec.c56 avctx->channels = s->header->nb_channels;
69 if (avctx->channels > 2) {
85 if (avctx->channels == 2) {
137 if (avctx->channels == 2)
H A Dmpc.h76 void ff_mpc_dequantize_and_synth(MPCContext *c, int maxband, void *dst, int channels);
H A Dmpeg4audio.h39 int channels; member in struct:__anon1954
H A Dpcm.c50 avctx->block_align = avctx->channels * avctx->bits_per_coded_sample/8;
95 n = frame->nb_samples * avctx->channels;
196 avpkt->size = frame->nb_samples * avctx->channels * sample_size;
211 if (avctx->channels <= 0 || avctx->channels > MAX_CHANNELS) {
212 av_log(avctx, AV_LOG_ERROR, "PCM channels out of bounds\n");
291 n = avctx->channels * sample_size;
304 s->frame.nb_samples = n * samples_per_block / avctx->channels;
342 n /= avctx->channels;
343 for(c=0;c<avctx->channels;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavdevice/
H A Dalsa-audio-dec.c72 ret = ff_alsa_open(s1, SND_PCM_STREAM_CAPTURE, &s->sample_rate, s->channels,
105 st->codec->channels = s->channels;
156 { "channels", "", offsetof(AlsaData, channels), AV_OPT_TYPE_INT, {.dbl = 2}, 1, INT_MAX, AV_OPT_FLAG_DECODING_PARAM },
H A Dsndio_enc.c37 s->channels = st->codec->channels;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dpmpdec.c49 int srate, channels; local
93 channels = avio_rl32(pb) + 1;
100 ast->codec->channels = channels;
H A Dtta.c45 int i, channels, bps, samplerate, datalen, framelen; local
56 channels = avio_rl16(s->pb);
100 st->codec->channels = channels;
H A Ddaud.c30 st->codec->channels = 6;
53 if (codec->channels!=6 || codec->sample_rate!=96000)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/mips/
H A Dfmtconvert_mips.c131 int channels)
133 int c, ch2 = channels <<1;
140 if (channels == 2) {
171 for (c = 0; c < channels; c++) {
130 float_to_int16_interleave_mips(int16_t *dst, const float **src, long len, int channels) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dmpc.h75 void ff_mpc_dequantize_and_synth(MPCContext *c, int maxband, int16_t **out, int channels);
H A Dmpeg4audio.h39 int channels; member in struct:MPEG4AudioConfig
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/conf/cards/
H A DNFORCE.conf66 channels 4
124 channels 6
166 slave.channels 6
239 slave.channels 8
H A DCMI8738-MC8.conf87 channels 4
124 channels 6
158 channels 8
H A DICH.conf66 channels 4
124 channels 6
166 slave.channels 6
H A DVIA8237.conf59 channels 4
104 channels 6
133 slave.channels 6
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna/tagutils/
H A Dtagutils-flc.c68 psong->channels = block->data.stream_info.channels;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna-1.1.5/tagutils/
H A Dtagutils-flc.c68 psong->channels = block->data.stream_info.channels;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpng/libpng-1.2.50/contrib/pngminus/
H A Dpng2pnm.c201 int channels; local
276 * get rowbytes and channels, and allocate image memory */
293 /* calculate new number of channels and store alpha-presence */
295 channels = 1;
297 channels = 2;
299 channels = 3;
301 channels = 4;
303 channels = 0; /* should never happen */
304 alpha_present = (channels - 1) % 2;
314 /* row_bytes is the width x number of channels
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavdevice/
H A Dsndio_enc.c36 s->channels = st->codec->channels;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Domaenc.c63 if (format->channels != 2) {
64 av_log(s, AV_LOG_ERROR, "ATRAC3 in OMA is only supported with 2 channels\n");
83 (format->channels << 10) |
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/rt2x00/
H A Drt2x00ht.c109 center_channel = spec->channels[conf->channel->hw_value].channel;
120 if (spec->channels[i].channel == center_channel)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/core/oss/
H A Droute.c61 nsrcs = plugin->src_format.channels;
62 ndsts = plugin->dst_format.channels;
67 /* expand to all channels */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/sound/
H A Dsb16_csp.h40 /* CSP channels */
80 int channels; /* channels, look above */ member in struct:snd_sb_csp_start
88 unsigned short acc_channels; /* accepted channels */
92 unsigned short run_channels; /* current channels */
139 int (*csp_start) (struct snd_sb_csp * p, int sample_width, int channels);
153 int acc_channels; /* accepted channels */
157 int run_channels; /* current CSP channels */

Completed in 212 milliseconds

<<11121314151617181920>>