HomeSort by relevance Sort by last modified time
    Searched defs:channels (Results 1 - 25 of 176) sorted by null

1 2 3 4 5 6 7 8

  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
background_noise_unittest.cc 20 size_t channels = 1; local
21 BackgroundNoise bgn(channels);
merge_unittest.cc 27 size_t channels = 1; local
28 BackgroundNoise bgn(channels);
31 Expand expand(&bgn, &sync_buffer, &random_vector, fs, channels);
32 Merge merge(fs, channels, &expand, &sync_buffer);
expand_unittest.cc 24 size_t channels = 1; local
25 BackgroundNoise bgn(channels);
28 Expand expand(&bgn, &sync_buffer, &random_vector, fs, channels);
33 size_t channels = 1; local
34 BackgroundNoise bgn(channels);
39 expand_factory.Create(&bgn, &sync_buffer, &random_vector, fs, channels);
normal_unittest.cc 35 size_t channels = 1; local
36 BackgroundNoise bgn(channels);
39 Expand expand(&bgn, &sync_buffer, &random_vector, fs, channels);
48 size_t channels = 1; local
49 BackgroundNoise bgn(channels);
52 MockExpand expand(&bgn, &sync_buffer, &random_vector, fs, channels);
56 scoped_ptr<int16_t[]> mute_factor_array(new int16_t[channels]);
57 for (size_t i = 0; i < channels; ++i) {
60 AudioMultiVector output(channels);
92 size_t channels = 2 local
    [all...]
  /external/chromium_org/chrome/utility/cloud_print/
bitmap_image.cc 18 data_(new uint8[size.GetArea() * channels()]) {
24 uint8 BitmapImage::channels() const { function in class:cloud_print::BitmapImage
31 return data_.get() + (point.y() * size_.width() + point.x()) * channels();
  /external/chromium_org/third_party/WebKit/Source/modules/serviceworkers/
ServiceWorkerClient.cpp 29 OwnPtr<MessagePortChannelArray> channels = MessagePort::disentanglePorts(ports, exceptionState); local
34 OwnPtr<WebMessagePortChannelArray> webChannels = MessagePort::toWebMessagePortChannelArray(channels.release());
  /external/chromium_org/third_party/WebKit/Source/web/
WebDOMMessageEvent.cpp 71 MessagePortChannelArray* channels = constUnwrap<MessageEvent>()->channels(); local
72 WebMessagePortChannelArray webChannels(channels ? channels->size() : 0);
73 if (channels) {
74 for (size_t i = 0; i < channels->size(); ++i)
75 webChannels[i] = (*channels)[i].leakPtr();
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/opus/
opus_inst.h 24 int channels; member in struct:WebRtcOpusDecInst
  /external/flac/libFLAC/include/protected/
stream_decoder.h 42 unsigned channels; member in struct:FLAC__StreamDecoderProtected
  /external/chromium_org/chrome/common/extensions/features/
chrome_channel_feature_filter.cc 23 channels["trunk"] = chrome::VersionInfo::CHANNEL_UNKNOWN;
24 channels["canary"] = chrome::VersionInfo::CHANNEL_CANARY;
25 channels["dev"] = chrome::VersionInfo::CHANNEL_DEV;
26 channels["beta"] = chrome::VersionInfo::CHANNEL_BETA;
27 channels["stable"] = chrome::VersionInfo::CHANNEL_STABLE;
30 std::map<std::string, chrome::VersionInfo::Channel> channels; member in struct:extensions::__anon10276::Mappings
37 ChannelsMap channels = g_mappings.Get().channels; local
38 for (ChannelsMap::iterator i = channels.begin(); i != channels.end(); ++i)
48 ChannelsMap channels = g_mappings.Get().channels; local
    [all...]
  /external/chromium_org/content/common/media/
media_param_traits.cc 26 m->WriteInt(p.channels());
34 frames_per_buffer, channels, effects; local
41 !m->ReadInt(iter, &channels) ||
46 static_cast<ChannelLayout>(channel_layout), channels,
  /external/chromium_org/media/base/
audio_buffer_queue_unittest.cc 26 for (int ch = 0; ch < bus->channels(); ++ch) {
87 const int channels = ChannelLayoutToChannelCount(channel_layout); local
89 scoped_ptr<AudioBus> bus = AudioBus::Create(channels, 100);
153 const int channels = ChannelLayoutToChannelCount(channel_layout); local
166 scoped_ptr<AudioBus> bus = AudioBus::Create(channels, 100);
188 const int channels = ChannelLayoutToChannelCount(channel_layout); local
197 scoped_ptr<AudioBus> bus = AudioBus::Create(channels, frames);
205 const int channels = ChannelLayoutToChannelCount(channel_layout); local
217 scoped_ptr<AudioBus> bus = AudioBus::Create(channels, buffer.frames());
226 const int channels = ChannelLayoutToChannelCount(channel_layout) local
251 const int channels = ChannelLayoutToChannelCount(channel_layout); local
271 const int channels = ChannelLayoutToChannelCount(channel_layout); local
291 const int channels = ChannelLayoutToChannelCount(channel_layout); local
314 const int channels = ChannelLayoutToChannelCount(channel_layout); local
    [all...]
audio_bus.h 29 // Creates a new AudioBus and allocates |channels| of length |frames|. Uses
30 // channels() and frames_per_buffer() from AudioParameters if given.
31 static scoped_ptr<AudioBus> Create(int channels, int frames);
34 // Creates a new AudioBus with the given number of channels, but zero length.
37 static scoped_ptr<AudioBus> CreateWrapper(int channels);
48 static scoped_ptr<AudioBus> WrapMemory(int channels, int frames, void* data);
53 // Calculates the required size for an AudioBus given the number of channels
55 static int CalculateMemorySize(int channels, int frames);
76 // AudioBus object must have the same frames() and channels().
80 // objects must have the same number of channels(). |source_start_frame| i
95 int channels() const { return static_cast<int>(channel_data_.size()); } function in class:media::AudioBus
    [all...]
audio_decoder_config.cc 77 int channels = ChannelLayoutToChannelCount(channel_layout_); local
78 bytes_per_frame_ = channels * bytes_per_channel_;
  /external/chromium_org/media/filters/
audio_file_reader.h 33 // channels(), GetDuration(), and GetNumberOfFrames() methods can be called.
40 // |audio_data| must be of the same size as channels().
48 int channels() const { return channels_; } function in class:media::AudioFileReader
  /external/chromium_org/third_party/webrtc/examples/android/media_demo/src/org/webrtc/webrtcdemo/
CodecInst.java 26 "Channels: " + channels() + " " +
37 public native int channels(); method in class:CodecInst
  /external/libpng/contrib/gregbook/
readppm.c 68 int bit_depth, color_type, channels; variable
97 channels = 3;
100 channels = 4;
103 channels = 1;
152 /* GRR WARNING: grayscale needs to be expanded and channels reset! */
154 *pRowbytes = rowbytes = channels*width;
155 *pChannels = channels;
  /external/libpng/contrib/tools/
cvtcolor.c 53 int channels = 0; local
92 ++channels;
95 ++channels;
98 ++channels;
101 ++channels;
108 int components = channels;
114 if (components < channels)
123 if ((channels & 1) == 0)
125 double alpha = c[channels-1];
128 for (i=0; i<channels-1; ++i) c[i] /= alpha
    [all...]
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/adaptivestreaming/
AudioQuality.java 24 int channels; field in class:AudioQuality
  /external/chromium_org/third_party/WebKit/Source/core/workers/
DedicatedWorkerGlobalScope.cpp 68 OwnPtr<MessagePortChannelArray> channels = MessagePort::disentanglePorts(ports, exceptionState); local
71 thread()->workerObjectProxy().postMessageToWorkerObject(message, channels.release());
Worker.cpp 96 OwnPtr<MessagePortChannelArray> channels = MessagePort::disentanglePorts(ports, exceptionState); local
99 m_contextProxy->postMessageToWorkerGlobalScope(message, channels.release());
  /external/chromium_org/third_party/webrtc/modules/audio_coding/main/acm2/
acm_receiver.h 46 int channels; member in struct:webrtc::acm2::AcmReceiver::Decoder
114 int channels,
  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/test/
audio_classifier_test.cc 26 " channels output_type <input file name> <output file name> "
28 std::cout << "Where channels can be 1 (mono) or 2 (interleaved stereo),";
38 int channels = atoi(argv[1]); local
39 if (channels < 1 || channels > 2) {
40 std::cout << "Disallowed number of channels " << channels << std::endl;
50 const int data_size = channels * kFrameSizeSamples;
76 bool is_music = classifier.Analysis(in.get(), data_size, channels);
  /external/chromium_org/third_party/webrtc/modules/audio_processing/
common.h 37 // array of the deinterleaved channels.
58 ChannelBuffer(const T* const* channels, int samples_per_channel,
66 CopyFrom(channels[i], i);
89 T* const* channels() { return channels_.get(); } function in class:webrtc::ChannelBuffer
90 const T* const* channels() const { return channels_.get(); } function in class:webrtc::ChannelBuffer
  /external/chromium_org/third_party/webrtc/sound/
soundsysteminterface.h 52 // Number of channels in the PCM stream.
53 unsigned int channels; member in struct:rtc::SoundSystemInterface::OpenParams

Completed in 1168 milliseconds

1 2 3 4 5 6 7 8