Searched defs:channels (Results 126 - 150 of 288) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/test/testAPI/
H A Dtest_api_audio.cc69 const uint8_t channels,
218 voice_codec.channels,
226 voice_codec.channels,
252 voice_codec.channels,
260 voice_codec.channels,
279 voice_codec.channels,
285 voice_codec.channels,
325 voice_codec.channels,
333 voice_codec.channels,
350 voice_codec.channels,
64 OnInitializeDecoder( const int32_t id, const int8_t payloadType, const char payloadName[RTP_PAYLOAD_NAME_SIZE], const int frequency, const uint8_t channels, const uint32_t rate) argument
[all...]
/external/chromium_org/third_party/webrtc/video_engine/
H A Dvie_codec_impl.cc212 ChannelList channels; local
213 cs.ChannelsUsingViEEncoder(video_channel, &channels);
214 for (ChannelList::iterator it = channels.begin(); it != channels.end();
/external/deqp/modules/gles3/functional/
H A Des3fTextureSwizzleTests.cpp198 // Swizzle channels
256 } channels[] = local
303 for (int chanNdx = 0; chanNdx < DE_LENGTH_OF_ARRAY(channels); chanNdx++)
310 string name = string(channels[chanNdx].name) + "_" + swizzles[swzNdx].name;
/external/flac/libFLAC/include/protected/
H A Dstream_encoder.h85 unsigned channels; member in struct:FLAC__StreamEncoderProtected
/external/kernel-headers/original/uapi/sound/
H A Dsb16_csp.h40 /* CSP channels */
80 int channels; /* channels, look above */ member in struct:snd_sb_csp_start
88 unsigned short acc_channels; /* accepted channels */
92 unsigned short run_channels; /* current channels */
/external/libopus/src/
H A Dopus_multistream_decoder.c66 int channels,
77 if ((channels>255) || (channels<1) || (coupled_streams>streams) ||
81 st->layout.nb_channels = channels;
112 int channels,
121 if ((channels>255) || (channels<1) || (coupled_streams>streams) ||
135 ret = opus_multistream_decoder_init(st, Fs, channels, streams, coupled_streams, mapping);
291 /* Handle muted channels */
63 opus_multistream_decoder_init( OpusMSDecoder *st, opus_int32 Fs, int channels, int streams, int coupled_streams, const unsigned char *mapping ) argument
110 opus_multistream_decoder_create( opus_int32 Fs, int channels, int streams, int coupled_streams, const unsigned char *mapping, int *error ) argument
/external/libpng/
H A Dpnginfo.h76 png_byte channels; /* number of data channels per pixel (1, 2, 3, 4) */ member in struct:png_info_def
136 * only specified for the channels in the pixel data. The contents of
140 png_color_8 sig_bit; /* significant bits in color channels */
/external/libvorbis/include/vorbis/
H A Dcodec.h30 int channels; member in struct:vorbis_info
/external/libvorbis/lib/
H A Dpsy.h88 int channels; member in struct:__anon24748
/external/libvpx/libvpx/third_party/nestegg/include/nestegg/
H A Dnestegg.h141 unsigned int channels; /**< Number of audio channels. */ member in struct:__anon24828
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/apple/
H A DAppleLosslessSpecificBox.java19 8bit channels? 16bit ?? 32bit max coded frame size 32bit
28 private int channels; // 8bit field in class:AppleLosslessSpecificBox
83 return channels;
86 public void setChannels(int channels) { argument
87 this.channels = channels;
132 channels = IsoTypeReader.readUInt8(content);
148 IsoTypeWriter.writeUInt8(byteBuffer, channels);
/external/opencv/cxcore/src/
H A Dcxrand.cpp453 int type, depth, channels; local
506 channels = CV_MAT_CN( type );
507 size.width *= channels;
513 for( i = 0, fast_int_mode = 1; i < channels; i++ )
525 for( i = 0; i < channels; i++ )
530 int t0 = iparam[0][i - channels];
531 int t1 = iparam[1][i - channels];
542 for( i = 0; i < channels; i++ )
556 for( i = 0; i < channels; i++ )
574 for( i = channels;
[all...]
/external/opencv/otherlibs/highgui/
H A Dgrfmt_exr.cpp142 const ChannelList &channels = m_file->header().channels(); local
143 m_red = channels.findChannel( "R" );
144 m_green = channels.findChannel( "G" );
145 m_blue = channels.findChannel( "B" );
154 m_green = channels.findChannel( "Y" );
158 m_red = channels.findChannel( "RY" );
159 m_blue = channels.findChannel( "BY" );
590 int width, int height, int depth, int channels )
608 if( channels
[all...]
H A Dgrfmt_pxm.cpp381 int channels = _channels > 1 ? 3 : 1; local
382 int fileStep = width*channels*(depth/8);
394 lineLength = channels * width * depth / 8;
396 lineLength = (6 * channels + (channels > 1 ? 2 : 0)) * width + 32;
410 '2' + (channels > 1 ? 1 : 0) + (isBinary ? 3 : 0),
434 for( x = 0; x < width*channels*2; x += 2 )
441 m_strm.PutBytes( (channels > 1 || depth > 8) ? buffer : (char*)data, fileStep );
447 if( channels > 1 )
451 for( x = 0; x < width*channels;
[all...]
/external/qemu/distrib/sdl-1.2.15/src/audio/alsa/
H A DSDL_alsa_audio.c168 static const char *get_audio_device(int channels) argument
174 switch (channels) {
285 * Called right before feeding this->mixbuf to the hardware. Swizzle channels
290 if (this->spec.channels == 6) {
311 const int frame_size = (((int) (this->spec.format & 0xFF)) / 8) * this->spec.channels;
470 unsigned int channels; local
474 /* Name of device should depend on # channels in spec */
475 status = SDL_NAME(snd_pcm_open)(&pcm_handle, get_audio_device(spec->channels), SND_PCM_STREAM_PLAYBACK, SND_PCM_NONBLOCK);
540 /* Set the number of channels */
541 status = SDL_NAME(snd_pcm_hw_params_set_channels)(pcm_handle, hwparams, spec->channels);
[all...]
/external/qemu/hw/timer/
H A Di8254.c57 PITChannelState channels[3]; member in struct:PITState
122 PITChannelState *s = &pit->channels[channel];
180 PITChannelState *s = &pit->channels[channel];
211 PITChannelState *s = &pit->channels[channel];
217 PITChannelState *s = &pit->channels[channel];
223 PITChannelState *s = &pit->channels[channel];
257 s = &pit->channels[channel];
274 s = &pit->channels[channel];
289 s = &pit->channels[addr];
317 s = &pit->channels[add
[all...]
/external/speex/libspeex/
H A Dscal.c59 int channels; member in struct:SpeexDecorrState_
81 EXPORT SpeexDecorrState *speex_decorrelate_new(int rate, int channels, int frame_size) argument
86 st->channels = channels;
96 st->buff = speex_alloc(channels*2*frame_size*sizeof(float));
97 st->ringID = speex_alloc(channels*sizeof(int));
98 st->order = speex_alloc(channels*sizeof(int));
99 st->alpha = speex_alloc(channels*sizeof(float));
100 st->ring = speex_alloc(channels*ALLPASS_ORDER*sizeof(float));
108 for (ch=0;ch<channels;c
[all...]
/external/tinyalsa/include/tinyalsa/
H A Dasoundlib.h90 unsigned int channels; member in struct:pcm_config
/external/tinyalsa/
H A Dtinycap.c62 unsigned int channels, unsigned int rate,
77 unsigned int channels = 2; local
86 fprintf(stderr, "Usage: %s file.wav [-D card] [-d device] [-c channels] "
107 channels = atoi(*argv);
139 header.num_channels = channels;
158 header.byte_rate = (header.bits_per_sample / 8) * channels * rate;
159 header.block_align = channels * (header.bits_per_sample / 8);
184 unsigned int channels, unsigned int rate,
194 config.channels = channels;
183 capture_sample(FILE *file, unsigned int card, unsigned int device, unsigned int channels, unsigned int rate, enum pcm_format format, unsigned int period_size, unsigned int period_count) argument
[all...]
H A Dtinyplay.c63 void play_sample(FILE *file, unsigned int card, unsigned int device, unsigned int channels,
187 int sample_is_playable(unsigned int card, unsigned int device, unsigned int channels, argument
201 can_play &= check_param(params, PCM_PARAM_CHANNELS, channels, "Sample", " channels");
211 void play_sample(FILE *file, unsigned int card, unsigned int device, unsigned int channels, argument
221 config.channels = channels;
233 if (!sample_is_playable(card, device, channels, rate, bits, period_size, period_count)) {
253 printf("Playing sample: %u ch, %u hz, %u bit\n", channels, rate, bits);
/external/tinycompress/
H A Dcplay.c209 unsigned int channels, rate, bits; local
221 if (parse_mp3_header(&header, &channels, &rate, &bits) == -1) {
227 codec.ch_in = channels;
228 codec.ch_out = channels;
286 SND_AUDIOCODEC_MP3, channels, rate, bits);
/external/webrtc/src/modules/audio_processing/
H A Daudio_processing_impl.cc209 int AudioProcessingImpl::set_num_reverse_channels(int channels) { argument
212 if (channels > 2 || channels < 1) {
216 num_reverse_channels_ = channels;
/external/wpa_supplicant_8/hostapd/src/p2p/
H A Dp2p_go_neg.c40 size_t channels; local
43 ch = &dev->channels;
67 channels = *pos++;
68 cl->channels = channels > P2P_MAX_REG_CLASS_CHANNELS ?
69 P2P_MAX_REG_CLASS_CHANNELS : channels;
70 os_memcpy(cl->channel, pos, cl->channels);
71 pos += channels;
77 p2p_channels_intersect(own, &dev->channels, &intersection);
80 (int) dev->channels
[all...]
H A Dp2p_invitation.c77 p2p_buf_add_channel_list(buf, p2p->cfg->country, &p2p->channels);
110 struct p2p_channels *channels)
152 if (channels)
153 p2p_buf_add_channel_list(buf, p2p->cfg->country, channels);
177 struct p2p_channels intersection, *channels = NULL; local
229 if (p2p_peer_channels_check(p2p, &p2p->cfg->channels, dev,
232 p2p_dbg(p2p, "No common channels found");
237 p2p_channels_dump(p2p, "own channels", &p2p->cfg->channels);
238 p2p_channels_dump(p2p, "peer channels",
105 p2p_build_invitation_resp(struct p2p_data *p2p, struct p2p_device *peer, u8 dialog_token, u8 status, const u8 *group_bssid, u8 reg_class, u8 channel, struct p2p_channels *channels) argument
406 struct p2p_channels intersection, *channels = NULL; local
[all...]
H A Dp2p_utils.c61 /* channels 1..13 */
70 case 83: /* channels 1..9; 40 MHz */
71 case 84: /* channels 5..13; 40 MHz */
75 case 115: /* channels 36,40,44,48; indoor only */
76 case 118: /* channels 52,56,60,64; dfs */
80 case 124: /* channels 149,153,157,161 */
81 case 125: /* channels 149,153,157,161,165,169 */
85 case 116: /* channels 36,44; 40 MHz; indoor only */
86 case 117: /* channels 40,48; 40 MHz; indoor only */
87 case 119: /* channels 5
330 p2p_channels_includes(const struct p2p_channels *channels, u8 reg_class, u8 channel) argument
347 p2p_channels_includes_freq(const struct p2p_channels *channels, unsigned int freq) argument
396 p2p_get_pref_freq(struct p2p_data *p2p, const struct p2p_channels *channels) argument
450 p2p_channel_pick_random(const u8 *channels, unsigned int num_channels) argument
[all...]

Completed in 4492 milliseconds

1234567891011>>