/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...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/pulse/ |
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...] |
/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/ |
KnownBandsChannelHelperTest.java | 75 * check a settings object with a few channels 120 WifiScanner.ChannelSpec[] channels = local 122 assertEquals("nun channels", expectedChannels.length, channels.length); 123 for (int i = 0; i < channels.length; ++i) { 124 assertEquals("channels[" + i + "].frequency", 125 expectedChannels[i], channels[i].frequency); 203 * check a settings object with no channels 216 * check a settings object with some channels 354 * Add a multiple channels to the collectio [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;
|
/external/opencv3/modules/cudastereo/src/cuda/ |
stereocsbp.hpp | 7 int h, int w, int level, int nr_plane, int ndisp, int channels, float data_weight, float max_data_term, int min_disp, bool use_local_init_data_cost, cudaStream_t stream); 11 int rows, int cols, int h, int w, int h2, int level, int nr_plane, int channels, float data_weight, float max_data_term,
|
/external/opencv3/modules/imgcodecs/misc/java/test/ |
HighguiTest.java | 42 assertEquals(3, dst.channels()); 50 assertEquals(1, dst.channels());
|
/external/opencv3/modules/viz/src/vtk/ |
vtkCloudMatSink.cpp | 95 int channels = scalars_data->GetNumberOfComponents(); local 98 CV_Assert((channels == 3 || channels == 4) && "Only 3- or 4-channel color data support is implemented"); 101 Mat buffer(cloud.size(), CV_64FC(channels)); 115 int channels = normals_data->GetNumberOfComponents(); local 118 CV_Assert((vtktype == VTK_FLOAT || VTK_FLOAT == VTK_DOUBLE) && (channels == 3 || channels == 4)); 121 Mat buffer(cloud.size(), CV_64FC(channels));
|
vtkImageMatSource.cpp | 81 CV_Assert(_image.depth() == CV_8U && (_image.channels() == 1 || _image.channels() == 3 || _image.channels() == 4)); 87 this->ImageData->SetNumberOfScalarComponents(image.channels()); 91 this->ImageData->AllocateScalars(VTK_UNSIGNED_CHAR, image.channels()); 94 switch(image.channels()) 126 for (int x = 0; x < source.cols; ++x, srow += source.channels()) 140 for (int x = 0; x < source.cols; ++x, srow += source.channels())
|
/external/webrtc/webrtc/common_audio/ |
audio_converter_unittest.cc | 33 sb->channels()[i][j] = data[i] * j; 62 float error = ref.channels()[i][j] - test.channels()[i][j + delay]; 64 variance += ref.channels()[i][j] * ref.channels()[i][j]; 65 mean += ref.channels()[i][j]; 137 converter->Convert(src_buffer->channels(), src_buffer->size(), 138 dst_buffer->channels(), dst_buffer->size());
|
/external/webrtc/webrtc/modules/audio_coding/acm2/ |
codec_manager.cc | 27 if ((send_codec.channels != 1) && (send_codec.channels != 2)) { 29 "Wrong number of channels (%" PRIuS ", only mono and stereo " 31 send_codec.channels); 49 if (!RentACodec::IsSupportedNumChannels(*maybe_codec_id, send_codec.channels) 52 "%" PRIuS " number of channels not supportedn for %s.", 53 send_codec.channels, send_codec.plname); 123 ci.channels = external_speech_encoder->NumChannels();
|
/external/webrtc/webrtc/modules/audio_coding/codecs/g711/ |
audio_decoder_pcm.h | 26 size_t Channels() const override; 47 size_t Channels() const override;
|