Searched defs:channels (Results 76 - 100 of 288) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/WebKit/Source/modules/serviceworkers/
H A DServiceWorker.cpp86 OwnPtr<MessagePortChannelArray> channels = MessagePort::disentanglePorts(ports, exceptionState); local
95 OwnPtr<WebMessagePortChannelArray> webChannels = MessagePort::toWebMessagePortChannelArray(channels.release());
/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dopt_dead_code_local.cpp60 /* bitmask of xyzw channels written that haven't been used so far. */
216 unsigned channels = 0; local
222 components[channels++] = next;
229 channels);
/external/chromium_org/third_party/webrtc/modules/audio_coding/main/test/
H A DPCMFile.cc117 uint16_t channels = 1; local
119 channels = 2;
123 samples_10ms_ * channels, pcm_file_);
124 if (payload_size < samples_10ms_ * channels) {
125 for (int k = payload_size; k < samples_10ms_ * channels; k++) {
137 audio_frame.num_channels_ = channels;
H A Dopus_test.cc163 opus_codec_param.channels = 1;
210 void OpusTest::Run(TestPackStereo* channel, int channels, int bitrate, argument
245 if (channels == 1) {
262 channels,
265 written_samples += 480 * channels;
270 (channels * frame_length);
277 if (channels == 1) {
305 if (channels == 1) {
309 &out_audio[decoded_samples * channels], &audio_type);
312 opus_mono_decoder_, &out_audio[decoded_samples * channels],
[all...]
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
H A Daudio_decoder_impl.h53 explicit AudioDecoderPcmUMultiCh(size_t channels) : AudioDecoderPcmU() { argument
54 assert(channels > 0);
55 channels_ = channels;
64 explicit AudioDecoderPcmAMultiCh(size_t channels) : AudioDecoderPcmA() { argument
65 assert(channels > 0);
66 channels_ = channels;
90 // of channels is derived from the type.
201 // for left and right channels. The separated payloads are written to
/external/chromium_org/third_party/webrtc/voice_engine/
H A Dchannel_manager.cc84 void ChannelManager::GetAllChannels(std::vector<ChannelOwner>* channels) { argument
87 *channels = channels_;
/external/flac/libFLAC/
H A Dmd5.c277 static void format_input_(FLAC__byte *buf, const FLAC__int32 * const signal[], unsigned channels, unsigned samples, unsigned bytes_per_sample) argument
285 if(channels == 2 && bytes_per_sample == 2) {
291 else if(channels == 1 && bytes_per_sample == 2) {
299 if(channels == 2) {
309 else if(channels == 1) {
318 for(channel = 0; channel < channels; channel++) {
327 if(channels == 2) {
339 else if(channels == 1) {
349 for(channel = 0; channel < channels; channel++) {
359 if(channels
398 FLAC__MD5Accumulate(FLAC__MD5Context *ctx, const FLAC__int32 * const signal[], unsigned channels, unsigned samples, unsigned bytes_per_sample) argument
[all...]
/external/libpng/contrib/examples/
H A Dpngpixel.c33 unsigned int bit_depth, unsigned int channels)
40 png_uint_32 bit_offset_hi = bit_depth * ((x >> 6) * channels);
41 png_uint_32 bit_offset_lo = bit_depth * ((x & 0x3f) * channels + c);
32 component(png_const_bytep row, png_uint_32 x, unsigned int c, unsigned int bit_depth, unsigned int channels) argument
/external/libpng/contrib/gregbook/
H A Dreadpng2.h97 int channels; member in struct:_mainprog_info
/external/libpng/contrib/pngminus/
H A Dpng2pnm.c202 int channels; local
277 * get rowbytes and channels, and allocate image memory */
294 /* calculate new number of channels and store alpha-presence */
296 channels = 1;
298 channels = 2;
300 channels = 3;
302 channels = 4;
304 channels = 0; /* should never happen */
305 alpha_present = (channels - 1) % 2;
315 /* row_bytes is the width x number of channels
[all...]
/external/libvpx/libvpx/third_party/libmkv/
H A DWebMElement.c81 double samplingFrequency, unsigned int channels,
102 Ebml_SerializeUnsigned(glob, Channels, channels);
79 writeAudioTrack(EbmlGlobal *glob, unsigned int trackNumber, int flagLacing, const char *codecId, double samplingFrequency, unsigned int channels, unsigned char *private, unsigned long privateSize) argument
/external/mesa3d/src/glsl/
H A Dopt_dead_code_local.cpp60 /* bitmask of xyzw channels written that haven't been used so far. */
216 unsigned channels = 0; local
222 components[channels++] = next;
229 channels);
/external/opencv/otherlibs/highgui/
H A Dloadsave.cpp505 int channels, ipl_depth; local
515 channels = CV_MAT_CN( image->type );
516 if( channels != 1 && channels != 3 && channels != 4 )
536 image->cols, CV_MAKETYPE(CV_8U,channels)) );
543 image->height, ipl_depth, channels ))
/external/qemu/distrib/sdl-1.2.15/include/
H A DSDL_audio.h55 * and left channels in LR ordering.
77 Uint8 channels; /**< Number of channels: 1 mono, 2 stereo */ member in struct:SDL_AudioSpec
/external/tremolo/Tremolo/
H A Divorbiscodec.h53 int channels; member in struct:vorbis_info
/external/aac/libPCMutils/src/
H A Dlimiter.cpp99 unsigned int channels, maxChannels; member in struct:TDLimiter
162 limiter->channels = maxChannels;
190 FDKmemset(limiter->delayBuf, 0, limiter->attack * limiter->channels * sizeof(FIXP_DBL) );
235 unsigned int channels = limiter->channels; local
278 /* get maximum absolute sample value of all channels, including the additional gain. */
280 for (j = 0; j < channels; j++) {
281 tmp2 = (FIXP_PCM)samples[i * channels + j];
349 for (j = 0; j < channels; j++) {
351 tmp = delayBuf[delayBufIdx * channels
[all...]
/external/chromium_org/chrome/browser/resources/whispernet_proxy/js/
H A Dwrapper.js116 channels: params.channels || 1,
/external/chromium_org/components/copresence/mediums/audio/
H A Daudio_recorder_unittest.cc93 void CreateRecorder(size_t channels, argument
100 channels,
145 expected_samples * sizeof(float) * params_.channels();
157 const int channels = params_.channels(); local
159 received_samples_.size() / sizeof(float) / params_.channels();
160 for (int ch = 0; ch < channels; ++ch) {
161 for (int si = 0, di = ch; si < frames; ++si, di += channels)
/external/chromium_org/components/variations/
H A Dstudy_filtering_unittest.cc34 const Study_Channel channels[] = { local
40 bool channel_added[arraysize(channels)] = { 0 };
44 // Check in the forwarded order. The loop cond is <= arraysize(channels)
46 for (size_t i = 0; i <= arraysize(channels); ++i) {
47 for (size_t j = 0; j < arraysize(channels); ++j) {
49 const bool result = internal::CheckStudyChannel(filter, channels[j]);
53 if (i < arraysize(channels)) {
54 filter.add_channel(channels[i]);
62 for (size_t i = 0; i <= arraysize(channels); ++i) {
63 for (size_t j = 0; j < arraysize(channels);
[all...]
/external/chromium_org/content/child/npapi/
H A Dnp_channel_base.cc143 std::vector<scoped_refptr<NPChannelBase> > channels; local
147 channels.push_back(iter->second);
150 for (size_t i = 0; i < channels.size(); ++i)
151 channels[i]->CleanUp();
153 // This will clean up channels added to the map for which subsequent
/external/chromium_org/content/child/
H A Dwebmessageportchannel_impl.cc81 WebMessagePortChannelArray* channels) {
83 if (channels) {
84 message_port_ids.resize(channels->size());
86 for (size_t i = 0; i < channels->size(); ++i) {
88 static_cast<WebMessagePortChannelImpl*>((*channels)[i]);
96 delete channels;
117 WebMessagePortChannelArray* channels) {
123 static_cast<base::string16>(message), channels));
125 PostMessage(message, channels);
131 WebMessagePortChannelArray* channels) {
80 ExtractMessagePortIDs( WebMessagePortChannelArray* channels) argument
115 postMessage( const WebString& message, WebMessagePortChannelArray* channels) argument
129 PostMessage( const base::string16& message, WebMessagePortChannelArray* channels) argument
137 tryGetMessage( WebString* message, WebMessagePortChannelArray& channels) argument
[all...]
/external/chromium_org/content/renderer/media/
H A Daudio_message_filter.cc225 int channels = audio_hardware_config_->GetOutputChannels(); local
231 channels,
H A Dwebrtc_audio_renderer.h100 int channels() const { return sink_params_.channels(); } function in class:content::WebRtcAudioRenderer
/external/chromium_org/content/renderer/
H A Drender_frame_proxy.cc246 blink::WebMessagePortChannelArray channels = event.releaseChannels(); local
247 if (!channels.isEmpty()) {
248 std::vector<int> message_port_ids(channels.size());
250 for (size_t i = 0; i < channels.size(); ++i) {
252 static_cast<WebMessagePortChannelImpl*>(channels[i]);
/external/chromium_org/content/renderer/service_worker/
H A Dservice_worker_script_context.cc32 scoped_ptr<blink::WebMessagePortChannelArray> channels) {
35 WebMessagePortChannelImpl::ExtractMessagePortIDs(channels.release())));
111 scoped_ptr<blink::WebMessagePortChannelArray> channels) {
112 // This may send channels for MessagePorts, and all internal book-keeping
120 GetRoutingID(), client_id, message, base::Passed(&channels)));
27 SendPostMessageToDocumentOnMainThread( ThreadSafeSender* sender, int routing_id, int client_id, const base::string16& message, scoped_ptr<blink::WebMessagePortChannelArray> channels) argument
108 PostMessageToDocument( int client_id, const base::string16& message, scoped_ptr<blink::WebMessagePortChannelArray> channels) argument

Completed in 712 milliseconds

1234567891011>>