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

1 2 3 4 56 7 8 91011>>

  /external/libopus/src/
opus_multistream_encoder.c 81 /* then opus_val32 window_mem[channels*120]; */
82 /* then opus_val32 preemph_mem[channels]; */
142 static void channel_pos(int channels, int pos[8])
145 if (channels==4)
151 } else if (channels==3||channels==5||channels==6)
159 } else if (channels==7)
168 } else if (channels==8)
221 int len, int overlap, int channels, int rate, opus_copy_channel_in_func copy_channel_i
449 OPUS_CLEAR(ms_get_preemph_mem(st), channels); local
712 int channels; local
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/
FileChannelTest.java 17 package org.apache.harmony.tests.java.nio.channels;
32 import java.nio.channels.ClosedChannelException;
33 import java.nio.channels.DatagramChannel;
34 import java.nio.channels.FileChannel;
35 import java.nio.channels.FileLock;
36 import java.nio.channels.NonReadableChannelException;
37 import java.nio.channels.NonWritableChannelException;
38 import java.nio.channels.OverlappingFileLockException;
39 import java.nio.channels.Pipe;
40 import java.nio.channels.ReadableByteChannel
    [all...]
  /packages/providers/TvProvider/src/com/android/providers/tv/
TvProvider.java 41 import android.media.tv.TvContract.Channels;
86 private static final String CHANNELS_TABLE = "channels";
103 + " ON (" + CHANNELS_TABLE + "." + Channels._ID + "="
146 sChannelProjectionMap.put(Channels._ID, CHANNELS_TABLE + "." + Channels._ID);
147 sChannelProjectionMap.put(Channels.COLUMN_PACKAGE_NAME,
148 CHANNELS_TABLE + "." + Channels.COLUMN_PACKAGE_NAME);
149 sChannelProjectionMap.put(Channels.COLUMN_INPUT_ID,
150 CHANNELS_TABLE + "." + Channels.COLUMN_INPUT_ID);
151 sChannelProjectionMap.put(Channels.COLUMN_TYPE
    [all...]
  /frameworks/base/docs/html/sdk/api_diff/23/changes/
android.media.tv.TvContract.Channels.html 10 android.media.tv.TvContract.Channels
74 Class android.media.tv.<A HREF="../../../../reference/android/media/tv/TvContract.Channels.html" target="_top"><font size="+2"><code>TvContract.Channels</code></font></A>
87 <A NAME="android.media.tv.TvContract.Channels.COLUMN_APP_LINK_COLOR"></A>
88 <nobr><code>String</code>&nbsp;<A HREF="../../../../reference/android/media/tv/TvContract.Channels.html#COLUMN_APP_LINK_COLOR" target="_top"><code>COLUMN_APP_LINK_COLOR</code></A></nobr>
94 <A NAME="android.media.tv.TvContract.Channels.COLUMN_APP_LINK_ICON_URI"></A>
95 <nobr><code>String</code>&nbsp;<A HREF="../../../../reference/android/media/tv/TvContract.Channels.html#COLUMN_APP_LINK_ICON_URI" target="_top"><code>COLUMN_APP_LINK_ICON_URI</code></A></nobr>
101 <A NAME="android.media.tv.TvContract.Channels.COLUMN_APP_LINK_INTENT_URI"></A>
102 <nobr><code>String</code>&nbsp;<A HREF="../../../../reference/android/media/tv/TvContract.Channels.html#COLUMN_APP_LINK_INTENT_URI" target="_top"><code>COLUMN_APP_LINK_INTENT_URI</code></A></nobr>
108 <A NAME="android.media.tv.TvContract.Channels.COLUMN_APP_LINK_POSTER_ART_URI"></A
    [all...]
  /frameworks/av/services/audioflinger/
test-resample.cpp 39 fprintf(stderr,"Usage: %s [-p] [-f] [-F] [-v] [-c channels]"
48 fprintf(stderr," -c # channels (1-2 for lq|mq|hq; 1-8 for dlq|dmq|dhq)\n");
109 int channels = 1; local
132 channels = atoi(optarg);
181 if (channels < 1
182 || channels > (quality < AudioResampler::DYN_LOW_QUALITY ? 2 : 8)) {
183 fprintf(stderr, "invalid number of audio channels %d\n", channels);
218 input_size = info.frames * info.channels * sizeof(short);
222 channels = info.channels
253 reinterpret_cast<int16_t*>(input_vaddr), input_frames * channels); local
    [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/scanner/
KnownBandsChannelHelper.java 27 * ChannelHelper that offers channel manipulation utilities when the channels in a band are known.
28 * This allows more fine operations on channels than if band channels are not known.
68 WifiScanner.ChannelSpec[] channelSpec, int offset, int[] channels) {
69 for (int i = 0; i < channels.length; i++) {
70 channelSpec[offset + i] = new WifiScanner.ChannelSpec(channels[i]);
87 return settings.channels.length * SCAN_PERIOD_PER_CHANNEL_MS;
120 settingsChannels = settings.channels;
133 * ChannelCollection that merges channels so that the optimal schedule will be generated.
134 * When the max channels value is satisfied this implementation will always create a channe
    [all...]
  /external/chromium-trace/catapult/telemetry/telemetry/internal/image_processing/
fake_frame_generator.py 19 _channels: The number of color channels to return in the generated frames.
21 def __init__(self, frames=1e16, dimensions=(320, 240), channels=3,
30 channels: int, The number of color channels to return in the generated
36 self._channels = channels
  /frameworks/base/services/core/java/com/android/server/wm/
InputConsumerImpl.java 35 InputChannel[] channels = InputChannel.openInputChannelPair(name); local
36 mServerChannel = channels[0];
38 channels[1].transferTo(inputChannel);
39 channels[1].dispose();
42 mClientChannel = channels[1];
  /packages/apps/TV/src/com/android/tv/data/
ChannelLogoFetcher.java 23 import android.media.tv.TvContract.Channels;
123 // Load channels which doesn't have channel logos.
124 if (DEBUG) Log.d(TAG, "Starts loading the channels from DB");
126 new String[] { Channels._ID, Channels.COLUMN_DISPLAY_NAME };
128 + Channels.COLUMN_PACKAGE_NAME + "=?";
130 try (Cursor c = mContext.getContentResolver().query(Channels.CONTENT_URI,
136 List<Channel> channels = new ArrayList<>(); local
142 channels.add(new Channel.Builder().setId(c.getLong(0))
146 return channels;
    [all...]
  /external/libvorbis/doc/vorbisfile/
ov_read.html 24 multichannel, the channels are interleaved in the output buffer.
29 <p>The output channels are in stream order and not remapped. Vorbis I
34 <li>two channels - the stream is stereo. channel order: left, right
35 <li>three channels - the stream is a 1d-surround encoding. channel order: left,
37 <li>four channels - the stream is quadraphonic surround. channel order: front left,
39 <li>five channels - the stream is five-channel surround. channel order: front left,
41 <li>six channels - the stream is 5.1 surround. channel order: front left, center,
43 <li>seven channels - the stream is 6.1 surround. channel order: front left, center,
45 <li>eight channels - the stream is 7.1 surround. channel order: front left, center,
48 <li>greater than eight channels - channel use and order is undefine
    [all...]
  /external/opencv3/3rdparty/openexr/IlmImf/
ImfMultiView.h 43 // Functions related to accessing channels and views in multi-view
49 // set of image channels. A naming convention identifies the channels
58 // allow channels to be matched with views.
61 // the multiView attribute is the "default view", and channels that
67 // view. Channels
71 // are part of the "left" view; channels
75 // are part of the "right" view; and channels
107 // belongs to no view or if both channels belong to the same view.)
115 // Return a list of all channels belonging to view viewName
    [all...]
  /external/tinyalsa/
tinycap.c 62 unsigned int channels, unsigned int rate,
77 unsigned int channels = 2; local
86 fprintf(stderr, "Usage: %s file.wav [-D card] [-d device] [-c channels] "
107 channels = atoi(*argv);
139 header.num_channels = channels;
158 header.byte_rate = (header.bits_per_sample / 8) * channels * rate;
159 header.block_align = channels * (header.bits_per_sample / 8);
184 unsigned int channels, unsigned int rate,
195 config.channels = channels;
    [all...]
  /device/google/dragon/
media_profiles.xml 38 <!ATTLIST Audio channels (1|2) #REQUIRED>
93 channels="1" />
106 channels="2" />
119 channels="1" />
132 channels="1" />
145 channels="2" />
158 channels="2" />
171 channels="2" />
188 channels="1" />
205 channels="2" /
    [all...]
  /device/moto/shamu/
media_profiles.xml 39 <!ATTLIST Audio channels (1|2) #REQUIRED>
92 channels="1" />
104 channels="1" />
116 channels="1" />
128 channels="2" />
140 channels="1" />
152 channels="1" />
164 channels="1" />
176 channels="1" />
188 channels="1" /
    [all...]
  /external/webrtc/webrtc/modules/audio_processing/
splitting_filter_unittest.cc 51 memset(in_data.fbuf()->channels()[0],
53 kSamplesPer48kHzChannel * sizeof(in_data.fbuf()->channels()[0][0]));
58 in_data.fbuf()->channels()[0][k] +=
70 energy[j] += bands.fbuf_const()->channels(j)[0][k] *
71 bands.fbuf_const()->channels(j)[0][k];
87 tmpcorr += in_data.fbuf_const()->channels()[0][j - delay] *
88 out_data.fbuf_const()->channels()[0][j];
  /hardware/bsp/intel/peripheral/libmraa/examples/
iio_driver.c 55 mraa_iio_channel* channels = mraa_iio_get_channels(iio_device0); local
59 if (channels[i].enabled) {
60 printf("channel %d - bytes %d\n", channels[i].index, channels[i].bytes);
61 switch (channels[i].bytes) {
63 printword(*(uint16_t*) (data + channels[i].location), &channels[i]);
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/spi/
AbstractSelectorTest.java 17 package org.apache.harmony.tests.java.nio.channels.spi;
20 import java.nio.channels.ClosedSelectorException;
21 import java.nio.channels.IllegalBlockingModeException;
22 import java.nio.channels.SelectionKey;
23 import java.nio.channels.Selector;
24 import java.nio.channels.ServerSocketChannel;
25 import java.nio.channels.spi.SelectorProvider;
  /packages/apps/TV/res/values/
arrays.xml 34 <item>All channels</item>
53 <item>All channels</item>
77 <item>Download apps, get more channels</item>
83 <item>Watch content from your apps like watching channels on TV.</item>
85 \njust like channels on TV.</item>
86 <item>Add more channels by installing apps that offer live channels.
  /packages/apps/TV/res/values-en-rAU/
arrays.xml 26 <item msgid="4730006281716266127">"All channels"</item>
40 <item msgid="7173498629837517739">"All channels"</item>
62 <item msgid="7566838222783641942">"Download apps, get more channels"</item>
66 <item msgid="8445334820787831823">"Watch content from your apps such as watching channels on TV."</item>
67 <item msgid="1855708984677953238">"Browse content from your apps with a familiar guide and friendly interface, \njust like channels on TV."</item>
68 <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="4730006281716266127">"All channels"</item>
40 <item msgid="7173498629837517739">"All channels"</item>
62 <item msgid="7566838222783641942">"Download apps, get more channels"</item>
66 <item msgid="8445334820787831823">"Watch content from your apps such as watching channels on TV."</item>
67 <item msgid="1855708984677953238">"Browse content from your apps with a familiar guide and friendly interface, \njust like channels on TV."</item>
68 <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="4730006281716266127">"All channels"</item>
40 <item msgid="7173498629837517739">"All channels"</item>
62 <item msgid="7566838222783641942">"Download apps, get more channels"</item>
66 <item msgid="8445334820787831823">"Watch content from your apps such as watching channels on TV."</item>
67 <item msgid="1855708984677953238">"Browse content from your apps with a familiar guide and friendly interface, \njust like channels on TV."</item>
68 <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/webrtc/webrtc/modules/audio_device/include/
audio_device_defines.h 69 // Method to pass captured data directly and unmixed to network channels.
70 // |channel_ids| contains a list of VoE channels which are the
122 // Method to pull mixed render audio data from all active VoE channels.
139 // number of channels, native buffer size etc.
152 AudioParameters(int sample_rate, size_t channels, size_t frames_per_buffer)
154 channels_(channels),
157 void reset(int sample_rate, size_t channels, size_t frames_per_buffer) {
159 channels_ = channels;
164 void reset(int sample_rate, size_t channels, double ms_per_buffer) {
165 reset(sample_rate, channels,
172 size_t channels() const { return channels_; } function in class:webrtc::AudioParameters
    [all...]
  /frameworks/av/services/audioflinger/tests/
test_utils.h 177 int mFrameSize; // frame size (# channels * bytes per sample)
188 size_t channels, double sampleRate, double freq)
197 for (size_t j = 0; j < channels; ++j) {
198 buffer[i*channels + j] = yt / T(j + 1);
212 size_t channels, double sampleRate, double minfreq, double maxfreq)
223 for (size_t j = 0; j < channels; ++j) {
224 buffer[i*channels + j] = yt / T(j + 1);
250 void setChirp(size_t channels, double minfreq, double maxfreq, double sampleRate, double time)
252 createBufferByFrames<T>(channels, sampleRate, sampleRate*time);
257 void setSine(size_t channels,
    [all...]
  /frameworks/base/docs/html/sdk/api_diff/24/changes/
java.nio.channels.SocketChannel.html 10 java.nio.channels.SocketChannel
74 Class java.nio.channels.<A HREF="../../../../reference/java/nio/channels/SocketChannel.html" target="_top"><font size="+2"><code>SocketChannel</code></font></A>
76 <p><font xsize="+1">Added interface <code>java.nio.channels.NetworkChannel</code>.<br></font>
87 <A NAME="java.nio.channels.SocketChannel.bind_added(java.net.SocketAddress)"></A>
88 <nobr><code>SocketChannel</code>&nbsp;<A HREF="../../../../reference/java/nio/channels/SocketChannel.html#bind(java.net.SocketAddress)" target="_top"><code>bind</code></A>(<code>SocketAddress</code>)</nobr>
94 <A NAME="java.nio.channels.SocketChannel.getRemoteAddress_added()"></A>
95 <nobr><code>SocketAddress</code>&nbsp;<A HREF="../../../../reference/java/nio/channels/SocketChannel.html#getRemoteAddress()" target="_top"><code>getRemoteAddress</code></A>()</nobr>
101 <A NAME="java.nio.channels.SocketChannel.setOption_added(java.net.SocketOption<T>, T)"></A>
102 <nobr><code>SocketChannel</code>&nbsp;<A HREF="../../../../reference/java/nio/channels/SocketChannel.html#setOption(java.net.SocketOption<T>, T)" target="_top"><code>setOption</code></A (…)
    [all...]
  /external/webrtc/webrtc/modules/audio_coding/codecs/opus/
opus_interface.c 45 size_t channels,
66 state->zero_counts = calloc(channels, sizeof(size_t));
70 state->encoder = opus_encoder_create(48000, (int)channels, opus_app,
78 state->channels = channels;
110 const size_t channels = inst->channels; local
117 for (c = 0; c < channels; ++c) {
118 if (audio_in[i * channels + c] == 0) {
122 memcpy(buffer, audio_in, samples * channels * sizeof(int16_t))
451 int frames, channels, payload_length_ms; local
    [all...]

Completed in 2027 milliseconds

1 2 3 4 56 7 8 91011>>