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

1 2 3 4 5 6 78 91011>>

  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/
UnixSelectorTest.java 17 package org.apache.harmony.tests.java.nio.channels;
21 import java.nio.channels.SelectableChannel;
22 import java.nio.channels.SelectionKey;
23 import java.nio.channels.Selector;
24 import java.nio.channels.ServerSocketChannel;
25 import java.nio.channels.SocketChannel;
MockDatagramChannel.java 18 package org.apache.harmony.tests.java.nio.channels;
27 import java.nio.channels.DatagramChannel;
28 import java.nio.channels.ServerSocketChannel;
29 import java.nio.channels.spi.SelectorProvider;
MockSocketChannel.java 18 package org.apache.harmony.tests.java.nio.channels;
25 import java.nio.channels.ServerSocketChannel;
26 import java.nio.channels.SocketChannel;
27 import java.nio.channels.spi.SelectorProvider;
  /hardware/qcom/media/msmcobalt/conf_files/msm8937/
media_profiles_8937.xml 41 <!ATTLIST Audio channels (1|2|6) #REQUIRED>
108 channels="1" />
121 channels="2" />
134 channels="2" />
147 channels="1" />
160 channels="2" />
173 channels="2" />
186 channels="2" />
199 channels="1" />
212 channels="2" /
    [all...]
  /external/opencv3/modules/cudaarithm/perf/
perf_core.cpp 61 const int channels = GET_PARAM(2); local
63 std::vector<cv::Mat> src(channels);
64 for (int i = 0; i < channels; ++i)
72 std::vector<cv::cuda::GpuMat> d_src(channels);
73 for (int i = 0; i < channels; ++i)
102 const int channels = GET_PARAM(2); local
104 cv::Mat src(size, CV_MAKE_TYPE(depth, channels));
182 const int channels = GET_PARAM(2); local
185 const int type = CV_MAKE_TYPE(depth, channels);
259 cv::Mat lut(1, 256, CV_MAKE_TYPE(CV_8U, src.channels()));
296 const int channels = GET_PARAM(2); local
    [all...]
  /external/webrtc/webrtc/common_audio/
