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

1 2 3 4 5 6 7 8 91011>>

  /external/opencv3/modules/cudastereo/src/cuda/
stereocsbp.hpp 7 int h, int w, int level, int nr_plane, int ndisp, int channels, float data_weight, float max_data_term, int min_disp, bool use_local_init_data_cost, cudaStream_t stream);
11 int rows, int cols, int h, int w, int h2, int level, int nr_plane, int channels, float data_weight, float max_data_term,
  /external/opencv3/modules/imgcodecs/misc/java/test/
HighguiTest.java 42 assertEquals(3, dst.channels());
50 assertEquals(1, dst.channels());
  /external/opencv3/modules/viz/src/vtk/
vtkCloudMatSink.cpp 95 int channels = scalars_data->GetNumberOfComponents(); local
98 CV_Assert((channels == 3 || channels == 4) && "Only 3- or 4-channel color data support is implemented");
101 Mat buffer(cloud.size(), CV_64FC(channels));
115 int channels = normals_data->GetNumberOfComponents(); local
118 CV_Assert((vtktype == VTK_FLOAT || VTK_FLOAT == VTK_DOUBLE) && (channels == 3 || channels == 4));
121 Mat buffer(cloud.size(), CV_64FC(channels));
vtkImageMatSource.cpp 81 CV_Assert(_image.depth() == CV_8U && (_image.channels() == 1 || _image.channels() == 3 || _image.channels() == 4));
87 this->ImageData->SetNumberOfScalarComponents(image.channels());
91 this->ImageData->AllocateScalars(VTK_UNSIGNED_CHAR, image.channels());
94 switch(image.channels())
126 for (int x = 0; x < source.cols; ++x, srow += source.channels())
140 for (int x = 0; x < source.cols; ++x, srow += source.channels())
  /external/webrtc/webrtc/common_audio/
audio_converter_unittest.cc 33 sb->channels()[i][j] = data[i] * j;
62 float error = ref.channels()[i][j] - test.channels()[i][j + delay];
64 variance += ref.channels()[i][j] * ref.channels()[i][j];
65 mean += ref.channels()[i][j];
137 converter->Convert(src_buffer->channels(), src_buffer->size(),
138 dst_buffer->channels(), dst_buffer->size());
  /external/webrtc/webrtc/modules/audio_coding/acm2/
codec_manager.cc 27 if ((send_codec.channels != 1) && (send_codec.channels != 2)) {
29 "Wrong number of channels (%" PRIuS ", only mono and stereo "
31 send_codec.channels);
49 if (!RentACodec::IsSupportedNumChannels(*maybe_codec_id, send_codec.channels)
52 "%" PRIuS " number of channels not supportedn for %s.",
53 send_codec.channels, send_codec.plname);
123 ci.channels = external_speech_encoder->NumChannels();
  /external/webrtc/webrtc/modules/audio_coding/codecs/g711/
audio_decoder_pcm.h 26 size_t Channels() const override;
47 size_t Channels() const override;
  /external/webrtc/webrtc/modules/audio_coding/codecs/opus/
opus_inst.h 20 size_t channels; member in struct:WebRtcOpusEncInst
33 size_t channels; member in struct:WebRtcOpusDecInst
  /external/webrtc/webrtc/modules/audio_coding/codecs/pcm16b/
