HomeSort by relevance Sort by last modified time
    Searched full:channels (Results 76 - 100 of 4938) sorted by null

1 2 34 5 6 7 8 91011>>

  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/spi/
AbstractSelectionKeyTest.java 17 package org.apache.harmony.tests.java.nio.channels.spi;
19 import java.nio.channels.SelectableChannel;
20 import java.nio.channels.SelectionKey;
21 import java.nio.channels.Selector;
22 import java.nio.channels.spi.AbstractSelectionKey;
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/
ChannelsTest.java 16 package org.apache.harmony.tests.java.nio.channels;
29 import java.nio.channels.Channels;
30 import java.nio.channels.ClosedChannelException;
31 import java.nio.channels.IllegalBlockingModeException;
32 import java.nio.channels.ReadableByteChannel;
33 import java.nio.channels.ServerSocketChannel;
34 import java.nio.channels.SocketChannel;
35 import java.nio.channels.WritableByteChannel;
116 ReadableByteChannel rbChannel = Channels.newChannel(this.fins)
    [all...]
SelectableChannelTest.java 17 package org.apache.harmony.tests.java.nio.channels;
20 import java.nio.channels.ClosedChannelException;
21 import java.nio.channels.SelectableChannel;
22 import java.nio.channels.SelectionKey;
23 import java.nio.channels.Selector;
24 import java.nio.channels.spi.SelectorProvider;
  /external/webrtc/webrtc/modules/audio_coding/neteq/test/
audio_classifier_test.cc 26 " 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);
  /frameworks/av/media/libaudioprocessing/
