HomeSort by relevance Sort by last modified time
    Searched full:channels (Results 201 - 225 of 4077) sorted by null

1 2 3 4 5 6 7 891011>>

  /packages/apps/TV/usbtuner/res/raw/
ut_kr_dev_cj_cable_center_frequencies_qam256 5 # CH:85 - Home shopping channels
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/pulse/
channelmap.h 35 * Channel maps provide a way to associate channels in a stream with a
51 * \li pa_channel_map_init_auto() - Create a standard channel map for a specific number of channels
54 * predefined one is known for the specified number of channels.
227 /**< Only aux channels */
238 * default channel mapping based on the number of channels. */
259 * channels of a stream. These values are relevant for conversion and
262 uint8_t channels; member in struct:pa_channel_map
263 /**< Number of channels */
281 * channels using default labels and return a pointer to it. This call
283 * specific number of channels and mapping. *
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/pulse/
channelmap.h 35 * Channel maps provide a way to associate channels in a stream with a
51 * \li pa_channel_map_init_auto() - Create a standard channel map for a specific number of channels
54 * predefined one is known for the specified number of channels.
230 /**< Only aux channels */
241 * default channel mapping based on the number of channels. */
262 * channels of a stream. These values are relevant for conversion and
265 uint8_t channels; member in struct:pa_channel_map
266 /**< Number of channels */
284 * channels using default labels and return a pointer to it. This call
286 * specific number of channels and mapping. *
    [all...]
volume.h 45 * can store the volume of all channels at once.
78 * \li pa_cvolume_channels_equal_to() - Tests if all channels of a pa_cvolume
80 * \li pa_cvolume_is_muted() - Tests if all channels of a pa_cvolume
82 * \li pa_cvolume_is_norm() - Tests if all channels of a pa_cvolume structure
84 * \li pa_cvolume_set() - Set the first n channels of a pa_cvolume structure to
86 * \li pa_cvolume_reset() - Set the first n channels of a pa_cvolume structure
88 * \li pa_cvolume_mute() - Set the first n channels of a pa_cvolume structure
90 * \li pa_cvolume_avg() - Return the average volume of all channels.
136 uint8_t channels; /**< Number of channels */ member in struct:pa_cvolume
    [all...]
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue8336.go 7 // Issue 8336. Order of evaluation of receive channels in select.
  /prebuilts/go/linux-x86/test/fixedbugs/
issue8336.go 7 // Issue 8336. Order of evaluation of receive channels in select.
  /system/media/audio_utils/include/audio_utils/
format.h 72 * of at least as many channels as present in the dst_mask.
75 * \param idxary Updated array of indices of channels in the src frame for the dst frame
77 * \param dst_channel_mask Bit mask corresponding to destination channels present
78 * \param src_channel_mask Bit mask corresponding to source channels present
  /frameworks/av/services/audioflinger/tests/
resampler_tests.cpp 39 void resample(int channels, void *output,
52 (int32_t*) output + channels*i, thisFrames, provider);
72 void testBufferIncrement(size_t channels, bool useFloat,
81 provider.setChirp<float>(channels,
84 provider.setChirp<int16_t>(channels,
91 size_t outputFrameSize = channels * (useFloat ? sizeof(float) : sizeof(int32_t));
98 resampler = android::AudioResampler::create(format, channels, outputFreq, quality);
107 resample(channels, reference, outputFrames, refIncr, &provider, resampler);
116 resampler = android::AudioResampler::create(format, channels, outputFreq, quality);
131 resample(channels, test, outputFrames, outIncr, &provider, resampler)
    [all...]
  /external/libopus/include/
opus_custom.h 135 * @param [in] channels <tt>int</tt>: Number of channels
140 int channels
153 * @param [in] channels <tt>int</tt>: Number of channels
159 int channels
170 * @param [in] channels <tt>int</tt>: Number of channels
176 int channels,
246 * @param [in] channels <tt>int</tt>: Number of channel
    [all...]
  /external/webrtc/webrtc/modules/rtp_rtcp/source/
rtp_payload_registry.cc 43 const size_t channels,
90 channels, rate)) {
102 payload_name, payload_name_length, frequency, channels, rate);
106 payload_name, payload_type, frequency, channels, rate);
135 // There can't be several codecs with the same rate, frequency and channels
142 const size_t channels,
156 channels, rate)) {
174 const size_t channels,
195 // [default] audio, check freq and channels.
197 payload->typeSpecific.Audio.channels == channels)
    [all...]
  /frameworks/av/media/libstagefright/codecs/opus/dec/
