Home
last modified time | relevance | path

Searched refs:audio_channels (Results 1 – 11 of 11) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/audio_coding/main/test/
DTestStereo.cc142 int audio_channels; in Perform() local
210 audio_channels = 2; in Perform()
227 Run(channel_a2b_, audio_channels, codec_channels); in Perform()
230 Run(channel_a2b_, audio_channels, codec_channels); in Perform()
233 Run(channel_a2b_, audio_channels, codec_channels); in Perform()
236 Run(channel_a2b_, audio_channels, codec_channels); in Perform()
239 Run(channel_a2b_, audio_channels, codec_channels); in Perform()
242 Run(channel_a2b_, audio_channels, codec_channels); in Perform()
257 Run(channel_a2b_, audio_channels, codec_channels); in Perform()
260 Run(channel_a2b_, audio_channels, codec_channels); in Perform()
[all …]
Dopus_test.cc67 int audio_channels; in Perform()
110 audio_channels = 2; in Perform()
115 Run(channel_a2b_, audio_channels, 64000, 120); in Perform()
118 Run(channel_a2b_, audio_channels, 64000, 240); in Perform()
121 Run(channel_a2b_, audio_channels, 64000, 480); in Perform()
124 Run(channel_a2b_, audio_channels, 64000, 960); in Perform()
127 Run(channel_a2b_, audio_channels, 64000, 1920); in Perform()
130 Run(channel_a2b_, audio_channels, 64000, 2880); in Perform()
143 Run(channel_a2b_, audio_channels, 64000, 960, 1); in Perform()
146 Run(channel_a2b_, audio_channels, 64000, 960, 5); in Perform()
[all …]
/external/chromium_org/media/formats/webm/
Dtracks_builder.h44 int audio_channels,
64 int audio_channels,
81 int audio_channels,
Dtracks_builder.cc167 int audio_channels, in AddAudioTrack() argument
170 language, default_duration, -1, -1, audio_channels, in AddAudioTrack()
203 int audio_channels, in AddTrackInternal() argument
207 video_pixel_height, audio_channels, in AddTrackInternal()
244 int audio_channels, in Track() argument
256 audio_channels_(audio_channels), in Track()
/external/chromium_org/media/base/android/
Daudio_decoder_job.cc58 num_channels_ = configs.audio_channels; in SetDemuxerConfigs()
111 num_channels_ != configs.audio_channels || in AreDemuxerConfigsChanged()
Ddemuxer_stream_player_params.cc11 audio_channels(0), in DemuxerConfigs()
Ddemuxer_stream_player_params.h24 int audio_channels; member
Dmedia_source_player_unittest.cc255 configs.audio_channels = 2; in CreateAudioDemuxerConfigs()
/external/libvorbis/doc/
D04-codec.tex53 2) [audio_channels] = read 8 bit integer as unsigned
64 with this document. Both \varname{[audio_channels]} and
209 … element \varname{[j]}= read \link{vorbis:spec:ilog}{ilog}(\varname{[audio_channels]} - 1) bits as…
210 … element \varname{[j]}= read \link{vorbis:spec:ilog}{ilog}(\varname{[audio_channels]} - 1) bits as…
211 …el number is greater than \varname{[audio_channels]}-1, or the angle channel is greater than \varn…
223 … we read channel multiplex settings. For each \varname{[j]} of \varname{[audio_channels]} channels:
386 For each floor \varname{[i]} of \varname{[audio_channels]}
445 \item for each channel \varname{[j]} in order from 0 ... \varname{[audio_channels]} - 1
466 \item for each channel \varname{[j]} in order from 0 ... \varname{[audio_channels]}
/external/chromium_org/content/common/media/
Dmedia_player_messages_android.h29 IPC_STRUCT_TRAITS_MEMBER(audio_channels)
/external/chromium_org/content/renderer/media/android/
Dmedia_source_delegate.cc731 configs->audio_channels = in GetDemuxerConfigFromStream()