audio_decoder_pcm16b.cc 25 size_t AudioDecoderPcm16B::Channels() const {
45 return static_cast<int>(encoded_len / (2 * Channels()));
  /external/webrtc/webrtc/modules/audio_coding/test/
PCMFile.cc 117 uint16_t channels = 1; local
119 channels = 2;
123 samples_10ms_ * channels, pcm_file_);
124 if (payload_size < samples_10ms_ * channels) {
125 for (int k = payload_size; k < samples_10ms_ * channels; k++) {
137 audio_frame.num_channels_ = channels;
192 const int channels = read_stereo_ ? 2 : 1; local
194 num_10ms_blocks * sizeof(int16_t) * samples_10ms_ * channels;
  /external/webrtc/webrtc/modules/rtp_rtcp/source/mock/
mock_rtp_payload_strategy.h 26 const size_t channels,
37 const size_t channels,
  /external/wpa_supplicant_8/src/ap/
dfs.c 59 * time for CAC, so radar channels must be skipped when finding a new
86 * VHT80, valid channels based on center frequency:
91 * VHT160 valid channels based on center frequency:
112 wpa_printf(MSG_DEBUG, "Unknown width for %d channels", n_chans);
131 if (mode->channels[i].freq == freq)
132 return &mode->channels[i];
149 first_chan = &mode->channels[first_chan_idx];
193 wpa_printf(MSG_DEBUG, "DFS new chan checking %d channels", n_chans);
195 chan = &mode->channels[i];
197 /* Skip HT40/VHT incompatible channels */
    [all...]
mbo_ap.c 37 char channels[200], *pos, *end; local
42 return; /* Not enough room for any channels */
54 os_memcpy(info->channels, buf, num_chan);
64 pos = channels;
65 end = pos + sizeof(channels);
78 " non-preferred channel list (op class %u, pref %u, reason code %u, reason detail %u, channels %s)",
80 info->reason_code, info->reason_detail, channels);
146 info->channels[i],
  /external/wpa_supplicant_8/src/p2p/
p2p_invitation.c 77 p2p_buf_add_channel_list(buf, p2p->cfg->country, &p2p->channels);
113 struct p2p_channels *channels)
158 if (channels)
159 p2p_buf_add_channel_list(buf, p2p->cfg->country, channels);
186 struct p2p_channels all_channels, intersection, *channels = NULL; local
238 p2p_channels_union(&p2p->cfg->channels, &p2p->cfg->cli_channels,
244 p2p_dbg(p2p, "No common channels found");
249 p2p_channels_dump(p2p, "own channels", &p2p->cfg->channels);
250 p2p_channels_dump(p2p, "own client channels", &all_channels)
436 struct p2p_channels intersection, *channels = NULL; local
    [all...]
  /frameworks/av/media/libstagefright/codecs/aacenc/inc/
psy_main.h 52 Word16 channels,
57 Word16 psyMain(Word16 nChannels, /*!< total number of channels */
tns_func.h 33 Word16 channels,
40 Word16 channels,
  /frameworks/av/services/audiopolicy/common/managerdefinitions/include/
TypeConverter.h 165 audio_channel_mask_t channels; local
166 if (!OutputChannelConverter::fromString(literalChannels, channels) ||
167 !InputChannelConverter::fromString(literalChannels, channels)) {
170 return channels;
174 static ChannelTraits::Collection channelMasksFromString(const std::string &channels,
178 OutputChannelConverter::collectionFromString(channels, channelMaskCollection, del);
179 InputChannelConverter::collectionFromString(channels, channelMaskCollection, del);
180 ChannelIndexConverter::collectionFromString(channels, channelMaskCollection, del);
  /frameworks/base/docs/html/distribute/users/
user-acquisition.jd 2 page.metaDescription=Use the Developer Console to identify the channels that bring the greatest volume of high-value users.
22 efforts on the channels that bring you the greatest volume of high-value
23 users. It?s now easy to identify those channels from the User Acquisition
43 class="external-link">measure your app?s user acquisition channels.</a>
59 <strong>Examine acquisition channels:</strong> For your defined cohort, you
61 channels, such as organic Play Store traffic, AdWords campaigns, tracked
62 channels, and searches. Drill down into specific channels to explore user
  /frameworks/support/design/tests/src/android/support/design/testutils/
TestDrawable.java 25 * below, and BitmapDrawable (PNG sources) appears to slightly alter green and blue channels
27 * allows doing reliable tests at the level of individual channels (alpha / red / green / blue)
  /libcore/luni/src/test/java/libcore/java/io/
InterruptedStreamTest.java 30 import java.nio.channels.ClosedByInterruptException;
31 import java.nio.channels.ClosedChannelException;
32 import java.nio.channels.Pipe;
33 import java.nio.channels.ReadableByteChannel;
34 import java.nio.channels.ServerSocketChannel;
35 import java.nio.channels.SocketChannel;
36 import java.nio.channels.WritableByteChannel;
108 * Returns a pair of connected sockets backed by NIO socket channels.
  /libcore/luni/src/test/java/org/apache/harmony/nio/tests/java/nio/channels/spi/
SelectorProviderTest.java 17 package org.apache.harmony.nio.tests.java.nio.channels.spi;
19 import java.nio.channels.spi.SelectorProvider;
  /libcore/ojluni/src/main/java/sun/nio/ch/
DevPollSelectorProvider.java 29 import java.nio.channels.*;
30 import java.nio.channels.spi.*;
EPollSelectorProvider.java 29 import java.nio.channels.*;
30 import java.nio.channels.spi.*;
PollSelectorProvider.java 29 import java.nio.channels.*;
30 import java.nio.channels.spi.*;
  /system/bt/embdrv/sbc/encoder/include/
sbc_if.h 28 channels - 1 mono 2 stereo
33 int SBC_init(int pcm_sample_freq, int channels, int bits_per_sample);

Completed in 2088 milliseconds

1 2 3 4 5 6 7 8 91011>>