AudioResamplerFirProcess.h 79 template<int CHANNELS, typename TO>
80 class Accumulator : public Accumulator<CHANNELS-1, TO> // recursive
85 Accumulator<CHANNELS-1, TO>::clear();
90 Accumulator<CHANNELS-1, TO>::acc(coef, data);
94 Accumulator<CHANNELS-1, TO>::volume(out, gain);
177 template <int CHANNELS, int STRIDE, typename TFUNC, typename TC, typename TI, typename TO,
189 static_assert(CHANNELS > 0, "CHANNELS must be > 0");
191 if (CHANNELS > 2) {
192 // TO accum[CHANNELS];
    [all...]
  /cts/tests/tests/tv/src/android/media/tv/cts/
StubTunerTvInputService.java 53 redValues.put(TvContract.Channels.COLUMN_INPUT_ID, info.getId());
54 redValues.put(TvContract.Channels.COLUMN_DISPLAY_NUMBER, "0");
55 redValues.put(TvContract.Channels.COLUMN_DISPLAY_NAME, "Red");
56 redValues.put(TvContract.Channels.COLUMN_INTERNAL_PROVIDER_DATA, new byte[] { 0 });
58 greenValues.put(TvContract.Channels.COLUMN_INPUT_ID, info.getId());
59 greenValues.put(TvContract.Channels.COLUMN_DISPLAY_NUMBER, "1");
60 greenValues.put(TvContract.Channels.COLUMN_DISPLAY_NAME, "Green");
61 greenValues.put(TvContract.Channels.COLUMN_INTERNAL_PROVIDER_DATA, new byte[] { 1 });
63 blueValues.put(TvContract.Channels.COLUMN_INPUT_ID, info.getId());
64 blueValues.put(TvContract.Channels.COLUMN_DISPLAY_NUMBER, "2")
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_ossaudiodev.py 101 (fmt, channels, rate) = config
103 dsp.channels(channels) == channels and
112 result = dsp.setparameters(fmt, channels, rate, False)
113 self.assertEqual(result, (fmt, channels, rate),
116 result = dsp.setparameters(fmt, channels, rate, True)
117 self.assertEqual(result, (fmt, channels, rate),
122 # channels currently exceeds even Hollywood's ambitions, and
128 channels = 2
    [all...]
  /external/python/cpython2/Lib/test/
test_ossaudiodev.py 101 (fmt, channels, rate) = config
103 dsp.channels(channels) == channels and
112 result = dsp.setparameters(fmt, channels, rate, False)
113 self.assertEqual(result, (fmt, channels, rate),
116 result = dsp.setparameters(fmt, channels, rate, True)
117 self.assertEqual(result, (fmt, channels, rate),
122 # channels currently exceeds even Hollywood's ambitions, and
128 channels =
    [all...]
  /external/python/cpython3/Lib/test/
test_ossaudiodev.py 102 (fmt, channels, rate) = config
104 dsp.channels(channels) == channels and
113 result = dsp.setparameters(fmt, channels, rate, False)
114 self.assertEqual(result, (fmt, channels, rate),
117 result = dsp.setparameters(fmt, channels, rate, True)
118 self.assertEqual(result, (fmt, channels, rate),
123 # channels currently exceeds even Hollywood's ambitions, and
129 channels =
    [all...]
  /frameworks/av/services/audioflinger/
BufLog.h 36 * BUFLOG(buff_id, buff_tag, format, channels, sampling_rate, max_bytes, buff_pointer, buff_size);
41 * channels: int Channel Count
52 * int channels = audio_channel_count_from_out_mask(mConfig.outputCfg.channels);
55 * int frameSize = audio_bytes_per_sample((audio_format_t)format) * channels;
58 * BUFLOG(11, "loudnes_enhancer_out", format, channels, samplingRate, maxBytes,
81 #define __BUFLOG(STREAMID, TAG, FORMAT, CHANNELS, SAMPLINGRATE, MAXBYTES, BUF, SIZE) \
82 BufLogSingleton::instance()->write(STREAMID, TAG, FORMAT, CHANNELS, SAMPLINGRATE, MAXBYTES, \
85 #define BUFLOG(STREAMID, TAG, FORMAT, CHANNELS, SAMPLINGRATE, MAXBYTES, BUF, SIZE) \
88 #define BUFLOG(STREAMID, TAG, FORMAT, CHANNELS, SAMPLINGRATE, MAXBYTES, BUF, SIZE)
    [all...]
  /frameworks/base/telephony/java/android/telephony/
RadioAccessSpecifier.java 27 * The scan can be performed on either bands or channels for a specific radio access network type.
51 * The frequency channels that need to be scanned
53 * When any specific channels are provided for scan, the corresponding frequency bands that
54 * contains those channels must also be provided, or else the channels will be ignored.
56 * When no specific channels are specified (empty array or null), all the frequency channels
64 * Creates a new RadioAccessSpecifier with radio network, bands and channels
67 * bands or channels.
71 * @param channels the frequency bands to be scanne
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_ossaudiodev.py 101 (fmt, channels, rate) = config
103 dsp.channels(channels) == channels and
112 result = dsp.setparameters(fmt, channels, rate, False)
113 self.assertEqual(result, (fmt, channels, rate),
116 result = dsp.setparameters(fmt, channels, rate, True)
117 self.assertEqual(result, (fmt, channels, rate),
122 # channels currently exceeds even Hollywood's ambitions, and
128 channels =
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_ossaudiodev.py 101 (fmt, channels, rate) = config
103 dsp.channels(channels) == channels and
112 result = dsp.setparameters(fmt, channels, rate, False)
113 self.assertEqual(result, (fmt, channels, rate),
116 result = dsp.setparameters(fmt, channels, rate, True)
117 self.assertEqual(result, (fmt, channels, rate),
122 # channels currently exceeds even Hollywood's ambitions, and
128 channels =
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_ossaudiodev.py 101 (fmt, channels, rate) = config
103 dsp.channels(channels) == channels and
112 result = dsp.setparameters(fmt, channels, rate, False)
113 self.assertEqual(result, (fmt, channels, rate),
116 result = dsp.setparameters(fmt, channels, rate, True)
117 self.assertEqual(result, (fmt, channels, rate),
122 # channels currently exceeds even Hollywood's ambitions, and
128 channels =
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_ossaudiodev.py 101 (fmt, channels, rate) = config
103 dsp.channels(channels) == channels and
112 result = dsp.setparameters(fmt, channels, rate, False)
113 self.assertEqual(result, (fmt, channels, rate),
116 result = dsp.setparameters(fmt, channels, rate, True)
117 self.assertEqual(result, (fmt, channels, rate),
122 # channels currently exceeds even Hollywood's ambitions, and
128 channels =
    [all...]
  /packages/apps/TV/tests/common/src/com/android/tv/testing/
FakeTvProvider.java 49 import android.support.media.tv.TvContractCompat.Channels;
83 static final String CHANNELS_TABLE = "channels";
112 + Channels._ID
180 sChannelProjectionMap.put(Channels._ID, CHANNELS_TABLE + "." + Channels._ID);
182 Channels.COLUMN_PACKAGE_NAME, CHANNELS_TABLE + "." + Channels.COLUMN_PACKAGE_NAME);
184 Channels.COLUMN_INPUT_ID, CHANNELS_TABLE + "." + Channels.COLUMN_INPUT_ID);
186 Channels.COLUMN_TYPE, CHANNELS_TABLE + "." + Channels.COLUMN_TYPE)
    [all...]
  /external/tremolo/Tremolo/
mapping0.c 87 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...]
  /cts/tests/tests/permission/src/android/permission/cts/
TvPermissionTest.java 76 verifyInsert(TvContract.Channels.CONTENT_URI, "channels");
81 verifyUpdate(TvContract.Channels.CONTENT_URI, "channels");
86 verifyDelete(TvContract.Channels.CONTENT_URI, "channels");
  /external/tensorflow/tensorflow/core/api_def/base_api/
api_def_EncodeJpeg.pbtxt 6 3-D with shape `[height, width, channels]`.
72 `image` is a 3-D uint8 Tensor of shape `[height, width, channels]`.
77 * `''`: Use a default format based on the number of channels in the image.
78 * `grayscale`: Output a grayscale JPEG image. The `channels` dimension
80 * `rgb`: Output an RGB JPEG image. The `channels` dimension
84 in function of the number of channels in `image`:
api_def_ImageSummary.pbtxt 12 4-D of shape `[batch_size, height, width, channels]` where
13 `channels` is 1, 3, or 4.
38 height, width, channels]` and where `channels` can be:
44 The images have the same number of channels as the input tensor. For float
64 non-finite input values. It is a `unit8` 1-D tensor of length `channels`.
  /packages/apps/TV/partner_support/g3doc/
CloudEpgForPartners.md 1 # 3rd party instructions for using Cloud EPG feature of Live Channels
3 Partners can ask Live Channels to retrieve EPG data for their TV Input Service
4 using live channels
43 This is used to tell Live Channels to immediately start the EPG fetch for that
74 String channels = cursor.getString(2);
75 results.add(new Lineup(id, name, channels));
  /packages/apps/TV/res/values-en-rAU/
arrays.xml 26 <item msgid="3241959001790384341">"All channels"</item>
48 <item msgid="7566838222783641942">"Download apps, get more channels"</item>
52 <item msgid="8445334820787831823">"Watch content from your apps such as watching channels on TV."</item>
53 <item msgid="1855708984677953238">"Browse content from your apps with a familiar guide and friendly interface, \njust like channels on TV."</item>
54 <item msgid="3420760668363283731">"Add more channels by installing apps that offer live channels. \nFind compatible apps in Google Play Store by using the link within the TV menu."</item>
  /packages/apps/TV/res/values-en-rGB/
arrays.xml 26 <item msgid="3241959001790384341">"All channels"</item>
48 <item msgid="7566838222783641942">"Download apps, get more channels"</item>
52 <item msgid="8445334820787831823">"Watch content from your apps such as watching channels on TV."</item>
53 <item msgid="1855708984677953238">"Browse content from your apps with a familiar guide and friendly interface, \njust like channels on TV."</item>
54 <item msgid="3420760668363283731">"Add more channels by installing apps that offer live channels. \nFind compatible apps in Google Play Store by using the link within the TV menu."</item>
  /packages/apps/TV/res/values-en-rIN/
arrays.xml 26 <item msgid="3241959001790384341">"All channels"</item>
48 <item msgid="7566838222783641942">"Download apps, get more channels"</item>
52 <item msgid="8445334820787831823">"Watch content from your apps such as watching channels on TV."</item>
53 <item msgid="1855708984677953238">"Browse content from your apps with a familiar guide and friendly interface, \njust like channels on TV."</item>
54 <item msgid="3420760668363283731">"Add more channels by installing apps that offer live channels. \nFind compatible apps in Google Play Store by using the link within the TV menu."</item>
  /external/wpa_supplicant_8/wpa_supplicant/
op_classes.c 25 if (mode->channels[i].chan == chan)
30 (mode->channels[i].flag & HOSTAPD_CHAN_DISABLED))
34 *flags = mode->channels[i].flag;
36 if (mode->channels[i].flag & HOSTAPD_CHAN_NO_IR)
53 * In 80 MHz, the bandwidth "spans" 12 channels (e.g., 36-48),
54 * so the center channel is 6 channels away from the start/end.
75 /* check all the channels are available */
110 * In 160 MHz, the bandwidth "spans" 28 channels (e.g., 36-64),
111 * so the center channel is 14 channels away from the start/end.
133 /* Check all the channels are available *
223 u8 channels[] = { 42, 58, 106, 122, 138, 155 }; local
    [all...]

Completed in 425 milliseconds

1 2 34 5 6 7 8 91011>>