/frameworks/av/media/libeffects/testlibs/ |
AudioBiquadFilter.h | 29 // channels is supported. 37 // Max number of channels (can be changed here, and everything should work). 43 // nChannels Number of input/output channels. 48 // nChannels Number of input/output channels. 122 // Number of channels. 143 // number of channels).
|
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/util/ |
ApConfigUtilTest.java | 49 * even indices are frequencies and odd indices are channels. 141 * any allowed 2G channels. 150 * Verify a 2G channel is selected from the list of allowed channels. 160 * Verify a 5G channel is selected from the list of allowed channels. 171 * with no channels allowed. 229 * without any allowed channels.
|
/libcore/luni/src/test/java/libcore/java/nio/channels/ |
DatagramChannelTest.java | 17 package libcore.java.nio.channels; 31 import java.nio.channels.AlreadyBoundException; 32 import java.nio.channels.ClosedChannelException; 33 import java.nio.channels.DatagramChannel; 34 import java.nio.channels.UnsupportedAddressTypeException; 35 import java.nio.channels.spi.SelectorProvider;
|
SelectorTest.java | 16 package libcore.java.nio.channels; 24 import java.nio.channels.NoConnectionPendingException; 25 import java.nio.channels.SelectionKey; 26 import java.nio.channels.Selector; 27 import java.nio.channels.ServerSocketChannel; 28 import java.nio.channels.SocketChannel;
|
/libcore/ojluni/src/main/java/java/nio/channels/spi/ |
AbstractSelectableChannel.java | 26 package java.nio.channels.spi; 29 import java.nio.channels.*; 33 * Base implementation class for selectable channels. 39 * java.nio.channels.SelectableChannel} specification. Implementations of the 225 * java.nio.channels.Channel#close close} method, in turn invokes the 245 * <p> This method is invoked by the {@link java.nio.channels.Channel#close
|
/libcore/ojluni/src/main/java/java/nio/ |
package-info.java | 42 * <li><p> <a href="channels/package-summary.html"><i>Channels</i></a> of 47 * <i>selectable channels</i> define a <a 48 * href="channels/package-summary.html#multiplex">multiplexed, non-blocking <br> 56 * {@link java.nio.channels} package. Each of these subpackages has its own 115 * java.nio.channels.FileChannel#map </code><i>mapping</i><code>} a region of a
|
/device/google/dragon/audio/hal/ |
cras_dsp.h | 66 /* Number of channels output. */ 69 /* Number of channels input. */
|
/external/aac/libAACdec/include/ |
aacdecoder_lib.h | 171 If the bitstream's configuration (number of channels, sample rate, frame size) is not known in advance, you may 173 output device. In the example main.cpp, if the number of channels or the sample rate has changed since program 226 among the channels starting with 0 among all channels of the same audio channel type. 237 but adding corresponding top channels to the channel types front, side and back, in order to avoid any 264 Since ::AAC_PCM_OUTPUT_INTERLEAVED is set to 0, the audio channels will be located as contiguous blocks 287 scheme, thus the channels would be: front left, front right, center, LFE, surround left, surround right. 288 Thus the third channel is the center channel, receiving the index 0. The other front channels are 289 front left, front right being placed as first and second channels with indices 1 and 2 correspondingly. 291 channels get the type definition ACT_BACK, and the indices 0 and 1 [all...] |
/external/autotest/server/site_tests/network_WiFi_ChannelHop/ |
network_WiFi_ChannelHop.py | 12 """Tests roaming when an AP changes channels on an SSID.""" 50 # Change channels on the AP. This happens in full view of the DUT
|
/external/libvorbis/examples/ |
chaining_example.c | 60 printf("\t\t%ldHz %d channels bitrate %ldkbps serial number=%ld\n", 61 vi->rate,vi->channels,ov_bitrate(&ov,i)/1000,
|
/external/opencv3/modules/cudaarithm/perf/ |
perf_reductions.cpp | 138 const int channels = GET_PARAM(2); local 140 const int type = CV_MAKE_TYPE(depth, channels); 174 const int channels = GET_PARAM(2); local 176 const int type = CV_MAKE_TYPE(depth, channels); 206 const int channels = GET_PARAM(2); local 208 const int type = CV_MAKE_TYPE(depth, channels); 355 const int channels = GET_PARAM(2); local 359 const int type = CV_MAKE_TYPE(depth, channels);
|
/external/opencv3/modules/cudaimgproc/test/ |
test_match_template.cpp | 60 PARAM_TEST_CASE(MatchTemplate8U, cv::cuda::DeviceInfo, cv::Size, TemplateSize, Channels, TemplateMethod) 111 testing::Values(Channels(1), Channels(3), Channels(4)), 117 PARAM_TEST_CASE(MatchTemplate32F, cv::cuda::DeviceInfo, cv::Size, TemplateSize, Channels, TemplateMethod) 170 testing::Values(Channels(1), Channels(3), Channels(4)),
|
/external/opencv3/modules/photo/src/ |
fast_nlmeans_denoising_invoker.hpp | 110 CV_Assert(src.channels() == pixelInfo<T>::channels); 226 IT estimation[pixelInfo<T>::channels], weights_sum[pixelInfo<WT>::channels]; 227 for (int channel_num = 0; channel_num < pixelInfo<T>::channels; channel_num++) 229 for (int channel_num = 0; channel_num < pixelInfo<WT>::channels; channel_num++) 245 divByWeightsSum<IT, UIT, pixelInfo<T>::channels, pixelInfo<WT>::channels>(estimation,
|
fast_nlmeans_multi_denoising_invoker.hpp | 109 CV_Assert(srcImgs[0].channels() == pixelInfo<T>::channels); 246 IT estimation[pixelInfo<T>::channels], weights_sum[pixelInfo<WT>::channels]; 247 for (size_t channel_num = 0; channel_num < pixelInfo<T>::channels; channel_num++) 249 for (size_t channel_num = 0; channel_num < pixelInfo<WT>::channels; channel_num++) 272 divByWeightsSum<IT, UIT, pixelInfo<T>::channels, pixelInfo<WT>::channels>(estimation,
|
/external/tremolo/Tremolo/ |
dsp.c | 73 v->work=(ogg_int32_t **)_ogg_malloc(vi->channels*sizeof(*v->work)); 74 v->mdctright=(ogg_int32_t **)_ogg_malloc(vi->channels*sizeof(*v->mdctright)); 75 for(i=0;i<vi->channels;i++){ 101 for(i=0;i<vi->channels;i++) 106 for(i=0;i<vi->channels;i++) 152 for(i=0;i<vi->channels;i++) 157 pcm+i,vi->channels, 228 for(i=0;i<vi->channels;i++)
|
/external/webrtc/webrtc/modules/audio_coding/codecs/ |
audio_decoder.cc | 26 duration * Channels() * sizeof(int16_t) > max_decoded_bytes) { 39 duration * Channels() * sizeof(int16_t) > max_decoded_bytes) {
|
/external/webrtc/webrtc/modules/audio_coding/test/ |
EncodeDecodeTest.h | 51 std::string in_file_name, int sample_rate, size_t channels); 74 std::string out_file_name, size_t channels);
|
/external/webrtc/webrtc/modules/audio_device/ |
audio_device_buffer.h | 43 virtual int32_t SetRecordingChannels(size_t channels); 44 virtual int32_t SetPlayoutChannels(size_t channels);
|
/frameworks/av/media/libeffects/lvm/lib/Common/src/ |
LVC_Mixer_SetTimeConstant.c | 28 /* given time constant, sample rate and num channels */ 38 /* NumChannels - Number of channels in Audio Stream 1=Mono, 2=Stereo */
|
LVC_Mixer_VarSlope_SetTimeConstant.c | 29 /* given time constant, sample rate and num channels */ 39 /* NumChannels - Number of channels in Audio Stream 1=Mono, 2=Stereo */
|
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/ |
ConfigParsingUtils.cpp | 159 ChannelsVector channels; local 172 channels = inputChannelMasksFromString(node->value); 174 channels = outputChannelMasksFromString(node->value); 192 sp<AudioProfile> profileToAdd = new AudioProfile(gDynamicFormat, channels, sampleRates); 194 profileToAdd->setDynamicChannels(channels.isEmpty()); 200 // collection of rate and channels. 201 sp<AudioProfile> profileToAdd = new AudioProfile(formats[i], channels, sampleRates); 203 profileToAdd->setDynamicChannels(channels.isEmpty());
|
/frameworks/base/docs/html-intl/intl/ko/training/tv/tif/ |
content-recording.jd | 34 <p class="note"><strong>??:</strong> Live Channels ???? 35 ???? ???? ???? ?? ????? ??? ?? ???? ????. Live Channels ??
|
/frameworks/base/docs/html-intl/intl/zh-cn/training/tv/tif/ |
content-recording.jd | 34 <p class="note"><strong>??</strong>Live Channels ????????????????????? 35 ??? Live Channels ??????????????? TV ??????????
|
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/ |
ToGrayFilter.java | 71 throw new RuntimeException("Unsupported GL input channels: " + 72 inputChannels + "! Channels must be 4!");
|
/hardware/bsp/intel/peripheral/libmraa/docs/ |
galileorevh.md | 14 - pwm period is set globally for all pwm channels, when changed this will halt 15 all pwm channels
|