Searched refs:channel_count (Results 1 - 25 of 35) sorted by relevance

12

/external/chromium_org/media/base/android/
H A Dwebaudio_media_codec_info.h14 unsigned long channel_count; member in struct:media::WebAudioMediaCodecInfo
H A Dwebaudio_media_codec_bridge.h50 jint channel_count,
H A Dwebaudio_media_codec_bridge.cc125 jint channel_count,
131 static_cast<unsigned long>(channel_count),
141 << " channel count = " << channel_count
122 InitializeDestination( JNIEnv* env, jobject , jint channel_count, jint sample_rate, jlong duration_microsec) argument
H A Dmedia_codec_bridge.h220 bool Start(const AudioCodec& codec, int sample_rate, int channel_count,
/external/srec/audio/AudioIn/UNIX/include/
H A Daudioinwrapper.h34 int AudioSetInputFormat(int sample_rate, int channel_count);
/external/chromium_org/media/base/
H A Daudio_buffer.h34 // number of buffers must be equal to |channel_count|. |frame_count| is the
39 int channel_count,
49 int channel_count,
56 int channel_count,
91 int channel_count() const { return channel_count_; } function in class:media::AudioBuffer
117 // interleaved data, |channel_count| blocks for planar data), copies
123 int channel_count,
H A Daudio_buffer.cc22 int channel_count,
30 channel_count_(channel_count),
43 ChannelLayoutToChannelCount(channel_layout) == channel_count);
97 int channel_count,
107 channel_count,
119 int channel_count,
125 channel_count,
136 int channel_count,
144 channel_count,
20 AudioBuffer(SampleFormat sample_format, ChannelLayout channel_layout, int channel_count, int sample_rate, int frame_count, bool create_buffer, const uint8* const* data, const base::TimeDelta timestamp) argument
94 CopyFrom( SampleFormat sample_format, ChannelLayout channel_layout, int channel_count, int sample_rate, int frame_count, const uint8* const* data, const base::TimeDelta timestamp) argument
116 CreateBuffer( SampleFormat sample_format, ChannelLayout channel_layout, int channel_count, int sample_rate, int frame_count) argument
134 CreateEmptyBuffer( ChannelLayout channel_layout, int channel_count, int sample_rate, int frame_count, const base::TimeDelta timestamp) argument
H A Daudio_buffer_converter.cc24 buffer->channel_count() != params.channels() ||
144 buffer->channel_count(),
197 AudioBus::CreateWrapper(output_buffer->channel_count());
215 for (int ch = 0; ch < output_buffer->channel_count(); ++ch) {
H A Dtest_helpers.h109 size_t channel_count,
H A Daudio_buffer_converter_unittest.cc23 int channel_count,
27 channel_count,
72 EXPECT_EQ(out->channel_count(), output_params_.channels());
21 MakeTestBuffer(int sample_rate, ChannelLayout channel_layout, int channel_count, int frames) argument
H A Dtest_helpers.cc154 size_t channel_count,
164 static_cast<int>(channel_count),
198 size_t channel_count, \
152 MakeAudioBuffer(SampleFormat format, ChannelLayout channel_layout, size_t channel_count, int sample_rate, T start, T increment, size_t frames, base::TimeDelta timestamp) argument
H A Daudio_splicer.cc38 AudioBus::CreateWrapper(buffer->channel_count());
40 for (int ch = 0; ch < buffer->channel_count(); ++ch) {
163 input->channel_count(),
400 AudioBus::Create(preroll->channel_count(), frames_to_crossfade);
404 preroll->channel_count(),
H A Dchannel_mixer.cc33 int channel_count = ChannelLayoutToChannelCount(layout); local
34 DCHECK_GT(channel_count, 0);
40 if (channel_count > 1) {
H A Daudio_buffer_unittest.cc169 original_buffer->channel_count(),
178 EXPECT_EQ(original_buffer->channel_count(), new_buffer->channel_count());
H A Daudio_splicer_unittest.cc59 for (int ch = 0; ch < buffer->channel_count(); ++ch) {
114 for (int ch = 0; ch < crossfade_output->channel_count(); ++ch) {
137 input->channel_count(),
/external/srec/audio/AudioIn/UNIX/src/
H A Daudioinwrapper.cpp65 int AudioSetInputFormat(int sample_rate, int channel_count) argument
71 numChannels = channel_count;
181 int AudioSetInputFormat(int sample_rate, int channel_count) argument
186 int AudioSetOutputFormat(int sample_rate, int channel_count) argument
/external/chromium_org/media/filters/
H A Dopus_audio_decoder.cc349 const int channel_count = local
351 if (!config_.IsValidConfig() || channel_count > kMaxVorbisChannels) {
354 << " channel count: " << channel_count
394 if (channel_count > kMaxChannelsWithDefaultLayout) {
396 channel_count,
403 channel_count,
450 output_buffer->get()->channel_count() *
/external/chromium_org/skia/ext/
H A Drecursive_gaussian_convolution_unittest.cc22 int ComputeRowStride(int width, int channel_count, int stride_slack) { argument
23 return width * channel_count + stride_slack;
30 int channel_count,
33 width, channel_count, stride_slack);
40 signal_y * src_row_stride + signal_x * channel_count + channel_index;
49 int channel_count,
55 width, channel_count, stride_slack);
64 (*image)[y * src_row_stride + x * channel_count + channel_index] = value;
26 MakeImpulseImage(std::vector<unsigned char>* image, int width, int height, int channel_index, int channel_count, int stride_slack) argument
45 MakeBoxImage(std::vector<unsigned char>* image, int width, int height, int channel_index, int channel_count, int stride_slack, int box_width, int box_height, unsigned char value) argument
/external/chromium_org/sandbox/win/src/
H A Dsharedmem_ipc_server.cc77 size_t channel_count = shared_size / (sizeof(ChannelControl) + channel_size); local
80 if (0 == channel_count) {
84 size_t base_start = (sizeof(ChannelControl)* channel_count) +
96 for (size_t ix = 0; ix != channel_count; ++ix) {
135 client_control_->channels_count = channel_count;
/external/chromium_org/media/cdm/ppapi/external_clear_key/
H A Dffmpeg_cdm_audio_decoder.cc66 codec_context->channels = config.channel_count;
214 config.channel_count > 0 &&
215 config.channel_count <= kMaxChannels &&
/external/chromium_org/ppapi/c/private/
H A Dpp_content_decryptor.h338 int32_t channel_count; member in struct:PP_AudioDecoderConfig
/external/chromium_org/ppapi/api/private/
H A Dpp_content_decryptor.idl302 int32_t channel_count;
/external/bluetooth/bluedroid/btif/src/
H A Dbtif_av.c93 int channel_count; member in struct:__anon1049
439 req.channel_count);
442 req.sample_rate, req.channel_count);
870 config_req.channel_count = btif_a2dp_get_track_channel_count(sbc_cie.ch_mode);
/external/qemu/distrib/sdl-1.2.15/src/audio/baudio/
H A DSDL_beaudio.cc163 format.channel_count = spec->channels; /* !!! FIXME: support > 2? */
/external/chromium_org/content/renderer/media/android/
H A Daudio_decoder_android.cc556 << " 0: number of channels = " << info.channel_count << "\n"
563 unsigned number_of_channels = info.channel_count;

Completed in 721 milliseconds

12