Searched refs:channels (Results 51 - 75 of 710) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_format_parse.py107 def __init__(self, name, layout, block_width, block_height, channels, swizzles, colorspace):
112 self.channels = channels
132 for channel in self.channels:
138 for channel in self.channels:
146 ref_channel = self.channels[0]
147 for channel in self.channels[1:]:
155 ref_channel = self.channels[0]
157 ref_channel = self.channels[1]
158 for channel in self.channels[
[all...]
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
H A Daudio_classifier.h39 // input_length : must be channels * 960;
40 // channels : must be 1 (mono) or 2 (stereo).
41 bool Analysis(const int16_t* input, int input_length, int channels);
/external/flac/libFLAC/include/private/
H A Dmd5.h42 FLAC__bool FLAC__MD5Accumulate(FLAC__MD5Context *ctx, const FLAC__int32 * const signal[], unsigned channels, unsigned samples, unsigned bytes_per_sample);
/external/flac/libFLAC/include/protected/
H A Dstream_decoder.h42 unsigned channels; member in struct:FLAC__StreamDecoderProtected
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_format_parse.py107 def __init__(self, name, layout, block_width, block_height, channels, swizzles, colorspace):
112 self.channels = channels
132 for channel in self.channels:
138 for channel in self.channels:
146 ref_channel = self.channels[0]
147 for channel in self.channels[1:]:
155 ref_channel = self.channels[0]
157 ref_channel = self.channels[1]
158 for channel in self.channels[
[all...]
/external/chromium_org/media/audio/
H A Daudio_parameters.cc47 int channels, int sample_rate,
55 channels_(channels),
58 DCHECK_EQ(channels, ChannelLayoutToChannelCount(channel_layout));
62 int channels, int sample_rate,
65 DCHECK_EQ(channels, ChannelLayoutToChannelCount(channel_layout));
69 channels_ = channels;
112 channels_ == other.channels() &&
46 AudioParameters(Format format, ChannelLayout channel_layout, int channels, int sample_rate, int bits_per_sample, int frames_per_buffer, int effects) argument
61 Reset(Format format, ChannelLayout channel_layout, int channels, int sample_rate, int bits_per_sample, int frames_per_buffer) argument
/external/chromium_org/third_party/opus/src/include/
H A Dopus_multistream.h107 * single packet, enabling support for up to 255 channels. Unlike an
124 * is configured to decode them to either 1 or 2 channels, respectively.
141 * The output channels specified by the encoder
197 * encoded channels (<code>streams +
209 int channels,
220 * @param channels <tt>int</tt>: Number of channels in the input signal.
223 * coded channels (<code>streams +
227 * This must be no more than the number of channels.
233 * encoded channels (<cod
[all...]
/external/libopus/include/
H A Dopus_multistream.h107 * single packet, enabling support for up to 255 channels. Unlike an
124 * is configured to decode them to either 1 or 2 channels, respectively.
141 * The output channels specified by the encoder
197 * encoded channels (<code>streams +
209 int channels,
220 * @param channels <tt>int</tt>: Number of channels in the input signal.
223 * coded channels (<code>streams +
227 * This must be no more than the number of channels.
233 * encoded channels (<cod
[all...]
/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/chromium_org/third_party/webrtc/modules/audio_coding/main/test/
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...]
H A DPacketLossTest.cc30 int channels,
38 Receiver::Setup(acm, rtpStream, ss.str(), channels);
91 int channels, int expected_loss_rate) {
92 Sender::Setup(acm, rtpStream, in_file_name, sample_rate, channels);
112 PacketLossTest::PacketLossTest(int channels, int expected_loss_rate, argument
114 : channels_(channels),
27 Setup(AudioCodingModule *acm, RTPStream *rtpStream, std::string out_file_name, int channels, int loss_rate, int burst_length) argument
89 Setup(AudioCodingModule *acm, RTPStream *rtpStream, std::string in_file_name, int sample_rate, int channels, int expected_loss_rate) argument
/external/chromium_org/third_party/opus/src/src/
H A Dopus_multistream_encoder.c81 /* then opus_val32 window_mem[channels*120]; */
82 /* then opus_val32 preemph_mem[channels]; */
142 static void channel_pos(int channels, int pos[8]) argument
145 if (channels==4)
151 } else if (channels==3||channels==5||channels==6)
159 } else if (channels==7)
168 } else if (channels==8)
221 int len, int overlap, int channels, in
220 surround_analysis(const CELTMode *celt_mode, const void *pcm, opus_val16 *bandLogE, opus_val32 *mem, opus_val32 *preemph_mem, int len, int overlap, int channels, int rate, opus_copy_channel_in_func copy_channel_in ) argument
357 opus_multistream_surround_encoder_get_size(int channels, int mapping_family) argument
394 opus_multistream_encoder_init_impl( OpusMSEncoder *st, opus_int32 Fs, int channels, int streams, int coupled_streams, const unsigned char *mapping, int application, int surround ) argument
449 OPUS_CLEAR(ms_get_preemph_mem(st), channels); local
456 opus_multistream_encoder_init( OpusMSEncoder *st, opus_int32 Fs, int channels, int streams, int coupled_streams, const unsigned char *mapping, int application ) argument
469 opus_multistream_surround_encoder_init( OpusMSEncoder *st, opus_int32 Fs, int channels, int mapping_family, int *streams, int *coupled_streams, unsigned char *mapping, int application ) argument
520 opus_multistream_encoder_create( opus_int32 Fs, int channels, int streams, int coupled_streams, const unsigned char *mapping, int application, int *error ) argument
557 opus_multistream_surround_encoder_create( opus_int32 Fs, int channels, int mapping_family, int *streams, int *coupled_streams, unsigned char *mapping, int application, int *error ) argument
712 int channels; local
[all...]
/external/libopus/src/
H A Dopus_multistream_encoder.c81 /* then opus_val32 window_mem[channels*120]; */
82 /* then opus_val32 preemph_mem[channels]; */
142 static void channel_pos(int channels, int pos[8]) argument
145 if (channels==4)
151 } else if (channels==3||channels==5||channels==6)
159 } else if (channels==7)
168 } else if (channels==8)
221 int len, int overlap, int channels, in
220 surround_analysis(const CELTMode *celt_mode, const void *pcm, opus_val16 *bandLogE, opus_val32 *mem, opus_val32 *preemph_mem, int len, int overlap, int channels, int rate, opus_copy_channel_in_func copy_channel_in ) argument
357 opus_multistream_surround_encoder_get_size(int channels, int mapping_family) argument
394 opus_multistream_encoder_init_impl( OpusMSEncoder *st, opus_int32 Fs, int channels, int streams, int coupled_streams, const unsigned char *mapping, int application, int surround ) argument
449 OPUS_CLEAR(ms_get_preemph_mem(st), channels); local
456 opus_multistream_encoder_init( OpusMSEncoder *st, opus_int32 Fs, int channels, int streams, int coupled_streams, const unsigned char *mapping, int application ) argument
469 opus_multistream_surround_encoder_init( OpusMSEncoder *st, opus_int32 Fs, int channels, int mapping_family, int *streams, int *coupled_streams, unsigned char *mapping, int application ) argument
520 opus_multistream_encoder_create( opus_int32 Fs, int channels, int streams, int coupled_streams, const unsigned char *mapping, int application, int *error ) argument
557 opus_multistream_surround_encoder_create( opus_int32 Fs, int channels, int mapping_family, int *streams, int *coupled_streams, unsigned char *mapping, int application, int *error ) argument
712 int channels; local
[all...]
/external/tremolo/Tremolo/
H A Dmapping0.c87 int testM=info->coupling[i].mag=(unsigned char)(oggpack_read(opb,ilog(vi->channels)));
88 int testA=info->coupling[i].ang=(unsigned char)(oggpack_read(opb,ilog(vi->channels)));
93 testM>=vi->channels ||
94 testA>=vi->channels) goto err_out;
102 info->chmuxlist=_ogg_malloc(sizeof(*info->chmuxlist)*vi->channels);
103 for(i=0;i<vi->channels;i++){
133 alloca(sizeof(*pcmbundle)*vi->channels);
135 alloca(sizeof(*zerobundle)*vi->channels);
137 alloca(sizeof(*nonzero)*vi->channels);
139 alloca(sizeof(*floormemo)*vi->channels);
[all...]
/external/chromium_org/media/base/
H A Daudio_buffer_queue_unittest.cc26 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 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...]
H A Daudio_converter.cc31 input_channel_count_(input_params.channels()) {
39 << input_params.channels() << " channels to "
40 << output_params.channels() << " channels.";
44 downmix_early_ = input_params.channels() > output_params.channels();
57 downmix_early_ ? output_params.channels() : input_params.channels(),
83 downmix_early_ ? output_params.channels()
[all...]
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/test/
H A Daudio_classifier_test.cc26 " 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/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/media/audio/alsa/
H A Dalsa_util.h21 int channels,
28 int channels,
/external/chromium_org/media/cast/
H A Dcast_config.cc56 channels(0),
69 channels(0),
/external/chromium_org/third_party/webrtc/examples/android/opensl_loopback/
H A Dfake_audio_device_buffer.h30 virtual int32_t SetRecordingChannels(uint8_t channels);
31 virtual int32_t SetPlayoutChannels(uint8_t channels);
/external/kernel-headers/original/uapi/linux/hsi/
H A Dhsi_char.h53 uint32_t channels; member in struct:hsc_rx_config
58 uint32_t channels; member in struct:hsc_tx_config
/external/chromium_org/third_party/libpng/
H A Dpngwtran.c41 /* png_byte channels; number of channels (1-4) */
42 /* png_byte pixel_depth; bits per pixel (depth*channels) */
88 * row_info bit depth should be 8 (one pixel per byte). The channels
100 row_info->channels == 1)
203 row_info->pixel_depth = (png_byte)(bit_depth * row_info->channels);
231 int channels = 0;
235 shift_start[channels] = row_info->bit_depth - bit_depth->red;
236 shift_dec[channels] = bit_depth->red;
237 channels
[all...]
/external/libpng/
H A Dpngwtran.c21 * row_info bit depth should be 8 (one pixel per byte). The channels
30 row_info->channels == 1)
154 row_info->pixel_depth = (png_byte)(bit_depth * row_info->channels);
178 int channels = 0; local
182 shift_start[channels] = row_info->bit_depth - bit_depth->red;
183 shift_dec[channels] = bit_depth->red;
184 channels++;
186 shift_start[channels] = row_info->bit_depth - bit_depth->green;
187 shift_dec[channels] = bit_depth->green;
188 channels
[all...]
/external/qemu/distrib/libpng-1.2.46/
H A Dpngwtran.c41 /* png_byte channels; number of channels (1-4) */
42 /* png_byte pixel_depth; bits per pixel (depth*channels) */
88 * row_info bit depth should be 8 (one pixel per byte). The channels
100 row_info->channels == 1)
203 row_info->pixel_depth = (png_byte)(bit_depth * row_info->channels);
231 int channels = 0;
235 shift_start[channels] = row_info->bit_depth - bit_depth->red;
236 shift_dec[channels] = bit_depth->red;
237 channels
[all...]

Completed in 5533 milliseconds

1234567891011>>