HomeSort by relevance Sort by last modified time
    Searched full:channel (Results 551 - 575 of 6114) sorted by null

<<21222324252627282930>>

  /external/autotest/server/site_tests/audio_AudioNodeSwitch/
control.HDMI 11 PURPOSE = "Check if correct audio channel selected."
12 CRITERIA = "This test will fail if expected audio channel is not selected."
control.JACK 11 PURPOSE = "Check if correct audio channel selected."
12 CRITERIA = "This test will fail if expected audio channel is not selected."
control.USB 11 PURPOSE = "Check if correct audio channel selected."
12 CRITERIA = "This test will fail if expected audio channel is not selected."
  /external/autotest/server/site_tests/network_WiFi_DisconnectReason/
control.ap_send_chan_switch 16 reported by supplicant when the AP sends a channel switch message.
29 disconnect_trigger='AP send channel switch',
  /external/autotest/server/site_tests/network_WiFi_RoamSuspendSSID/
control.none 20 ap_config0 = hostap_config.HostapConfig(channel=1)
21 ap_config1 = hostap_config.HostapConfig(channel=11)
  /external/autotest/server/site_tests/network_WiFi_RoamSuspendTimeout/
control.11a 15 on channel 48 after deauthentication while the DUT is suspended.
29 additional_params=hostap_config.HostapConfig(channel=48,
  /external/iw/
offch.c 44 "Leave operating channel and go to the given channel for a while.");
  /external/opencv3/samples/cpp/tutorial_code/HighGUI/video-write/
video-write.cpp 15 << "You can extract the R or G or B color channel of the input video." << endl
68 int channel = 2; // Select the channel to save local
71 case 'R' : channel = 2; break;
72 case 'G' : channel = 1; break;
73 case 'B' : channel = 0; break;
83 split(src, spl); // process - extract only the correct channel
85 if (i != channel)
  /external/webrtc/resources/audio_coding/
READ.ME 16 *.OUT20 - output files 20 ms mode (on a channel without packet loss)
18 *.OUT30 - output files 30 ms mode (on a channel without packet loss)
  /external/webrtc/talk/app/webrtc/objc/public/
