HomeSort by relevance Sort by last modified time
    Searched refs:channel (Results 276 - 300 of 2925) sorted by null

<<11121314151617181920>>

  /external/libxcam/modules/ocl/
cl_newwavelet_denoise_handler.h 62 uint32_t channel; member in struct:XCam::_CLCLWaveletDecompBuffer
82 uint32_t channel, uint32_t subband, uint32_t layer);
112 uint32_t channel, uint32_t layer);
135 uint32_t channel,
139 SmartPtr<CLWaveletDecompBuffer> get_decomp_buffer (uint32_t channel, int layer);
162 const SmartPtr<CLContext> &context, const char *name, uint32_t channel);
169 SmartPtr<CLWaveletDecompBuffer> get_decomp_buffer (uint32_t channel, int layer);
174 void dump_coeff (SmartPtr<CLImage> image, uint32_t channel, uint32_t layer, uint32_t subband);
188 const SmartPtr<CLContext> &context, uint32_t channel, bool bayes_shrink);
  /external/tensorflow/tensorflow/contrib/image/kernels/
image_ops.h 93 const DenseIndex channel, const T fill_value) const {
95 DenseIndex(std::round(x)), channel, fill_value);
100 const DenseIndex channel, const T fill_value) const {
109 DenseIndex(x_floor), channel,
112 DenseIndex(x_ceil), channel,
118 DenseIndex(x_floor), channel,
121 DenseIndex(x_ceil), channel,
130 const DenseIndex channel, const T fill_value) const {
131 // batch and channel must be correct, because they are passed unchanged from
135 ? input_(array<DenseIndex, 4>{batch, y, x, channel})
    [all...]
  /external/webrtc/webrtc/modules/audio_coding/neteq/
dtmf_tone_generator_unittest.cc 52 for (int channel = 0; channel < channels; ++channel) {
53 EXPECT_NEAR(x, static_cast<double>(signal[channel][n]), 25);
84 for (int channel = 0; channel < channels; ++channel) {
85 EXPECT_NEAR(attenuation_factor * ref_signal[channel][n],
86 signal[channel][n],
150 AudioMultiVector signal(1); // One channel
    [all...]
  /packages/apps/Settings/tests/robotests/src/com/android/settings/notification/
VisibilityPreferenceControllerTest.java 120 NotificationChannel channel = new NotificationChannel("", "", IMPORTANCE_DEFAULT); local
121 mController.onResume(appRow, channel, null, null);
128 NotificationChannel channel = new NotificationChannel("", "", IMPORTANCE_MIN); local
129 mController.onResume(appRow, channel, null, null);
136 NotificationChannel channel = local
138 mController.onResume(appRow, channel, null, null);
141 channel = new NotificationChannel("", "", IMPORTANCE_DEFAULT);
142 mController.onResume(appRow, channel, null, null);
157 NotificationChannel channel = mock(NotificationChannel.class); local
158 when(channel.getId()).thenReturn("something")
179 NotificationChannel channel = mock(NotificationChannel.class); local
196 NotificationChannel channel = mock(NotificationChannel.class); local
221 NotificationChannel channel = mock(NotificationChannel.class); local
244 NotificationChannel channel = mock(NotificationChannel.class); local
261 NotificationChannel channel = mock(NotificationChannel.class); local
291 NotificationChannel channel = mock(NotificationChannel.class); local
310 NotificationChannel channel = mock(NotificationChannel.class); local
329 NotificationChannel channel = new NotificationChannel("", "", 4); local
348 NotificationChannel channel = new NotificationChannel("", "", 4); local
    [all...]
DescriptionPreferenceControllerTest.java 89 NotificationChannel channel = mock(NotificationChannel.class); local
90 when(channel.getImportance()).thenReturn(IMPORTANCE_NONE);
91 mController.onResume(appRow, channel, null, null);
98 NotificationChannel channel = mock(NotificationChannel.class); local
99 when(channel.getImportance()).thenReturn(IMPORTANCE_LOW);
100 mController.onResume(appRow, channel, null, null);
115 NotificationChannel channel = mock(NotificationChannel.class); local
116 when(channel.getImportance()).thenReturn(IMPORTANCE_LOW);
117 when(channel.getDescription()).thenReturn("AAA");
118 mController.onResume(appRow, channel, null, null)
135 NotificationChannel channel = mock(NotificationChannel.class); local
    [all...]
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
CommonTokenStream.as 31 * and tokens are prefiltered for a certain channel (the parser will only
32 * see these tokens and cannot change the filter channel number during the
45 /** Map<tokentype, channel> to override some Tokens' channel numbers */
51 /** Skip tokens on any channel but this one; this is how we skip whitespace... */
52 protected var channel:int = TokenConstants.DEFAULT_CHANNEL;
65 public function CommonTokenStream(tokenSource:TokenSource = null, channel:int = TokenConstants.DEFAULT_CHANNEL) {
67 this.channel = channel;
75 channel = TokenConstants.DEFAULT_CHANNEL
    [all...]
  /external/webp/src/dsp/
rescaler_mips32.c 32 int channel; local
36 for (channel = 0; channel < x_stride; ++channel) {
37 const uint8_t* src1 = src + channel;
38 rescaler_t* frow = wrk->frow + channel;
42 int loop_c = x_out_max - channel;
92 int channel; local
96 for (channel = 0; channel < x_stride; ++channel)
    [all...]
  /external/webrtc/webrtc/p2p/base/
dtlstransportchannel.h 26 // A bridge between a packet-oriented/channel-type interface on
30 explicit StreamInterfaceChannel(TransportChannel* channel);
86 // channel -- the TransportChannel we are wrapping
88 TransportChannelImpl* channel);
144 // Once DTLS has established (i.e., this channel is writable), this method
199 TransportChannelImpl* channel() { return channel_; } function in class:cricket::DtlsTransportChannelWrapper
202 void OnReadableState(TransportChannel* channel);
203 void OnWritableState(TransportChannel* channel);
204 void OnReadPacket(TransportChannel* channel, const char* data, size_t size,
206 void OnSentPacket(TransportChannel* channel,
    [all...]
dtlstransportchannel.cc 44 StreamInterfaceChannel::StreamInterfaceChannel(TransportChannel* channel)
45 : channel_(channel),
93 TransportChannelImpl* channel)
94 : TransportChannelImpl(channel->transport_name(), channel->component()),
97 channel_(channel),
310 LOG(LS_ERROR) << "Failed to get the current SRTP cipher for DTLS channel";
397 void DtlsTransportChannelWrapper::OnWritableState(TransportChannel* channel) {
399 ASSERT(channel == channel_);
401 << "DTLSTransportChannelWrapper: channel writable state changed to
    [all...]
  /packages/apps/TV/src/com/android/tv/data/
PreviewProgramContent.java 26 import com.android.tv.data.api.Channel;
47 Channel channel = local
51 return channel == null ? null : createFromProgram(previewChannelId, program, channel);
57 Channel channel = local
61 return createFromRecordedProgram(previewChannelId, recordedProgram, channel);
66 long previewChannelId, Program program, Channel channel) {
    [all...]
  /prebuilts/go/darwin-x86/src/time/
tick.go 9 // A Ticker holds a channel that delivers `ticks' of a clock
12 C <-chan Time // The channel on which the ticks are delivered.
16 // NewTicker returns a new Ticker containing a channel that will send the
25 // Give the channel a 1-element time buffer.
43 // Stop does not close the channel, to prevent a read from the channel succeeding
50 // channel only. While Tick is useful for clients that have no need to shut down
  /prebuilts/go/linux-x86/src/time/
tick.go 9 // A Ticker holds a channel that delivers `ticks' of a clock
12 C <-chan Time // The channel on which the ticks are delivered.
16 // NewTicker returns a new Ticker containing a channel that will send the
25 // Give the channel a 1-element time buffer.
43 // Stop does not close the channel, to prevent a read from the channel succeeding
50 // channel only. While Tick is useful for clients that have no need to shut down
  /packages/apps/TV/tuner/src/com/android/tv/tuner/source/
TunerTsStreamer.java 36 /** Provides MPEG-2 TS stream sources for channel playing from an underlying tuner device. */
126 * Creates {@link TsStreamer} for playing or recording the specified channel.
129 * @param eventListener the listener for channel & program information
148 public boolean startStream(TunerChannel channel) {
150 channel.getFrequency(), channel.getModulation(), channel.getDisplayNumber(false))) {
151 if (channel.hasVideo()) {
152 mTunerHal.addPidFilter(channel.getVideoPid(), TunerHal.FILTER_TYPE_VIDEO);
155 for (Integer audioPid : channel.getAudioPids())
    [all...]
  /device/linaro/bootloader/arm-trusted-firmware/plat/hisilicon/hikey960/
hikey960_boardid.c 62 static int get_adc(unsigned int channel, unsigned int *value)
66 if (channel > HKADC_CHANNEL_MAX) {
67 WARN("invalid channel:%d\n", channel);
71 mmio_write_32(HKADC_WR01_DATA_REG, HKADC_WR01_VALUE | channel);
96 static int get_value(unsigned int channel, unsigned int *value)
100 ret = get_adc(channel, value);
  /external/ImageMagick/Magick++/lib/Magick++/
Statistic.h 5 // Definition of channel moments.
28 // Destroy channel moments
37 // The channel
38 PixelChannel channel(void) const;
58 // Does object contain valid channel moments?
94 // Destroy channel perceptual hash
100 // The channel
101 PixelChannel channel(void) const;
103 // Does object contain valid channel perceptual hash?
142 // Destroy channel statistic
    [all...]
  /external/antlr/antlr-3.4/runtime/Python/tests/
t025lexerRulePropertyRef.py 22 text, type, line, pos, index, channel, start, stop = lexer.properties[0]
28 assert channel == antlr3.DEFAULT_CHANNEL, lexer.properties[0]
32 text, type, line, pos, index, channel, start, stop = lexer.properties[1]
38 assert channel == antlr3.DEFAULT_CHANNEL, lexer.properties[1]
42 text, type, line, pos, index, channel, start, stop = lexer.properties[2]
48 assert channel == antlr3.DEFAULT_CHANNEL, lexer.properties[2]
  /frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
ImportanceExtractorTest.java 63 private NotificationRecord getNotificationRecord(NotificationChannel channel) {
73 NotificationRecord r = new NotificationRecord(getContext(), sbn, channel);
88 NotificationChannel channel = local
91 NotificationRecord r = getNotificationRecord(channel);
107 NotificationChannel channel = local
110 NotificationRecord r = getNotificationRecord(channel);
NotificationIntrusivenessExtractorTest.java 43 NotificationChannel channel = new NotificationChannel("a", "a", IMPORTANCE_LOW); local
51 NotificationRecord r = new NotificationRecord(getContext(), sbn, channel);
58 NotificationChannel channel = new NotificationChannel("a", "a", IMPORTANCE_DEFAULT); local
69 NotificationRecord r = new NotificationRecord(getContext(), sbn, channel);
76 NotificationChannel channel = new NotificationChannel("a", "a", IMPORTANCE_DEFAULT); local
88 NotificationRecord r = new NotificationRecord(getContext(), sbn, channel);
  /libcore/ojluni/src/main/java/java/io/
FileInputStream.java 69 private FileChannel channel = null; field in class:FileInputStream
393 * <p> If this stream has an associated channel then the channel is closed
412 if (channel != null) {
413 channel.close();
445 * position} of the returned channel will be equal to the
447 * stream will increment the channel's position. Changing the channel's
451 * @return the file channel associated with this file input stream
458 if (channel == null)
    [all...]
FileOutputStream.java 74 * The associated channel, initialized lazily.
76 private FileChannel channel; field in class:FileOutputStream
389 * <p> If this stream has an associated channel then the channel is closed
408 if (channel != null) {
409 channel.close();
443 * position} of the returned channel will be equal to the
446 * Writing bytes to this stream will increment the channel's position
447 * accordingly. Changing the channel's position, either explicitly or by
450 * @return the file channel associated with this file output strea
    [all...]
  /packages/apps/SecureElement/src/com/android/se/security/ara/
AraController.java 40 import com.android.se.Channel;
91 Channel channel = mTerminal.openLogicalChannelWithoutChannelAccess(getAraMAid()); local
92 if (channel == null) {
93 throw new MissingResourceException("could not open channel", "", "");
100 channel.setChannelAccess(araChannelAccess);
103 // set new applet handler since a new channel is used.
104 mApplet = new AccessRuleApplet(channel);
127 if (channel != null) {
128 channel.close()
    [all...]
  /packages/apps/TV/src/com/android/tv/ui/sidepanel/
ChannelCheckItem.java 28 import com.android.tv.data.api.Channel;
33 private Channel mChannel;
39 public void onChannelRemoved(Channel channel) {}
42 public void onChannelUpdated(Channel channel) {
43 mChannel = channel;
56 Channel channel,
59 super(channel.getDisplayName(), "")
    [all...]
  /tools/test/connectivity/acts/framework/acts/controllers/ap_lib/
hostapd_ap_preset.py 20 channel=None,
32 You may specify channel or frequency, but not both. Both options
33 are checked for validity (i.e. you can't specify an invalid channel
39 channel: int, channel number.
41 frequency: int, frequency of channel.
61 if channel:
62 frequency = hostapd_config.get_frequency_for_channel(channel)
64 channel = hostapd_config.get_channel_for_frequency(frequency)
66 raise ValueError('Specify either frequency or channel.'
    [all...]
  /tools/test/connectivity/acts/tests/google/wifi/
SetupWifiNetworkTest.py 59 self.channel = hostapd_constants.AP_DEFAULT_CHANNEL_2G
61 self.channel = hostapd_constants.AP_DEFAULT_CHANNEL_5G
67 channel=self.channel,
76 channel=self.channel,
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/LL-star/
SimpleCLexer.m 87 state.channel = _channel;
120 state.channel = _channel;
153 state.channel = _channel;
186 state.channel = _channel;
219 state.channel = _channel;
252 state.channel = _channel;
285 state.channel = _channel;
319 state.channel = _channel;
353 state.channel = _channel;
387 state.channel = _channel
    [all...]

Completed in 553 milliseconds

<<11121314151617181920>>