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...]