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

1 2 3 4 5 6 7 8 91011>>

  /external/devlib/devlib/instrument/
frames.py 27 def reset(self, sites=None, kinds=None, channels=None):
28 super(FramesInstrument, self).reset(sites, kinds, channels)
70 self.header = [chan.label for chan in self.channels.values()]
82 self.header = [chan.label for chan in self.channels.values()]
  /external/llvm/lib/Target/AMDGPU/
AMDGPUInstrInfo.h 58 /// \brief Given a MIMG \p Opcode that writes all 4 channels, return the
59 /// equivalent opcode that writes \p Channels Channels.
60 int getMaskedMIMGOp(uint16_t Opcode, unsigned Channels) const;
  /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/skia/include/effects/
SkColorMatrixFilter.h 17 * Create a colorfilter that multiplies the RGB channels by one color, and
  /external/skqp/include/effects/
SkColorMatrixFilter.h 17 * Create a colorfilter that multiplies the RGB channels by one color, and
  /external/tensorflow/tensorflow/core/api_def/base_api/
api_def_ExtractGlimpse.pbtxt 6 A 4-D float tensor of shape `[batch_size, height, width, channels]`.
28 glimpse_height, glimpse_width, channels]`.
61 glimpse_width, channels]`. The channels and batch dimensions are the
api_def_ExtractJpegShape.pbtxt 12 1-D. The image shape with format [height, width, channels].
  /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/neteq/
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
  /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/av/media/libaudioprocessing/
AudioResamplerFirProcessSSE.h 37 template <int CHANNELS, int STRIDE, bool FIXED>
50 static_assert(CHANNELS == 1 || CHANNELS == 2, "CHANNELS must be 1 or 2");
52 sP -= CHANNELS*(4-1); // adjust sP for a loop iteration of four
61 if (CHANNELS == 2) {
89 switch (CHANNELS) {
138 if (CHANNELS == 1) {
142 } else if (CHANNELS == 2) {
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/scanner/
WificondChannelHelper.java 44 if (channels24G == null) Log.e(TAG, "Failed to get channels for 2.4GHz band");
46 if (channels5G == null) Log.e(TAG, "Failed to get channels for 5GHz band");
49 if (channelsDfs == null) Log.e(TAG, "Failed to get channels for 5GHz DFS only band");
51 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
  /hardware/qcom/msm8998/original-kernel-headers/linux/
msm_audio_sbc.h 28 uint32_t channels; member in struct:msm_audio_sbc_enc_config
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/
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;
  /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
43 * buffer up to a certain number of bytes between the sink and source channels,
77 * <p> Pipe-source channels only support reading, so this method
111 * <p> Pipe-sink channels only support writing, so this method returns
145 * java.nio.channels.spi.SelectorProvider#openPipe openPipe} method of the
146 * system-wide default {@link java.nio.channels.spi.SelectorProvider}
  /packages/apps/Dialer/java/com/android/dialer/notification/
NotificationChannelManager.java 34 /** Creates all notification channels for Dialer. */
39 * Creates all the notification channels Dialer will need. This method is called at app startup
42 * <p>An alternative approach would be to lazily create channels when we actualy post a
43 * notification. The advatange to precreating channels is that:
46 * <li>channels will be available to user right away. For example, users can customize voicemail
50 * channels are visible.
66 "doing an expensive initialization of all notification channels");
72 // Delete any old channels that we don't use any more. This is safe because if we're recreate
82 // Just recreate all desired channels. We won't do this often so it's ok to do this now.
  /packages/apps/Settings/src/com/android/settings/notification/
ChannelGroupNotificationSettings.java 81 // Clear out existing channels and log.
96 final List<NotificationChannel> channels = mChannelGroup.getChannels(); local
97 Collections.sort(channels, mChannelComparator);
98 for (NotificationChannel channel : channels) {
  /packages/apps/TV/partner_support/
Android.mk 7 LOCAL_MODULE := live-channels-partner-support
  /packages/apps/TV/partner_support/src/com/google/android/tv/partner/support/
Lineup.java 55 public static Lineup createLineup(String id, int type, String name, List<String> channels) {
57 id, type, name, Collections.unmodifiableList(new ArrayList<>(channels)));
64 String channels = contentValues.getAsString(EpgContract.Lineups.COLUMN_CHANNELS); local
65 List<String> channelList = EpgContract.toChannelList(channels);
  /packages/apps/TV/tuner/res/raw/
ut_kr_dev_cj_cable_center_frequencies_qam256 5 # CH:85 - Home shopping channels
  /packages/apps/TV/tuner/src/com/android/tv/tuner/tvinput/
ChannelDataManager.java 72 TvContract.Channels._ID,
73 TvContract.Channels.COLUMN_LOCKED,
74 TvContract.Channels.COLUMN_INTERNAL_PROVIDER_DATA,
75 TvContract.Channels.COLUMN_INTERNAL_PROVIDER_FLAG1
137 * Invoked when the database schema has been changed and the old-format channels have been
138 * deleted. A receiver should notify to a user that re-scanning channels is necessary.
144 /** Invoked when all pending channels have been handled. */
249 // During scanning, channels should be handle first to improve scan time.
259 * Invoked when starting a scanning mode. This method gets the previous channels to detect the
260 * obsolete channels after scanning and initializes the variables used for scanning
765 ArrayList<TunerChannel> channels = new ArrayList<>(); local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/pulse/
channelmap.h 35 * Channel maps provide a way to associate channels in a stream with a
51 * \li pa_channel_map_init_auto() - Create a standard channel map for a specific number of channels
54 * predefined one is known for the specified number of channels.
230 /**< Only aux channels */
241 * default channel mapping based on the number of channels. */
262 * channels of a stream. These values are relevant for conversion and
265 uint8_t channels; member in struct:pa_channel_map
266 /**< Number of channels */
284 * channels using default labels and return a pointer to it. This call
286 * specific number of channels and mapping. *
    [all...]
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue8336.go 7 // Issue 8336. Order of evaluation of receive channels in select.

Completed in 601 milliseconds

1 2 3 4 5 6 7 8 91011>>