/external/webrtc/webrtc/modules/audio_coding/codecs/g711/ |
D | audio_decoder_pcm.h | 21 explicit AudioDecoderPcmU(size_t num_channels) : num_channels_(num_channels) { in AudioDecoderPcmU() 42 explicit AudioDecoderPcmA(size_t num_channels) : num_channels_(num_channels) { in AudioDecoderPcmA()
|
/external/webrtc/webrtc/common_audio/include/ |
D | audio_util.h | 74 int num_channels, in CopyAudioIfNeeded() 90 size_t num_channels, in Deinterleave() 108 size_t num_channels, in Interleave() 126 int num_channels, in UpmixMonoToInterleaved() 139 int num_channels, in DownmixToMono() 155 int num_channels, in DownmixInterleavedToMonoImpl()
|
/external/webrtc/webrtc/common_audio/ |
D | blocker.cc | 25 size_t num_channels, in AddFrames() 40 size_t num_channels, in CopyFrames() 54 size_t num_channels, in MoveFrames() 67 size_t num_channels) { in ZeroOut() 78 size_t num_channels, in ApplyWindow()
|
D | wav_file.h | 54 size_t num_channels() const override { return num_channels_; } in num_channels() function 82 size_t num_channels() const override { return num_channels_; } in num_channels() function
|
D | wav_header.cc | 62 bool CheckWavParameters(size_t num_channels, in CheckWavParameters() 138 static inline uint32_t ByteRate(size_t num_channels, int sample_rate, in ByteRate() 143 static inline uint16_t BlockAlign(size_t num_channels, in BlockAlign() 149 size_t num_channels, in WriteWavHeader() 184 size_t* num_channels, in ReadWavHeader()
|
D | channel_buffer.h | 45 : data_(new T[num_frames * num_channels]()), in data_() 118 size_t num_channels() const { return num_channels_; } in num_channels() function 154 size_t num_channels() const { return ibuf_.num_channels(); } in num_channels() function
|
D | audio_ring_buffer_unittest.cc | 27 const size_t num_channels = input.num_channels(); in ReadAndWriteTest() local 64 const size_t num_channels = ::testing::get<3>(GetParam()); in TEST_P() local
|
D | wav_header_unittest.cc | 94 size_t num_channels = 0; in TEST() local 271 size_t num_channels = 0; in TEST() local 307 size_t num_channels = 0; in TEST() local
|
/external/autotest/server/brillo/ |
D | audio_utils.py | 67 def check_wav_file(filename, num_channels=None, sample_rate=None, argument 106 def generate_sine_file(host, num_channels, sample_rate, sample_width, argument 174 def _compare_frames(reference_file_frames, rec_file_frames, num_channels, argument
|
/external/webrtc/webrtc/common_audio/resampler/ |
D | resampler.cc | 42 Resampler::Resampler(int inFreq, int outFreq, size_t num_channels) in Resampler() 79 int Resampler::ResetIfNeeded(int inFreq, int outFreq, size_t num_channels) in ResetIfNeeded() 94 int Resampler::Reset(int inFreq, int outFreq, size_t num_channels) in Reset()
|
/external/libxaac/decoder/drc_src/ |
D | impd_drc_peak_limiter.c | 37 FLOAT32 limit_threshold, UWORD32 num_channels, in impd_peak_limiter_init() 87 UWORD32 num_channels = peak_limiter->num_channels; in impd_limiter_process() local
|
/external/autotest/server/site_tests/brillo_RecordingAudioTest/ |
D | brillo_RecordingAudioTest.py | 41 sample_rate, num_channels, rec_file): argument 77 sample_rate, num_channels, duration_secs): argument
|
/external/aac/libAACdec/src/ |
D | FDK_delay.h | 114 UCHAR num_channels; /*!< Number of channels to delay. */ member
|
D | FDK_delay.cpp | 110 const UCHAR num_channels) { in FDK_Delay_Create()
|
/external/webrtc/webrtc/modules/audio_coding/neteq/mock/ |
D | mock_expand.h | 27 size_t num_channels) in MockExpand()
|
/external/autotest/server/site_tests/brillo_PlaybackAudioTest/ |
D | brillo_PlaybackAudioTest.py | 70 num_channels, play_file_path=None): argument 95 num_channels): argument
|
/external/webrtc/webrtc/modules/audio_coding/neteq/ |
D | accelerate.h | 32 Accelerate(int sample_rate_hz, size_t num_channels, in Accelerate()
|
D | neteq_impl_unittest.cc | 469 size_t num_channels; in TEST_F() local 548 size_t num_channels; in TEST_F() local 625 size_t num_channels; in TEST_F() local 737 size_t num_channels; in TEST_F() local 877 size_t num_channels; in TEST_F() local 983 size_t num_channels; in TEST_F() local 1080 size_t num_channels; in TEST_F() local 1201 size_t num_channels; in TEST_F() local
|
D | preemptive_expand.h | 33 size_t num_channels, in PreemptiveExpand()
|
/external/tensorflow/tensorflow/contrib/gan/python/eval/python/ |
D | eval_utils_impl.py | 34 def image_grid(input_tensor, grid_shape, image_shape=(32, 32), num_channels=3): argument
|
/external/adhd/cras/examples/ |
D | cplay_buffer.c | 22 const unsigned int num_channels = 2; in main() local
|
/external/tensorflow/tensorflow/python/kernel_tests/ |
D | summary_audio_op_test.py | 37 def _CheckProto(self, audio_summ, sample_rate, num_channels, length_frames): argument
|
/external/adhd/cras/src/server/ |
D | linear_resampler.c | 21 unsigned int num_channels; member 30 struct linear_resampler *linear_resampler_create(unsigned int num_channels, in linear_resampler_create()
|
/external/adhd/cras/src/common/ |
D | cras_audio_format.h | 77 size_t num_channels; member 94 uint32_t num_channels; member
|
/external/webrtc/webrtc/modules/audio_coding/codecs/pcm16b/ |
D | audio_decoder_pcm16b.cc | 18 AudioDecoderPcm16B::AudioDecoderPcm16B(size_t num_channels) in AudioDecoderPcm16B()
|