/external/autotest/client/cros/audio/ |
D | sox_utils.py | 12 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
|
D | alsa_utils.py | 27 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
|
D | cras_utils.py | 46 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/ |
D | audio_Microphone.py | 21 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/ |
D | channel_buffer.h | 67 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
|
D | audio_ring_buffer.cc | 20 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/ |
D | PacketLossTest.cc | 30 int channels, in Setup() 91 int channels, int expected_loss_rate) { in Setup() 112 PacketLossTest::PacketLossTest(int channels, int expected_loss_rate, in PacketLossTest()
|
D | PCMFile.cc | 117 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/ |
D | audio_device_defines.h | 152 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/ |
D | rtp_payload_registry.cc | 43 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/ |
D | normal_unittest.cc | 36 size_t channels = 1; in TEST() local 50 size_t channels = 1; in TEST() local 96 size_t channels = 2; in TEST() local
|
D | background_noise_unittest.cc | 20 size_t channels = 1; in TEST() local
|
/external/webrtc/webrtc/modules/audio_coding/codecs/opus/ |
D | opus_inst.h | 20 size_t channels; member 33 size_t channels; member
|
D | opus_interface.c | 45 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/ |
D | p2p_utils.c | 254 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()
|
D | p2p_invitation.c | 113 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/ |
D | audio_coding_module.cc | 59 size_t channels) { in Codec() 79 size_t channels) { in Codec()
|
/external/libopus/src/ |
D | opus_multistream_encoder.c | 155 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/ |
D | md5.c | 274 …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/ |
D | hsi_char.h | 54 __u32 channels; member 59 __u32 channels; member
|
/external/ImageMagick/coders/ |
D | vips.c | 306 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/ |
D | AppleLosslessSpecificBox.java | 28 private int channels; // 8bit field in AppleLosslessSpecificBox 86 public void setChannels(int channels) { in setChannels()
|
/external/opencv/cxcore/include/ |
D | cxcore.hpp | 50 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/ |
D | debug_dump_test.cc | 156 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/ |
D | mix.c | 35 const char *channels[SOUND_MIXER_NRDEVICES] = SOUND_DEVICE_NAMES; local
|