Home
last modified time | relevance | path

Searched defs:channels (Results 1 – 25 of 223) sorted by relevance

123456789

/external/autotest/client/cros/audio/
Dsox_utils.py12 def _raw_format_args(channels, bits, rate): argument
27 def _format_args(channels, bits, rate): argument
41 filename, channels=2, bits=16, rate=48000, duration=None, frequencies=440, argument
79 def noise_profile_cmd(input, output, channels=1, bits=16, rate=48000): argument
100 input, output, noise_profile, channels=1, bits=16, rate=48000): argument
123 input, output, channel_index, channels=2, bits=16, rate=48000): argument
142 def stat_cmd(input, channels=1, bits=16, rate=44100): argument
Dalsa_utils.py27 def _get_format_args(channels, bits, rate): argument
247 input, duration=None, channels=2, bits=16, rate=48000, device=None): argument
280 output, duration=None, channels=1, bits=16, rate=48000, device=None): argument
Dcras_utils.py46 channels=2, rate=48000): argument
71 capture_file, block_size=None, duration=10, channels=1, rate=48000): argument
107 def loopback_cmd(output_file, duration=10, channels=2, rate=48000): argument
/external/autotest/client/site_tests/audio_Microphone/
Daudio_Microphone.py21 self, filesize, duration, channels, rate, bits=16): argument
27 def verify_alsa_capture(self, channels, rate, bits=16): argument
37 def verify_cras_capture(self, channels, rate): argument
/external/webrtc/webrtc/common_audio/
Dchannel_buffer.h67 T* const* channels() { return channels(0); } in channels() function
68 const T* const* channels() const { return channels(0); } in channels() function
77 const T* const* channels(size_t band) const { in channels() function
81 T* const* channels(size_t band) { in channels() function
Daudio_ring_buffer.cc20 AudioRingBuffer::AudioRingBuffer(size_t channels, size_t max_frames) { in AudioRingBuffer()
31 void AudioRingBuffer::Write(const float* const* data, size_t channels, in Write()
40 void AudioRingBuffer::Read(float* const* data, size_t channels, size_t frames) { in Read()
/external/webrtc/webrtc/modules/audio_coding/test/
DPacketLossTest.cc30 int channels, in Setup()
91 int channels, int expected_loss_rate) { in Setup()
112 PacketLossTest::PacketLossTest(int channels, int expected_loss_rate, in PacketLossTest()
DPCMFile.cc117 uint16_t channels = 1; in Read10MsData() local
192 const int channels = read_stereo_ ? 2 : 1; in FastForward() local
/external/webrtc/webrtc/modules/audio_device/include/
Daudio_device_defines.h152 AudioParameters(int sample_rate, size_t channels, size_t frames_per_buffer) in AudioParameters()
157 void reset(int sample_rate, size_t channels, size_t frames_per_buffer) { in reset()
164 void reset(int sample_rate, size_t channels, double ms_per_buffer) { in reset()
168 void reset(int sample_rate, size_t channels) { in reset()
172 size_t channels() const { return channels_; } in channels() function
/external/webrtc/webrtc/modules/rtp_rtcp/source/
Drtp_payload_registry.cc43 const size_t channels, in RegisterReceivePayload()
142 const size_t channels, in DeregisterAudioCodecOrRedTypeRegardlessOfPayloadType()
174 const size_t channels, in ReceivePayloadType()
391 const size_t channels, in PayloadIsCompatible()
410 const size_t channels, in CreatePayloadType()
434 const size_t channels, in PayloadIsCompatible()
448 const size_t channels, in CreatePayloadType()
/external/webrtc/webrtc/modules/audio_coding/neteq/
Dnormal_unittest.cc36 size_t channels = 1; in TEST() local
50 size_t channels = 1; in TEST() local
96 size_t channels = 2; in TEST() local
Dbackground_noise_unittest.cc20 size_t channels = 1; in TEST() local
/external/webrtc/webrtc/modules/audio_coding/codecs/opus/
Dopus_inst.h20 size_t channels; member
33 size_t channels; member
Dopus_interface.c45 size_t channels, in WebRtcOpus_EncoderCreate()
110 const size_t channels = inst->channels; in WebRtcOpus_Encode() local
251 int16_t WebRtcOpus_DecoderCreate(OpusDecInst** inst, size_t channels) { in WebRtcOpus_DecoderCreate()
451 int frames, channels, payload_length_ms; in WebRtcOpus_PacketHasFec() local
/external/wpa_supplicant_8/src/p2p/
Dp2p_utils.c254 int p2p_channels_includes(const struct p2p_channels *channels, u8 reg_class, in p2p_channels_includes()
271 int p2p_channels_includes_freq(const struct p2p_channels *channels, in p2p_channels_includes_freq()
321 const struct p2p_channels *channels) in p2p_get_pref_freq()
374 static u8 p2p_channel_pick_random(const u8 *channels, unsigned int num_channels) in p2p_channel_pick_random()
446 int p2p_channels_to_freqs(const struct p2p_channels *channels, int *freq_list, in p2p_channels_to_freqs()
Dp2p_invitation.c113 struct p2p_channels *channels) in p2p_build_invitation_resp()
186 struct p2p_channels all_channels, intersection, *channels = NULL; in p2p_process_invitation_req() local
436 struct p2p_channels intersection, *channels = NULL; in p2p_process_invitation_resp() local
/external/webrtc/webrtc/modules/audio_coding/acm2/
Daudio_coding_module.cc59 size_t channels) { in Codec()
79 size_t channels) { in Codec()
/external/libopus/src/
Dopus_multistream_encoder.c155 static void channel_pos(int channels, int pos[8]) in channel_pos()
234 … int len, int overlap, int channels, int rate, opus_copy_channel_in_func copy_channel_in, int arch in surround_analysis()
385 opus_int32 opus_multistream_surround_encoder_get_size(int channels, int mapping_family) in opus_multistream_surround_encoder_get_size()
430 int channels, in opus_multistream_encoder_init_impl()
493 int channels, in opus_multistream_encoder_init()
508 int channels, in opus_multistream_surround_encoder_init()
582 int channels, in opus_multistream_encoder_create()
619 int channels, in opus_multistream_surround_encoder_create()
864 int channels; in opus_multistream_encode_native() local
/external/flac/libFLAC/
Dmd5.c274 …t_input_(FLAC__multibyte *mbuf, const FLAC__int32 * const signal[], unsigned channels, unsigned sa… in format_input_()
284 #define BYTES_CHANNEL_SELECTOR(bytes, channels) (bytes * 100 + channels) in format_input_() argument
491 …cumulate(FLAC__MD5Context *ctx, const FLAC__int32 * const signal[], unsigned channels, unsigned sa… in FLAC__MD5Accumulate()
/external/kernel-headers/original/uapi/linux/hsi/
Dhsi_char.h54 __u32 channels; member
59 __u32 channels; member
/external/ImageMagick/coders/
Dvips.c306 const VIPSBandFormat format,const VIPSType type,const unsigned int channels, in ReadVIPSPixelsNONE()
379 channels, in ReadVIPSImage() local
633 channels; in WriteVIPSImage() local
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/apple/
DAppleLosslessSpecificBox.java28 private int channels; // 8bit field in AppleLosslessSpecificBox
86 public void setChannels(int channels) { in setChannels()
/external/opencv/cxcore/include/
Dcxcore.hpp50 CvImage( CvSize size, int depth, int channels ) in CvImage()
86 void create( CvSize size, int depth, int channels ) in create()
154 int channels() const { return image ? image->nChannels : 0; } in channels() function in CvImage
322 int channels() const { return matrix ? CV_MAT_CN(matrix->type) : 0; } in channels() function in CvMatrix
/external/webrtc/webrtc/modules/audio_processing/test/
Ddebug_dump_test.cc156 const int channels = mono ? 1 : input_file_channels_; in ForceInputMono() local
168 const int channels = mono ? 1 : reverse_file_channels_; in ForceReverseMono() local
178 void DebugDumpGenerator::SetOutputChannels(int channels) { in SetOutputChannels()
212 int channels, in ReadAndDeinterleave()
/external/toybox/toys/other/
Dmix.c35 const char *channels[SOUND_MIXER_NRDEVICES] = SOUND_DEVICE_NAMES; local

123456789