/external/webrtc/webrtc/modules/audio_processing/beamformer/ |
beamformer.h | 26 // channels must correspond to the constructor parameters. The same
|
/external/webrtc/webrtc/modules/audio_processing/ |
splitting_filter.h | 40 // bands. The number of channels needs to be provided at construction time.
|
/external/webrtc/webrtc/modules/audio_processing/test/ |
process_test.cc | 210 ASSERT_LT(i + 1, argc) << "Specify number of channels after -ch"; 217 ASSERT_LT(i, argc) << "Specify number of channels after -rch"; 451 printf("Primary channels: %" PRIuS " (in), %" PRIuS " (out)\n", 454 printf("Reverse channels: %" PRIuS "\n", num_render_channels); 636 printf(" Primary channels: %d (in), %d (out)\n", 640 printf(" Reverse channels: %d\n", msg.num_reverse_channels()); 645 // its sample rate or number of channels. 663 memcpy(reverse_cb->channels()[i], 666 sizeof(reverse_cb->channels()[i][0])); 680 reverse_cb->channels(), [all...] |
/external/webrtc/webrtc/modules/utility/include/ |
audio_frame_operations.h | 44 // Swap the left and right channels of |frame|. Fails silently if |frame| is
|
/external/webrtc/webrtc/voice_engine/test/auto_test/fixtures/ |
before_streaming_fixture.cc | 68 codec.channels = 1;
|
/external/zopfli/ |
README.zopflipng | 10 - optionally converts 16-bit color channels to 8-bit.
|
/frameworks/av/media/libeffects/lvm/lib/Common/lib/ |
BIQUAD.h | 182 LVM_FLOAT Storage[ (2 * 2) ]; /* Two channels, two taps of size LVM_INT32 */ 192 LVM_INT32 Storage[ (2*2) ]; /* Two channels, two taps of size LVM_INT32 */ 205 LVM_FLOAT Storage[ (2 * 4) ]; /* Two channels, four taps of size LVM_INT32 */ 215 LVM_INT32 Storage[ (2*4) ]; /* Two channels, four taps of size LVM_INT32 */
|
/frameworks/av/media/libnbaio/ |
LibsndfileSource.cpp | 27 NBAIO_Source(Format_from_SR_C(sfinfo.samplerate, sfinfo.channels)),
|
/frameworks/av/media/libstagefright/codecs/common/include/ |
voAAC.h | 47 short nChannels; /*! number of channels on input (1,2) */
|
/frameworks/av/media/libstagefright/include/media/stagefright/ |
SkipCutBuffer.h | 35 // 'num16BitChannels' is the number of channels, which are assumed to be 16 bit wide each
|
/frameworks/av/services/audioflinger/ |
BufLog.cpp | 75 size_t BufLog::write(int streamid, const char *tag, int format, int channels, 83 pBLStream = mStreams[id] = new BufLogStream(id, tag, format, channels, 114 unsigned int channels, 116 size_t maxBytes = 0) : mId(id), mFormat(format), mChannels(channels),
|
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/ |
AudioProfile.h | 88 inline bool supportsChannels(audio_channel_mask_t channels) const 90 return mChannelMasks.indexOf(channels) >= 0; 97 status_t checkExact(uint32_t rate, audio_channel_mask_t channels, audio_format_t format) const; 152 // for a profile with dynamic format, rate and channels attributes
|
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/ |
AudioProfile.cpp | 132 // match score += number of channels matched. 134 // If there are no matched channels, the mask may still be accepted 192 mIsDynamicChannels ? "[dynamic channels]" : "", 267 // rate and channels as well
|
/frameworks/base/core/java/android/hardware/sidekick/ |
SidekickInternal.java | 40 * via other channels to leave the previous image on the display (same as SUSPEND in
|
/frameworks/base/core/java/com/android/internal/textservice/ |
ISpellCheckerService.aidl | 26 * IPC channels from TextServicesManagerService to SpellCheckerService.
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/plugins/ |
PluginManager.java | 25 // must be one of the channels created in NotificationChannels.java
|
/frameworks/base/services/usb/java/com/android/server/usb/descriptors/ |
Usb10ACInputTerminal.java | 29 // Number of logical output channels in the
|
Usb20ACMixerUnit.java | 27 // logical channels.
|
UsbACMixerUnit.java | 25 protected byte mNumOutputs; // The number of output channels
|
/frameworks/native/libs/vr/libpdx_uds/ |
client_channel.cpp | 34 } else if (static_cast<size_t>(index) < response.channels.size()) { 35 auto& channel_info = response.channels[index]; 62 request.channels.push_back(std::move(channel_info)); 63 return request.channels.size() - 1;
|
/frameworks/wilhelm/src/desktop/ |
SDL.cpp | 50 fmt.channels = STEREO_CHANNELS;
|
/hardware/google/av/media/sfplugin/ |
SkipCutBuffer.h | 35 // 'num16BitChannels' is the number of channels, which are assumed to be 16 bit wide each
|
/hardware/interfaces/media/1.0/xml/ |
media_profiles.dtd | 23 <!ATTLIST Audio channels (1|2) #REQUIRED>
|
/hardware/qcom/msm8996/kernel-headers/linux/ |
msm_audio_sbc.h | 40 uint32_t channels; member in struct:msm_audio_sbc_enc_config
|
/hardware/qcom/msm8998/kernel-headers/linux/ |
msm_audio_sbc.h | 40 uint32_t channels; member in struct:msm_audio_sbc_enc_config
|