blocker.cc 181 input_buffer_.Read(input_block_.channels(), num_input_channels,
188 input_block_.channels());
189 callback_->ProcessBlock(input_block_.channels(),
193 output_block_.channels());
197 output_block_.channels());
199 AddFrames(output_buffer_.channels(),
201 output_block_.channels(),
205 output_buffer_.channels(),
212 CopyFrames(output_buffer_.channels(),
221 MoveFrames(output_buffer_.channels(),
    [all...]
  /external/webrtc/webrtc/modules/audio_coding/neteq/
normal.h 47 // having |length| samples in total for all channels (interleaved). The
48 // result is written to |output|. The number of channels allocated in
49 // |output| defines the number of channels that will be used when
audio_multi_vector.h 26 // Creates an empty AudioMultiVector with |N| audio channels. |N| must be
30 // Creates an AudioMultiVector with |N| audio channels, each channel having
45 // number of channels.
50 // an even multiple of this object's number of channels.
52 // number of channels.
75 // returned, i.e., |length| * number of channels. If the AudioMultiVector
108 // Returns the number of channels.
109 virtual size_t Channels() const;
120 // Copies the data between two channels in the AudioMultiVector. The method
  /frameworks/base/docs/html/sdk/api_diff/24/changes/
java.nio.channels.DatagramChannel.html 10 java.nio.channels.DatagramChannel
74 Class java.nio.channels.<A HREF="../../../../reference/java/nio/channels/DatagramChannel.html" target="_top"><font size="+2"><code>DatagramChannel</code></font></A>
76 <p><font xsize="+1">Added interface <code>java.nio.channels.NetworkChannel</code>.<br></font>
87 <A NAME="java.nio.channels.DatagramChannel.bind_added(java.net.SocketAddress)"></A>
88 <nobr><code>DatagramChannel</code>&nbsp;<A HREF="../../../../reference/java/nio/channels/DatagramChannel.html#bind(java.net.SocketAddress)" target="_top"><code>bind</code></A>(<code>SocketAddress</code>)</nobr>
94 <A NAME="java.nio.channels.DatagramChannel.getRemoteAddress_added()"></A>
95 <nobr><code>SocketAddress</code>&nbsp;<A HREF="../../../../reference/java/nio/channels/DatagramChannel.html#getRemoteAddress()" target="_top"><code>getRemoteAddress</code></A>()</nobr>
101 <A NAME="java.nio.channels.DatagramChannel.open_added(java.net.ProtocolFamily)"></A>
102 <nobr><code>DatagramChannel</code>&nbsp;<A HREF="../../../../reference/java/nio/channels/DatagramChannel.html#open(java.net.ProtocolFamily)" target="_top"><code>open</code></A>(<code>Prot (…)
    [all...]
  /libcore/ojluni/src/main/java/sun/nio/ch/
PipeImpl.java 29 import java.nio.channels.*;
30 import java.nio.channels.spi.*;
37 // Source and sink channels
  /packages/apps/TV/tests/common/src/com/android/tv/testing/
ChannelInfo.java 33 VIDEO_HEIGHT_TO_FORMAT_MAP.put(480, TvContract.Channels.VIDEO_FORMAT_480P);
34 VIDEO_HEIGHT_TO_FORMAT_MAP.put(576, TvContract.Channels.VIDEO_FORMAT_576P);
35 VIDEO_HEIGHT_TO_FORMAT_MAP.put(720, TvContract.Channels.VIDEO_FORMAT_720P);
36 VIDEO_HEIGHT_TO_FORMAT_MAP.put(1080, TvContract.Channels.VIDEO_FORMAT_1080P);
37 VIDEO_HEIGHT_TO_FORMAT_MAP.put(2160, TvContract.Channels.VIDEO_FORMAT_2160P);
38 VIDEO_HEIGHT_TO_FORMAT_MAP.put(4320, TvContract.Channels.VIDEO_FORMAT_4320P);
49 TvContract.Channels.COLUMN_DISPLAY_NUMBER,
50 TvContract.Channels.COLUMN_DISPLAY_NAME,
51 TvContract.Channels.COLUMN_ORIGINAL_NETWORK_ID,
97 int index = c.getColumnIndex(TvContract.Channels.COLUMN_DISPLAY_NUMBER)
    [all...]
  /development/samples/BluetoothChat/
_index.html 7 <li>Establishing RFCOMM channels/sockets</li>
  /external/autotest/server/site_tests/network_WiFi_ChannelHop/
control 11 channel will successfully re-connect when the AP changes channels on
  /external/libgdx/backends/gdx-backend-lwjgl/src/com/badlogic/gdx/backends/lwjgl/audio/
Wav.java 35 setup(input.channels, input.sampleRate);
41 setup(input.channels, input.sampleRate);
64 setup(StreamUtils.copyStreamToByteArray(input, input.dataRemaining), input.channels, input.sampleRate);
75 int channels, sampleRate, dataRemaining; field in class:Wav.WavInputStream
93 channels = read() & 0xff | (read() & 0xff) << 8;
94 if (channels != 1 && channels != 2)
95 throw new GdxRuntimeException("WAV files must have 1 or 2 channels: " + channels);
  /external/libgdx/backends/gdx-backend-lwjgl3/src/com/badlogic/gdx/backends/lwjgl3/audio/
Wav.java 35 setup(input.channels, input.sampleRate);
41 setup(input.channels, input.sampleRate);
64 setup(StreamUtils.copyStreamToByteArray(input, input.dataRemaining), input.channels, input.sampleRate);
75 int channels, sampleRate, dataRemaining; field in class:Wav.WavInputStream
93 channels = read() & 0xff | (read() & 0xff) << 8;
94 if (channels != 1 && channels != 2)
95 throw new GdxRuntimeException("WAV files must have 1 or 2 channels: " + channels);
  /external/mesa3d/src/gallium/auxiliary/util/
u_format_parse.py 107 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[1:]
    [all...]
  /external/mp4parser/isoparser/src/main/java/com/coremedia/iso/
ChannelHelper.java 21 import java.nio.channels.FileChannel;
22 import java.nio.channels.ReadableByteChannel;
23 import java.nio.channels.SelectionKey;
24 import java.nio.channels.WritableByteChannel;
  /external/opencv/otherlibs/highgui/
grfmt_imageio.h 41 int width, int height, int depth, int channels );
  /external/opencv3/modules/cudawarping/perf/
perf_warping.cpp 106 const int channels = GET_PARAM(2); local
111 const int type = CV_MAKE_TYPE(depth, channels);
157 const int channels = GET_PARAM(2); local
161 const int type = CV_MAKE_TYPE(depth, channels);
200 const int channels = GET_PARAM(2); local
204 const int type = CV_MAKE_TYPE(depth, channels);
244 const int channels = GET_PARAM(2); local
248 const int type = CV_MAKE_TYPE(depth, channels);
294 const int channels = GET_PARAM(2); local
298 const int type = CV_MAKE_TYPE(depth, channels);
341 const int channels = GET_PARAM(2); local
374 const int channels = GET_PARAM(2); local
410 const int channels = GET_PARAM(2); local
    [all...]
  /external/webrtc/webrtc/modules/audio_coding/acm2/
audio_coding_module.cc 59 size_t channels) {
61 payload_name, sampling_freq_hz, channels);
79 size_t channels) {
82 channels);
  /external/webrtc/webrtc/modules/audio_coding/test/
opus_test.cc 161 opus_codec_param.channels = 1;
208 void OpusTest::Run(TestPackStereo* channel, size_t channels, int bitrate,
247 if (channels == 1) {
264 channels,
267 written_samples += 480 * channels;
272 (channels * frame_length);
280 (channels == 1) ? opus_mono_encoder_ : opus_stereo_encoder_,
301 if (channels == 1) {
305 &out_audio[decoded_samples * channels], &audio_type);
308 opus_mono_decoder_, &out_audio[decoded_samples * channels], 1)
    [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/scanner/
HalChannelHelper.java 43 if (channels24G == null) Log.e(TAG, "Failed to get channels for 2.4GHz band");
45 if (channels5G == null) Log.e(TAG, "Failed to get channels for 5GHz band");
47 if (channelsDfs == null) Log.e(TAG, "Failed to get channels for 5GHz DFS only band");
49 Log.e(TAG, "Failed to get all channels for band, not updating band channel lists");
  /hardware/qcom/msm8996/original-kernel-headers/linux/
msm_audio_sbc.h 28 uint32_t channels; member in struct:msm_audio_sbc_enc_config
  /libcore/ojluni/src/main/java/java/nio/channels/
Pipe.java 26 package java.nio.channels;
29 import java.nio.channels.spi.*;
33 * A pair of channels that implements a unidirectional pipe.
35 * <p> A pipe consists of a pair of channels: A writable {@link
44 * buffer up to a certain number of bytes between the sink and source channels,
75 * <p> Pipe-source channels only support reading, so this method
106 * <p> Pipe-sink channels only support writing, so this method returns
140 * java.nio.channels.spi.SelectorProvider#openPipe openPipe} method of the
141 * system-wide default {@link java.nio.channels.spi.SelectorProvider}
  /packages/apps/TV/tests/unit/src/com/android/tv/util/
UtilsTest_GetMultiAudioString.java 55 assertEquals("English (3 channels)",
57 assertEquals("English (4 channels)",
59 assertEquals("English (5 channels)",
63 assertEquals("English (7 channels)",

Completed in 2229 milliseconds

1 2 3 4 5 6 78 91011>>