RTCDataChannel.h 40 // Set to YES if the channel has been externally negotiated and we do not send
75 // Protocol for receving data channel state and message events.
78 // Called when the data channel state has changed.
79 - (void)channelDidChangeState:(RTCDataChannel*)channel;
82 - (void)channel:(RTCDataChannel*)channel
88 - (void)channel:(RTCDataChannel*)channel
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
filterbanks.c 33 int16_t *data_ch1, // Input and output in channel 1, in Q0
34 int16_t *data_ch2, // Input and output in channel 2, in Q0
35 const int16_t *factor_ch1, // Scaling factor for channel 1, in Q15
36 const int16_t *factor_ch2, // Scaling factor for channel 2, in Q15
38 int32_t *filter_state_ch1, // Filter state for channel 1, in Q16
39 int32_t *filter_state_ch2) { // Filter state for channel 2, in Q16
50 // Process channel 1:
66 // Process channel 2:
178 /* First Channel */
187 /* Second Channel. This is exactly like the first channel, except that th
    [all...]
  /external/webrtc/webrtc/modules/audio_coding/neteq/
sync_buffer.h 37 // Adds |length| zeros to the beginning of each channel. Removes
45 // Inserts |length| zeros into each channel at index |position|. The size of
47 // elements in each channel will be purged.
50 // Overwrites each channel in this SyncBuffer with values taken from
53 // channel. The size of the SyncBuffer is kept constant. That is, if |length|
66 // Reads |requested_len| samples from each channel and writes them interleaved
79 const AudioVector& Channel(size_t n) const { return *channels_[n]; }
80 AudioVector& Channel(size_t n) { return *channels_[n]; }
  /external/webrtc/webrtc/p2p/base/
p2ptransport.cc 34 void P2PTransport::DestroyTransportChannel(TransportChannelImpl* channel) {
35 delete channel;
  /external/webrtc/webrtc/voice_engine/
voe_neteq_stats_impl.h 23 int GetNetworkStatistics(int channel, NetworkStatistics& stats) override;
25 int GetDecodingCallStatistics(int channel,
  /frameworks/base/docs/html/training/tv/tif/
index.jd 28 Watching live TV shows and other continuous, channel-based content is a big part of the TV
29 experience. Users are accustomed to selecting and watching shows on TV by channel browsing.
37 channel content from hardware sources, such as HDMI ports and built-in-tuners, and software
44 displays them to a user. When a user selects a specific channel, the live TV app creates a
46 service to tune to the requested channel and play the content to a display surface provided by
67 <dt><b><a href="channel.html">Working with Channel Data</a></b></dt>
68 <dd>Learn how to describe channel and program data for the system.</dd>
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/jni/
frametovalues.h 17 // Native functions to pack a RGBA frame into either a one channel grayscale buffer
18 // or a three channel RGB buffer.
  /libcore/ojluni/src/main/java/java/nio/channels/
package-info.java 35 * <tr><td valign=top><tt><i>{@link java.nio.channels.Channel}</i></tt></td>
50 * <td>A channel to a network socket</td></tr>
52 * <td>Utility methods for channel/stream interoperation</td></tr>
55 * <p> A <i>channel</i> represents an open connection to an entity such as a
58 * or writing. As specified in the {@link java.nio.channels.Channel} interface,
62 * <p> The {@link java.nio.channels.Channel} interface is extended by several
67 * from the channel into a buffer; similarly, the {@link
70 * from a buffer to the channel. The {@link java.nio.channels.ByteChannel}
75 * java.nio.channels.SeekableByteChannel#position(long) modify} the channel's
88 * to {@link java.nio.channels.NetworkChannel#bind bind} the channel's socket
    [all...]
  /packages/apps/TV/src/com/android/tv/guide/
ProgramListAdapter.java 27 import com.android.tv.data.Channel;
32 * Adapts a program list for a specific channel from {@link ProgramManager} to a row of the program
58 Channel channel = mProgramManager.getChannel(mChannelIndex); local
59 if (channel == null) {
60 // The channel has just been removed. Do nothing.
62 mChannelId = channel.getId();
63 if (DEBUG) Log.d(TAG, "update for channel " + mChannelId);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/alsa/
mixer_abst.h 87 int (*get_volume)(snd_mixer_elem_t *elem, int dir, snd_mixer_selem_channel_id_t channel, long *value);
88 int (*get_dB)(snd_mixer_elem_t *elem, int dir, snd_mixer_selem_channel_id_t channel, long *value);
89 int (*set_volume)(snd_mixer_elem_t *elem, int dir, snd_mixer_selem_channel_id_t channel, long value);
90 int (*set_dB)(snd_mixer_elem_t *elem, int dir, snd_mixer_selem_channel_id_t channel, long value, int xdir);
91 int (*get_switch)(snd_mixer_elem_t *elem, int dir, snd_mixer_selem_channel_id_t channel, int *value);
92 int (*set_switch)(snd_mixer_elem_t *elem, int dir, snd_mixer_selem_channel_id_t channel, int value);
94 int (*get_enum_item)(snd_mixer_elem_t *elem, snd_mixer_selem_channel_id_t channel, unsigned int *itemp);
95 int (*set_enum_item)(snd_mixer_elem_t *elem, snd_mixer_selem_channel_id_t channel, unsigned int item);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/alsa/
mixer_abst.h 87 int (*get_volume)(snd_mixer_elem_t *elem, int dir, snd_mixer_selem_channel_id_t channel, long *value);
88 int (*get_dB)(snd_mixer_elem_t *elem, int dir, snd_mixer_selem_channel_id_t channel, long *value);
89 int (*set_volume)(snd_mixer_elem_t *elem, int dir, snd_mixer_selem_channel_id_t channel, long value);
90 int (*set_dB)(snd_mixer_elem_t *elem, int dir, snd_mixer_selem_channel_id_t channel, long value, int xdir);
91 int (*get_switch)(snd_mixer_elem_t *elem, int dir, snd_mixer_selem_channel_id_t channel, int *value);
92 int (*set_switch)(snd_mixer_elem_t *elem, int dir, snd_mixer_selem_channel_id_t channel, int value);
94 int (*get_enum_item)(snd_mixer_elem_t *elem, snd_mixer_selem_channel_id_t channel, unsigned int *itemp);
95 int (*set_enum_item)(snd_mixer_elem_t *elem, snd_mixer_selem_channel_id_t channel, unsigned int item);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
evntprov.h 59 UCHAR Channel;
191 UCHAR Channel,
199 EventDescriptor->Channel = Channel;
251 return (EventDescriptor->Channel);
324 UCHAR Channel)
326 EventDescriptor->Channel = Channel;
  /prebuilts/go/darwin-x86/test/chan/
select3.go 61 // sending/receiving from a nil channel blocks
69 // sending/receiving from a nil channel inside a select is never selected
85 // sending to an async channel with free buffer space never blocks
91 // receiving from a closed channel never blocks
95 panic("expected zero value when reading from closed channel")
99 panic("expected 0, false from closed channel")
104 // sending to a closed channel panics.
109 // receiving from a non-ready channel always blocks
  /prebuilts/go/linux-x86/test/chan/
select3.go 61 // sending/receiving from a nil channel blocks
69 // sending/receiving from a nil channel inside a select is never selected
85 // sending to an async channel with free buffer space never blocks
91 // receiving from a closed channel never blocks
95 panic("expected zero value when reading from closed channel")
99 panic("expected 0, false from closed channel")
104 // sending to a closed channel panics.
109 // receiving from a non-ready channel always blocks
  /external/c-ares/
ares.h 310 CARES_EXTERN int ares_save_options(ares_channel channel,
319 CARES_EXTERN void ares_destroy(ares_channel channel);
321 CARES_EXTERN void ares_cancel(ares_channel channel);
327 CARES_EXTERN void ares_set_local_ip4(ares_channel channel, unsigned int local_ip);
330 CARES_EXTERN void ares_set_local_ip6(ares_channel channel,
334 CARES_EXTERN void ares_set_local_dev(ares_channel channel,
337 CARES_EXTERN void ares_set_socket_callback(ares_channel channel,
341 CARES_EXTERN void ares_send(ares_channel channel,
347 CARES_EXTERN void ares_query(ares_channel channel,
354 CARES_EXTERN void ares_search(ares_channel channel,
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
TokenChannels.cs 39 * on a particular "channel". The parser tunes to a particular channel
40 * so that whitespace etc... can go to the parser on a "hidden" channel.
46 * Anything on different channel than DEFAULT_CHANNEL is not parsed

Completed in 1376 milliseconds

<<21222324252627282930>>