SoftOpus.cpp 38 // mappings for up to 8 channels. This information is part of the Vorbis I
152 opusParams->nChannels = mHeader->channels;
183 pcmParams->nChannels = mHeader->channels;
256 // stereo output: Opus streams with more than 2 channels require a stream map.
284 // - Byte 2: Starting at byte 2 are |header->channels| uint8 mapping
294 header->channels = *(data + kOpusHeaderChannelsOffset);
296 if (header->channels <= 0 || header->channels > kMaxChannels) {
297 ALOGV("Invalid Header, wrong channel count: %d", header->channels);
307 if (header->channels > kMaxChannelsWithDefaultLayout)
    [all...]
  /device/generic/goldfish/camera/
media_profiles.xml 39 <!ATTLIST Audio channels (1|2) #REQUIRED>
91 channels="1" />
104 channels="1" />
125 channels="1" />
138 channels="1" />
159 channels="1" />
172 channels="1" />
193 channels="1" />
206 channels="1" />
227 channels="1" /
    [all...]
  /external/opencv3/modules/cudaarithm/src/cuda/
sum.cu 127 const int channels = src.channels();
129 GpuMat dst = getOutputMat(_dst, 1, 1, CV_64FC(channels), stream);
131 const func_t func = funcs[src_depth][channels - 1];
147 dst.createMatHeader().convertTo(cv::Mat(dst.size(), CV_64FC(dst.channels()), val.val), CV_64F);
172 const int channels = src.channels();
174 GpuMat dst = getOutputMat(_dst, 1, 1, CV_64FC(channels), stream);
176 const func_t func = funcs[src_depth][channels - 1];
192 dst.createMatHeader().convertTo(cv::Mat(dst.size(), CV_64FC(dst.channels()), val.val), CV_64F)
    [all...]
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/scanner/
NoBandChannelHelperTest.java 69 * check a settings object with a few channels
112 * Test that getting the channels for each band results in the expected empty list
118 WifiScanner.ChannelSpec[] channels = local
120 assertEquals("expected zero channels", 0, channels.length);
143 * check a settings object with no channels
156 * check a settings object with some channels
291 * Add a multiple channels to the collection
352 * Add a band that should contain all channels
373 * Add enough channels on a single band that the max channels is exceede
    [all...]
  /external/webrtc/webrtc/modules/audio_coding/neteq/
normal.cc 40 if (length % output->Channels() != 0) {
41 // The length does not match the number of channels.
63 AudioMultiVector expanded(output->Channels());
67 for (size_t channel_ix = 0; channel_ix < output->Channels(); ++channel_ix) {
74 size_t length_per_channel = length / output->Channels();
117 assert(channel_ix < output->Channels());
137 assert(channel_ix < output->Channels());
146 assert(output->Channels() == 1); // Not adapted for multi-channel yet.
182 size_t length_per_channel = length / output->Channels();
184 for (size_t channel_ix = 0; channel_ix < output->Channels();
    [all...]
  /frameworks/base/docs/html/sdk/api_diff/24/changes/
pkg_java.nio.channels.html 10 java.nio.channels
74 Package <A HREF="../../../../reference/java/nio/channels/package-summary.html" target="_top"><font size="+1"><code>java.nio.channels</code></font></A>
85 <nobr><A HREF="../../../../reference/java/nio/channels/AlreadyBoundException.html" target="_top"><code>AlreadyBoundException</code></A></nobr>
92 <nobr><A HREF="../../../../reference/java/nio/channels/NetworkChannel.html" target="_top"><code><I>NetworkChannel</I></code></A></nobr>
99 <nobr><A HREF="../../../../reference/java/nio/channels/SeekableByteChannel.html" target="_top"><code><I>SeekableByteChannel</I></code></A></nobr>
114 <nobr><A HREF="java.nio.channels.DatagramChannel.html">DatagramChannel</A></nobr>
121 <nobr><A HREF="java.nio.channels.FileChannel.html">FileChannel</A></nobr>
128 <nobr><A HREF="java.nio.channels.FileLock.html">FileLock</A></nobr>
135 <nobr><A HREF="java.nio.channels.ServerSocketChannel.html">ServerSocketChannel</A></nobr
    [all...]
  /system/extras/sound/
playwav.c 38 int pcm_play(unsigned rate, unsigned channels,
59 config.channel_count = channels;
137 void play_file(unsigned rate, unsigned channels,
150 pcm_play(rate, channels, fill_buffer, 0);
156 unsigned rate, channels; local
193 int wav_rec(const char *fn, unsigned channels, unsigned rate)
209 hdr.num_channels = channels;
335 unsigned channels = 1; local
346 channels = 2;
348 channels = 1
    [all...]
  /external/opencv3/modules/cudaimgproc/test/
test_color.cpp 606 ASSERT_EQ(4, dst.channels());
613 cv::Mat channels[4]; local
614 cv::split(h_dst, channels);
615 cv::merge(channels, 3, h_dst);
628 ASSERT_EQ(4, dst.channels());
635 cv::Mat channels[4]; local
636 cv::split(h_dst, channels);
637 cv::merge(channels, 3, h_dst);
678 cv::Mat channels[4]; local
679 cv::split(src, channels);
697 cv::Mat channels[4]; local
748 cv::Mat channels[4]; local
770 cv::Mat channels[4]; local
813 cv::Mat channels[4]; local
832 cv::Mat channels[4]; local
892 cv::Mat channels[4]; local
917 cv::Mat channels[4]; local
973 cv::Mat channels[4]; local
998 cv::Mat channels[4]; local
1050 cv::Mat channels[4]; local
1072 cv::Mat channels[4]; local
1128 cv::Mat channels[4]; local
1150 cv::Mat channels[4]; local
1211 cv::Mat channels[4]; local
1236 cv::Mat channels[4]; local
1292 cv::Mat channels[4]; local
1317 cv::Mat channels[4]; local
1369 cv::Mat channels[4]; local
1391 cv::Mat channels[4]; local
1447 cv::Mat channels[4]; local
1469 cv::Mat channels[4]; local
1528 cv::Mat channels[4]; local
1547 cv::Mat channels[4]; local
1586 cv::Mat channels[4]; local
1608 cv::Mat channels[4]; local
1665 cv::Mat channels[4]; local
1722 cv::Mat channels[4]; local
1883 cv::Mat channels[4]; local
1940 cv::Mat channels[4]; local
    [all...]
  /prebuilts/misc/windows/sdl2/test/
testautomation_audio.c 154 desired.channels = 2;
163 desired.channels = 2;
348 /* Definition of all formats, channels, and frequencies used to test audio conversions */
377 spec1.channels = 2;
379 result = SDL_BuildAudioCVT(&cvt, spec1.format, spec1.channels, spec1.freq,
380 spec1.format, spec1.channels, spec1.freq);
386 spec1.channels = 1;
389 spec2.channels = 2;
391 result = SDL_BuildAudioCVT(&cvt, spec1.format, spec1.channels, spec1.freq,
392 spec2.format, spec2.channels, spec2.freq)
    [all...]
  /external/autotest/server/cros/ap_configurators/
linksyse1000_ap_configurator.py 34 channels = ['Auto', '1', '2', '3', '4', '5', '6', '7', '8',
36 self.select_item_from_popup_by_xpath(channels[position], xpath)
linksyse1500_ap_configurator.py 32 channels = ['Auto', '1', '2', '3', '4', '5', '6', '7', '8',
34 self.select_item_from_popup_by_xpath(channels[position], xpath)
  /external/autotest/server/site_tests/network_WiFi_SimpleConnect/
control.wifi_check24HT20 17 on 2.4 GHz channels (20MHz channels only).
  /external/kernel-headers/original/uapi/linux/hsi/
hsi_char.h 53 uint32_t channels; member in struct:hsc_rx_config
58 uint32_t channels; member in struct:hsc_tx_config
  /external/libopus/src/
opus_demo.c 47 fprintf(stderr, "Usage: %s [-e] <application> <sampling rate (Hz)> <channels (1/2)> "
49 fprintf(stderr, " %s -d <sampling rate (Hz)> <channels (1/2)> "
200 static OpusEncoder *ms_opus_encoder_create(opus_int32 Fs, int channels, int application, int *error)
204 return (OpusEncoder *)opus_multistream_surround_encoder_create(Fs, channels, 1, &streams, &coupled_streams, mapping, application, error);
206 static OpusDecoder *ms_opus_decoder_create(opus_int32 Fs, int channels, int *error)
212 coupled_streams = channels==2;
213 return (OpusDecoder *)opus_multistream_decoder_create(Fs, channels, streams, coupled_streams, mapping, error);
226 int frame_size, channels; local
322 channels = atoi(argv[args]);
325 if (channels < 1 || channels > 2
    [all...]
  /external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/
Box.java 24 import java.nio.channels.ReadableByteChannel;
25 import java.nio.channels.WritableByteChannel;

Completed in 927 milliseconds

1 2 3 4 5 6 7 891011>>