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

1 2 3 4 5 6 7 8 91011>>

  /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 161 audio_channel_mask_t channels; local
162 if (!OutputChannelConverter::fromString(literalChannels, channels) ||
163 !InputChannelConverter::fromString(literalChannels, channels)) {
166 return channels;
169 static ChannelTraits::Collection channelMasksFromString(const std::string &channels,
173 OutputChannelConverter::collectionFromString(channels, channelMaskCollection, del);
174 InputChannelConverter::collectionFromString(channels, channelMaskCollection, del);
175 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
  /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);
  /system/media/audio_effects/include/audio_effects/
effect_downmix.h 40 // throw away the extra channels
42 // mix the extra channels with FL/FR
  /system/media/audio_utils/include/audio_utils/
conversion.h 30 * In-place mono blend using the arithmetic average of the channels in each audio frame.
34 * \param channelCount number of channels per frame
  /system/media/audio_utils/tests/
fifo_tests.cpp 77 size_t frameSize = sizeof(short) * sfinfoin.channels;
78 short *inputBuffer = new short[sfinfoin.frames * sfinfoin.channels];
87 short *outputBuffer = new short[sfinfoin.frames * sfinfoin.channels];
91 short *fifoBuffer = new short[frameCount * sfinfoin.channels];
107 &inputBuffer[framesWritten * sfinfoin.channels], framesToWrite);
128 &outputBuffer[framesRead * sfinfoin.channels], framesToRead);
152 sfinfoout.channels = sfinfoin.channels;
  /external/opencv3/modules/viz/src/vtk/
vtkCloudMatSource.cpp 72 CV_Assert(_cloud.channels() == 3 || _cloud.channels() == 4);
94 CV_Assert(_colors.depth() == CV_8U && _colors.channels() <= 4 && _colors.channels() != 2);
116 CV_Assert(_normals.channels() == 3 || _normals.channels() == 4);
144 CV_Assert(_tcoords.channels() == 2 && _tcoords.size() == _cloud.size());
191 int s_chs = cloud.channels();
213 int s_chs = cloud_colors.channels();
214 int m_chs = mask.channels();
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/
SinkChannelTest.java 17 package org.apache.harmony.tests.java.nio.channels;
23 import java.nio.channels.ClosedChannelException;
24 import java.nio.channels.Pipe;
25 import java.nio.channels.SelectionKey;
26 import java.nio.channels.ServerSocketChannel;
27 import java.nio.channels.SocketChannel;
61 * @tests java.nio.channels.Pipe.SinkChannel#validOps()
68 * @tests java.nio.channels.Pipe.SinkChannel#write(ByteBuffer)
103 * @tests java.nio.channels.Pipe.SinkChannel#write(ByteBuffer)
147 * @tests java.nio.channels.Pipe.SinkChannel#write(ByteBuffer
    [all...]
  /system/media/audio_utils/
channels.c 18 #include <audio_utils/channels.h>
90 * single input channel to the first 2 output channels and 0-filling the remaining.
148 * first two input channels into the single output channel (and skipping the rest).
156 * NOTE: Overload of the summed channels is avoided by averaging the two input channels.
183 * by mixing the first two input channels into the single output channel (and skipping the rest).
189 * NOTE: Overload of the summed channels is avoided by averaging the two input channels.
215 * in_buff_channels Specifies the number of channels in the input buffer.
217 * out_buff_channels Specifies the number of channels in the output buffer
    [all...]
  /device/huawei/angler/
aanc_tuning_mixer.txt 15 SLIM_0_TX Channels:Two
46 SLIM_0_TX Channels:Two
80 SLIM_0_TX Channels:Two
104 SLIM_0_RX Channels:One
129 SLIM_0_RX Channels:One
  /external/kernel-headers/original/uapi/sound/
sb16_csp.h 40 /* CSP channels */
80 int channels; /* channels, look above */ member in struct:snd_sb_csp_start
88 unsigned short acc_channels; /* accepted channels */
92 unsigned short run_channels; /* current channels */

Completed in 669 milliseconds

1 2 3 4 5 6 7 8 91011>>