/external/webrtc/webrtc/common_audio/include/ |
audio_util.h | 68 // Copy audio from |src| channels to |dest| channels unless |src| and |dest| 70 // channels, and there must be sufficient space allocated in |dest|. 151 // all channels.
|
/external/webrtc/webrtc/common_audio/resampler/include/ |
push_resampler.h | 22 // TODO(ajm): add support for an arbitrary number of channels.
|
/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/ |
audio_decoder_ilbc.cc | 52 size_t AudioDecoderIlbc::Channels() const {
|
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/ |
audio_decoder_isac_t.h | 37 size_t Channels() const override;
|
/external/webrtc/webrtc/modules/audio_coding/codecs/opus/ |
audio_decoder_opus.h | 29 size_t Channels() const override;
|
/external/webrtc/webrtc/modules/audio_coding/codecs/pcm16b/ |
audio_encoder_pcm16b.cc | 32 config.num_channels = codec_inst.channels;
|
/external/webrtc/webrtc/modules/audio_coding/neteq/ |
audio_decoder_unittest.cc | 48 size_t channels, 52 ASSERT_LE(num_samples * channels, output.size()); 54 ASSERT_NEAR(input[n], output[channels * n + delay], tolerance) 57 DataLog::InsertCell("CodecTest", "output", output[channels * n]); 62 // The absolute difference between the first two channels in |output| is 66 size_t channels, 68 ASSERT_GE(channels, 2u); 69 ASSERT_LE(samples_per_channel * channels, output.size()); 71 ASSERT_NEAR(output[channels * n], output[channels * n + 1], tolerance [all...] |
neteq_network_stats_unittest.cc | 49 size_t Channels() const override { return num_channels_; } 63 memset(decoded, 0, sizeof(int16_t) * kPacketDuration * Channels()); 64 return kPacketDuration * Channels(); 85 static const int kMaxOutputSize = 960; // 10 ms * 48 kHz * 2 channels.
|
/external/webrtc/webrtc/modules/audio_coding/neteq/tools/ |
neteq_external_decoder_test.cc | 25 channels_(decoder_->Channels()) {
|
/external/webrtc/webrtc/modules/audio_coding/test/ |
opus_test.h | 35 size_t channels,
|
/external/webrtc/webrtc/modules/audio_device/android/ |
audio_manager_unittest.cc | 85 PRINT("%schannels: %" PRIuS "\n", kTag, playout_parameters_.channels()); 92 PRINT("%schannels: %" PRIuS "\n", kTag, record_parameters_.channels()); 122 EXPECT_EQ(0U, params.channels()); 142 EXPECT_EQ(kChannels, params.channels());
|
/external/webrtc/webrtc/modules/audio_processing/ |
high_pass_filter_impl.h | 29 void Initialize(size_t channels, int sample_rate_hz);
|
noise_suppression_impl.h | 29 void Initialize(size_t channels, int sample_rate_hz);
|
/external/webrtc/webrtc/tools/e2e_quality/audio/ |
run_audio_test.py | 38 parser.add_option('--channels', default='1', help='number of channels') 87 '--channels=' + options.channels, '--raw']
|
/external/webrtc/webrtc/voice_engine/ |
utility.h | 28 // to have its sample rate and channels members set to the desired values.
|
/frameworks/av/cmds/stagefright/ |
audioloop.cpp | 51 static const int channels = 1; // not permitted to be stereo now local 91 channels); 94 source = new SineSource(kSampleRate, channels); 103 meta->setInt32("channel-count", channels);
|
/frameworks/av/media/libnbaio/ |
LibsndfileSink.cpp | 27 NBAIO_Sink(Format_from_SR_C(sfinfo.samplerate, sfinfo.channels)),
|
/frameworks/av/media/libstagefright/codecs/aacenc/inc/ |
tns_param.h | 48 Word32 bitRate, Word16 channels, Word16 blockType);
|
/frameworks/av/media/libstagefright/codecs/opus/dec/ |
SoftOpus.h | 33 int channels; member in struct:android::OpusHeader
|
/frameworks/base/core/java/android/bluetooth/ |
package.html | 18 <li>Establish RFCOMM channels/sockets.</li>
|
/frameworks/base/docs/html/sdk/api_diff/24/changes/ |
pkg_java.nio.channels.spi.html | 10 java.nio.channels.spi 74 Package <A HREF="../../../../reference/java/nio/channels/spi/package-summary.html" target="_top"><font size="+1"><code>java.nio.channels.spi</code></font></A> 85 <nobr><A HREF="java.nio.channels.spi.SelectorProvider.html">SelectorProvider</A></nobr>
|
/frameworks/base/media/java/android/media/ |
AudioGain.java | 28 * - channel mask: indicates for which channels the gain can be controlled 94 * Indicates for which channels the gain can be controlled 149 * @param channelMask: channels of which the gain should be modified. 150 * @param values: gain values for each channels.
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/ |
ApConfigUtil.java | 66 * @param allowed2GChannels list of allowed 2GHz channels 94 /* Pick a random channel from the list of supported channels. */ 99 Log.e(TAG, "No available channels on 5GHz band"); 108 * @param allowed2GChannels list of allowed 2GHz channels
|
/hardware/bsp/intel/peripheral/libmraa/docs/ |
iio.md | 33 ###Channels
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libmkv/ |
WebMElement.h | 24 double samplingFrequency, unsigned int channels,
|