Searched refs:audio_channels (Results 1 - 25 of 28) sorted by relevance

12

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/libavformat/
H A Drtp.c41 int audio_channels; member in struct:__anon1501
82 if (AVRtpPayloadTypes[i].audio_channels > 0)
83 codec->channels = AVRtpPayloadTypes[i].audio_channels;
102 if (codec->channels != AVRtpPayloadTypes[i].audio_channels)
H A Dwestwood.c67 int audio_channels; member in struct:WsAudDemuxContext
76 int audio_channels; member in struct:WsVqaDemuxContext
142 wsaud->audio_channels = (header[10] & 0x1) + 1;
154 st->codec->channels = wsaud->audio_channels;
193 wsaud->audio_frame_counter += (chunk_size * 2) / wsaud->audio_channels;
273 wsvqa->audio_channels = st->codec->channels;
341 wsvqa->audio_frame_counter += (chunk_size * 2) / wsvqa->audio_channels;
345 wsvqa->audio_frame_counter += AV_RL16(pkt->data) / wsvqa->audio_channels;
H A Dsegafilm.c53 unsigned int audio_channels; member in struct:FilmDemuxContext
105 film->audio_channels = 1;
112 film->audio_channels = scratch[21];
151 st->codec->channels = film->audio_channels;
191 (film->audio_channels * film->audio_bits / 8));
230 (film->audio_channels == 2)) {
H A Didroq.c48 int audio_channels; member in struct:RoqDemuxContext
83 roq->width = roq->height = roq->audio_channels = roq->video_pts =
177 st->codec->channels = roq->audio_channels = chunk_type == RoQ_SOUND_STEREO ? 2 : 1;
197 roq->audio_frame_count += (chunk_size / roq->audio_channels);
H A Dipmovie.c102 unsigned int audio_channels; member in struct:IPMVEContext
148 (s->audio_chunk_size / s->audio_channels / (s->audio_bits / 8));
151 (s->audio_chunk_size - 6) / s->audio_channels;
342 s->audio_channels = (audio_flags & 1) + 1;
355 (s->audio_channels == 2) ? "stereo" : "mono",
588 st->codec->channels = ipmovie->audio_channels;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libavformat/
H A Drtp.c41 int audio_channels; member in struct:__anon2406
82 if (AVRtpPayloadTypes[i].audio_channels > 0)
83 codec->channels = AVRtpPayloadTypes[i].audio_channels;
102 if (codec->channels != AVRtpPayloadTypes[i].audio_channels)
H A Dwestwood.c67 int audio_channels; member in struct:WsAudDemuxContext
76 int audio_channels; member in struct:WsVqaDemuxContext
142 wsaud->audio_channels = (header[10] & 0x1) + 1;
154 st->codec->channels = wsaud->audio_channels;
193 wsaud->audio_frame_counter += (chunk_size * 2) / wsaud->audio_channels;
273 wsvqa->audio_channels = st->codec->channels;
341 wsvqa->audio_frame_counter += (chunk_size * 2) / wsvqa->audio_channels;
345 wsvqa->audio_frame_counter += AV_RL16(pkt->data) / wsvqa->audio_channels;
H A Dsegafilm.c53 unsigned int audio_channels; member in struct:FilmDemuxContext
105 film->audio_channels = 1;
112 film->audio_channels = scratch[21];
151 st->codec->channels = film->audio_channels;
191 (film->audio_channels * film->audio_bits / 8));
230 (film->audio_channels == 2)) {
H A Didroq.c48 int audio_channels; member in struct:RoqDemuxContext
83 roq->width = roq->height = roq->audio_channels = roq->video_pts =
177 st->codec->channels = roq->audio_channels = chunk_type == RoQ_SOUND_STEREO ? 2 : 1;
197 roq->audio_frame_count += (chunk_size / roq->audio_channels);
H A Dipmovie.c102 unsigned int audio_channels; member in struct:IPMVEContext
148 (s->audio_chunk_size / s->audio_channels / (s->audio_bits / 8));
151 (s->audio_chunk_size - 6) / s->audio_channels;
342 s->audio_channels = (audio_flags & 1) + 1;
355 (s->audio_channels == 2) ? "stereo" : "mono",
588 st->codec->channels = ipmovie->audio_channels;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/libavformat/
H A Drtp.c41 int audio_channels; member in struct:__anon36431
82 if (AVRtpPayloadTypes[i].audio_channels > 0)
83 codec->channels = AVRtpPayloadTypes[i].audio_channels;
102 if (codec->channels != AVRtpPayloadTypes[i].audio_channels)
H A Dwestwood.c67 int audio_channels; member in struct:WsAudDemuxContext
76 int audio_channels; member in struct:WsVqaDemuxContext
142 wsaud->audio_channels = (header[10] & 0x1) + 1;
154 st->codec->channels = wsaud->audio_channels;
193 wsaud->audio_frame_counter += (chunk_size * 2) / wsaud->audio_channels;
273 wsvqa->audio_channels = st->codec->channels;
341 wsvqa->audio_frame_counter += (chunk_size * 2) / wsvqa->audio_channels;
345 wsvqa->audio_frame_counter += AV_RL16(pkt->data) / wsvqa->audio_channels;
H A Dsegafilm.c53 unsigned int audio_channels; member in struct:FilmDemuxContext
105 film->audio_channels = 1;
112 film->audio_channels = scratch[21];
151 st->codec->channels = film->audio_channels;
191 (film->audio_channels * film->audio_bits / 8));
230 (film->audio_channels == 2)) {
H A Didroq.c48 int audio_channels; member in struct:RoqDemuxContext
83 roq->width = roq->height = roq->audio_channels = roq->video_pts =
177 st->codec->channels = roq->audio_channels = chunk_type == RoQ_SOUND_STEREO ? 2 : 1;
197 roq->audio_frame_count += (chunk_size / roq->audio_channels);
H A Dipmovie.c102 unsigned int audio_channels; member in struct:IPMVEContext
148 (s->audio_chunk_size / s->audio_channels / (s->audio_bits / 8));
151 (s->audio_chunk_size - 6) / s->audio_channels;
342 s->audio_channels = (audio_flags & 1) + 1;
355 (s->audio_channels == 2) ? "stereo" : "mono",
588 st->codec->channels = ipmovie->audio_channels;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/libavcodec/
H A Dvorbis_dec.c133 uint_fast8_t audio_channels; member in struct:vorbis_context_s
722 GET_VALIDATED_INDEX(mapping_setup->magnitude[j], ilog(vc->audio_channels - 1), vc->audio_channels)
723 GET_VALIDATED_INDEX(mapping_setup->angle[j], ilog(vc->audio_channels - 1), vc->audio_channels)
737 mapping_setup->mux = av_mallocz(vc->audio_channels * sizeof(uint_fast8_t));
738 for (j = 0; j < vc->audio_channels; ++j)
874 vc->audio_channels = get_bits(gb, 8);
875 if (vc->audio_channels <= 0) {
896 if (vc->blocksize[1] / 2 * vc->audio_channels *
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libavcodec/
H A Dvorbis_dec.c133 uint_fast8_t audio_channels; member in struct:vorbis_context_s
722 GET_VALIDATED_INDEX(mapping_setup->magnitude[j], ilog(vc->audio_channels - 1), vc->audio_channels)
723 GET_VALIDATED_INDEX(mapping_setup->angle[j], ilog(vc->audio_channels - 1), vc->audio_channels)
737 mapping_setup->mux = av_mallocz(vc->audio_channels * sizeof(uint_fast8_t));
738 for (j = 0; j < vc->audio_channels; ++j)
874 vc->audio_channels = get_bits(gb, 8);
875 if (vc->audio_channels <= 0) {
896 if (vc->blocksize[1] / 2 * vc->audio_channels *
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/libavcodec/
H A Dvorbis_dec.c133 uint_fast8_t audio_channels; member in struct:vorbis_context_s
722 GET_VALIDATED_INDEX(mapping_setup->magnitude[j], ilog(vc->audio_channels - 1), vc->audio_channels)
723 GET_VALIDATED_INDEX(mapping_setup->angle[j], ilog(vc->audio_channels - 1), vc->audio_channels)
737 mapping_setup->mux = av_mallocz(vc->audio_channels * sizeof(uint_fast8_t));
738 for (j = 0; j < vc->audio_channels; ++j)
874 vc->audio_channels = get_bits(gb, 8);
875 if (vc->audio_channels <= 0) {
896 if (vc->blocksize[1] / 2 * vc->audio_channels *
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/gpu/drm/radeon/
H A Dr600_audio.c133 changes |= channels != rdev->audio_channels;
140 rdev->audio_channels = channels;
178 rdev->audio_channels = -1;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/gpu/drm/radeon/
H A Dr600_audio.c133 changes |= channels != rdev->audio_channels;
140 rdev->audio_channels = channels;
178 rdev->audio_channels = -1;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/libvorbis/doc/
H A D04-codec.tex52 2) [audio_channels] = read 8 bit integer as unsigned
63 with this document. Both \varname{[audio_channels]} and
208 \item vector \varname{[vorbis_mapping_magnitude]} element \varname{[j]}= read \link{vorbis:spec:ilog}{ilog}(\varname{[audio_channels]} - 1) bits as unsigned integer
209 \item vector \varname{[vorbis_mapping_angle]} element \varname{[j]}= read \link{vorbis:spec:ilog}{ilog}(\varname{[audio_channels]} - 1) bits as unsigned integer
210 \item the numbers read in the above two steps are channel numbers representing the channel to treat as magnitude and the channel to treat as angle, respectively. If for any coupling step the angle channel number equals the magnitude channel number, the magnitude channel number is greater than \varname{[audio_channels]}-1, or the angle channel is greater than \varname{[audio_channels]}-1, the stream is undecodable.
222 \item if \varname{[vorbis_mapping_submaps]} is greater than one, we read channel multiplex settings. For each \varname{[j]} of \varname{[audio_channels]} channels:
385 For each floor \varname{[i]} of \varname{[audio_channels]}
444 \item for each channel \varname{[j]} in order from 0 ... \varname{[audio_channels]} - 1
465 \item for each channel \varname{[j]} in order from 0 ... \varname{[audio_channels]}
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/libvorbis/doc/
H A D04-codec.tex52 2) [audio_channels] = read 8 bit integer as unsigned
63 with this document. Both \varname{[audio_channels]} and
208 \item vector \varname{[vorbis_mapping_magnitude]} element \varname{[j]}= read \link{vorbis:spec:ilog}{ilog}(\varname{[audio_channels]} - 1) bits as unsigned integer
209 \item vector \varname{[vorbis_mapping_angle]} element \varname{[j]}= read \link{vorbis:spec:ilog}{ilog}(\varname{[audio_channels]} - 1) bits as unsigned integer
210 \item the numbers read in the above two steps are channel numbers representing the channel to treat as magnitude and the channel to treat as angle, respectively. If for any coupling step the angle channel number equals the magnitude channel number, the magnitude channel number is greater than \varname{[audio_channels]}-1, or the angle channel is greater than \varname{[audio_channels]}-1, the stream is undecodable.
222 \item if \varname{[vorbis_mapping_submaps]} is greater than one, we read channel multiplex settings. For each \varname{[j]} of \varname{[audio_channels]} channels:
385 For each floor \varname{[i]} of \varname{[audio_channels]}
444 \item for each channel \varname{[j]} in order from 0 ... \varname{[audio_channels]} - 1
465 \item for each channel \varname{[j]} in order from 0 ... \varname{[audio_channels]}
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/libvorbis/doc/
H A D04-codec.tex52 2) [audio_channels] = read 8 bit integer as unsigned
63 with this document. Both \varname{[audio_channels]} and
208 \item vector \varname{[vorbis_mapping_magnitude]} element \varname{[j]}= read \link{vorbis:spec:ilog}{ilog}(\varname{[audio_channels]} - 1) bits as unsigned integer
209 \item vector \varname{[vorbis_mapping_angle]} element \varname{[j]}= read \link{vorbis:spec:ilog}{ilog}(\varname{[audio_channels]} - 1) bits as unsigned integer
210 \item the numbers read in the above two steps are channel numbers representing the channel to treat as magnitude and the channel to treat as angle, respectively. If for any coupling step the angle channel number equals the magnitude channel number, the magnitude channel number is greater than \varname{[audio_channels]}-1, or the angle channel is greater than \varname{[audio_channels]}-1, the stream is undecodable.
222 \item if \varname{[vorbis_mapping_submaps]} is greater than one, we read channel multiplex settings. For each \varname{[j]} of \varname{[audio_channels]} channels:
385 For each floor \varname{[i]} of \varname{[audio_channels]}
444 \item for each channel \varname{[j]} in order from 0 ... \varname{[audio_channels]} - 1
465 \item for each channel \varname{[j]} in order from 0 ... \varname{[audio_channels]}
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/
H A Dffmpeg.c157 static int audio_channels = 1; variable
2769 audio_channels = parse_number_or_die(opt, arg, OPT_INT64, 0, INT_MAX);
2981 ap->channels = audio_channels;
3073 audio_channels = enc->channels;
3354 audio_enc->channels = audio_channels;
3376 audio_enc->channels = audio_channels;
3380 if (avcodec_channel_layout_num_channels(channel_layout) != audio_channels)
3822 audio_channels = 2;
3886 audio_channels = 2;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/
H A Dffmpeg.c157 static int audio_channels = 1; variable
2769 audio_channels = parse_number_or_die(opt, arg, OPT_INT64, 0, INT_MAX);
2981 ap->channels = audio_channels;
3073 audio_channels = enc->channels;
3354 audio_enc->channels = audio_channels;
3376 audio_enc->channels = audio_channels;
3380 if (avcodec_channel_layout_num_channels(channel_layout) != audio_channels)
3822 audio_channels = 2;
3886 audio_channels = 2;

Completed in 183 milliseconds

12