Searched defs:channel_count (Results 1 - 18 of 18) sorted by relevance

/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.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.cc504 int channel_count,
521 env, j_mime.obj(), sample_rate, channel_count));
502 Start(const AudioCodec& codec, int sample_rate, int channel_count, const uint8* extra_data, size_t extra_data_size, bool play_audio, jobject media_crypto) argument
/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_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 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 Dchannel_mixer.cc33 int channel_count = ChannelLayoutToChannelCount(layout); local
34 DCHECK_GT(channel_count, 0);
40 if (channel_count > 1) {
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
/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/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;
H A Dipc_unittest.cc23 size_t channel_count = local
26 *base_start = (sizeof(ChannelControl)* channel_count) +
30 client_control->channels_count = 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/media/filters/
H A Dopus_audio_decoder.cc350 const int channel_count = local
352 if (!config_.IsValidConfig() || channel_count > kMaxVorbisChannels) {
355 << " channel count: " << channel_count
395 if (channel_count > kMaxChannelsWithDefaultLayout) {
397 channel_count,
404 channel_count,
451 output_buffer->get()->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);
H A Dbtif_media_task.c283 UINT8 channel_count; member in struct:__anon1083
561 uint8_t channel_count = btif_media_cb.channel_count; local
565 UIPC_Send(UIPC_CH_ID_AV_CTRL, 0, &channel_count, 1);
2234 btif_media_cb.channel_count = btif_a2dp_get_track_channel_count(sbc_cie.ch_mode);
/external/chromium_org/ppapi/c/private/
H A Dpp_content_decryptor.h338 int32_t channel_count; member in struct:PP_AudioDecoderConfig
/external/bluetooth/bluedroid/audio_a2dp_hw/
H A Daudio_a2dp_hw.c372 uint8_t channel_count; local
382 if (a2dp_ctrl_receive(common, &channel_count, 1) < 0)
385 common->cfg.channel_flags = (channel_count == 1 ? AUDIO_CHANNEL_IN_MONO : AUDIO_CHANNEL_IN_STEREO);
/external/chromium_org/gpu/command_buffer/service/
H A Dgles2_cmd_decoder.cc7430 void *pixels, uint32 row_count, uint32 channel_count,
7433 DCHECK_GT(channel_count, 0U);
7444 for (pixel_data_type* d = dst; d < end; d += channel_count) {
7520 uint32 channel_count = 0; local
7525 channel_count = 4;
7529 channel_count = 1;
7534 if (channel_count > 0) {
7538 pixels, height, channel_count, alpha_channel, unpadded_row_size,
7543 pixels, height, channel_count, alpha_channel, unpadded_row_size,
7548 pixels, height, channel_count, alpha_channe
7429 WriteAlphaData( void *pixels, uint32 row_count, uint32 channel_count, uint32 alpha_channel_index, uint32 unpadded_row_size, uint32 padded_row_size, pixel_data_type alpha_value) argument
[all...]

Completed in 5456 milliseconds