Home
last modified time | relevance | path

Searched defs:num_channels (Results 1 – 25 of 287) sorted by relevance

12345678910>>...12

/external/ComputeLibrary/src/core/
DTensorInfo.cpp76 TensorInfo::TensorInfo(size_t num_channels, DataType data_type) in TensorInfo()
82 TensorInfo::TensorInfo(const TensorShape &tensor_shape, size_t num_channels, DataType data_type) in TensorInfo()
88 TensorInfo::TensorInfo(const TensorShape &tensor_shape, size_t num_channels, DataType data_type, Qu… in TensorInfo()
95 TensorInfo::TensorInfo(const TensorShape &tensor_shape, size_t num_channels, DataType data_type, Da… in TensorInfo()
115 size_t num_channels = num_channels_from_format(format); in init() local
127 size_t num_channels = num_channels_from_format(format); in init() local
135 void TensorInfo::init(size_t num_channels, DataType data_type) in init()
140 void TensorInfo::init(const TensorShape &tensor_shape, size_t num_channels, DataType data_type) in init()
151 void TensorInfo::init(const TensorShape &tensor_shape, size_t num_channels, DataType data_type, in init()
177 const size_t num_channels = num_cells_per_block.area() * hog_info.num_bins(); in init() local
[all …]
/external/webrtc/api/audio_codecs/
Daudio_format.cc24 size_t num_channels) in SdpAudioFormat()
29 size_t num_channels, in SdpAudioFormat()
38 size_t num_channels, in SdpAudioFormat()
61 size_t num_channels, in AudioCodecInfo()
70 size_t num_channels, in AudioCodecInfo()
/external/webrtc/modules/audio_device/include/
Dtest_audio_device.cc217 int num_channels) in PulsedNoiseCapturerImpl()
271 int num_channels, in WavFileReader()
305 int num_channels, in WavFileReader()
325 int num_channels) in WavFileWriter()
344 int num_channels) in WavFileWriter()
358 int num_channels) in BoundedWavFileWriter()
424 explicit DiscardRenderer(int sampling_frequency_in_hz, int num_channels) in DiscardRenderer()
457 int num_channels) { in CreatePulsedNoiseCapturer()
464 int num_channels) { in CreateDiscardRenderer()
472 int num_channels) { in CreateWavFileReader()
[all …]
/external/tensorflow/tensorflow/lite/delegates/xnnpack/
Dchannelwise_quantized_depthwise_conv_2d_test.cc47 const int32_t num_channels = channel_rng(); variable
83 const int32_t num_channels = channel_rng(); variable
120 const int32_t num_channels = channel_rng(); variable
157 const int32_t num_channels = channel_rng(); variable
196 const int32_t num_channels = channel_rng(); variable
233 const int32_t num_channels = channel_rng(); variable
276 const int32_t num_channels = channel_rng(); in TEST() local
318 const int32_t num_channels = channel_rng(); in TEST() local
362 const int32_t num_channels = channel_rng(); in TEST() local
408 const int32_t num_channels = channel_rng(); in TEST() local
[all …]
/external/webrtc/common_audio/include/
Daudio_util.h100 int num_channels, in CopyAudioIfNeeded()
116 size_t num_channels, in Deinterleave()
134 size_t num_channels, in Interleave()
152 int num_channels, in UpmixMonoToInterleaved()
165 int num_channels, in DownmixToMono()
181 int num_channels, in DownmixInterleavedToMonoImpl()
/external/webrtc/common_audio/
Dchannel_buffer.h46 : data_(new T[num_frames * num_channels]()), in data_()
147 size_t num_channels() const { return num_channels_; } in num_channels() function
151 void set_num_channels(size_t num_channels) { in set_num_channels()
194 size_t num_channels() const { in num_channels() function
197 void set_num_channels(size_t num_channels) { in set_num_channels()
Dwav_header.cc154 uint32_t ByteRate(size_t num_channels, in ByteRate()
160 uint16_t BlockAlign(size_t num_channels, size_t bytes_per_sample) { in BlockAlign()
203 void WritePcmWavHeader(size_t num_channels, in WritePcmWavHeader()
234 void WriteIeeeFloatWavHeader(size_t num_channels, in WriteIeeeFloatWavHeader()
287 bool CheckWavParameters(size_t num_channels, in CheckWavParameters()
345 bool CheckWavParameters(size_t num_channels, in CheckWavParameters()
353 void WriteWavHeader(size_t num_channels, in WriteWavHeader()
376 size_t* num_channels, in ReadWavHeader()
Dwav_header_unittest.cc102 size_t num_channels = 0; in TEST() local
313 size_t num_channels = 0; in TEST() local
354 size_t num_channels = 0; in TEST() local
397 size_t num_channels = 0; in TEST() local
436 size_t num_channels = 0; in TEST() local
Dwav_file.h64 size_t num_channels() const override { return num_channels_; } in num_channels() function
98 size_t num_channels() const override { return num_channels_; } in num_channels() function
/external/webrtc/test/fuzzers/
Daudio_processing_fuzzer_helper.cc31 size_t num_channels, in GenerateFloatFrame()
56 size_t num_channels, in GenerateFixedFrame()
115 const int num_channels = in FuzzAudioProcessing() local
130 const int num_channels = fuzz_data->ReadOrDefaultValue(true) ? 2 : 1; in FuzzAudioProcessing() local
/external/webrtc/modules/audio_coding/codecs/opus/test/
Dblocker.cc25 size_t num_channels, in AddFrames()
40 size_t num_channels, in CopyFrames()
53 size_t num_channels, in MoveFrames()
65 size_t num_channels) { in ZeroOut()
76 size_t num_channels, in ApplyWindow()
Daudio_ring_buffer_unittest.cc29 const size_t num_channels = input.num_channels(); in ReadAndWriteTest() local
66 const size_t num_channels = ::testing::get<3>(GetParam()); in TEST_P() local
/external/webrtc/modules/audio_coding/codecs/g711/
Daudio_decoder_pcm.h28 explicit AudioDecoderPcmU(size_t num_channels) : num_channels_(num_channels) { in AudioDecoderPcmU()
52 explicit AudioDecoderPcmA(size_t num_channels) : num_channels_(num_channels) { in AudioDecoderPcmA()
/external/autotest/server/brillo/
Daudio_utils.py74 def check_wav_file(filename, num_channels=None, sample_rate=None, argument
113 def generate_sine_file(host, num_channels, sample_rate, sample_width, argument
181 def _compare_frames(reference_file_frames, rec_file_frames, num_channels, argument
/external/webrtc/modules/audio_processing/ns/
Dnoise_suppressor_unittest.cc27 size_t num_channels, in ProduceDebugText()
35 void PopulateInputFrameWithIdenticalChannels(size_t num_channels, in PopulateInputFrameWithIdenticalChannels()
49 void VerifyIdenticalChannels(size_t num_channels, in VerifyIdenticalChannels()
/external/webrtc/common_audio/resampler/
Dpush_resampler.cc32 size_t num_channels) { in CheckValidInitParams()
44 size_t num_channels, in CheckExpectedBufferSizes()
70 size_t num_channels) { in InitializeIfNeeded()
Dresampler.cc43 Resampler::Resampler(int inFreq, int outFreq, size_t num_channels) in Resampler()
72 int Resampler::ResetIfNeeded(int inFreq, int outFreq, size_t num_channels) { in ResetIfNeeded()
85 int Resampler::Reset(int inFreq, int outFreq, size_t num_channels) { in Reset()
/external/webrtc/modules/audio_processing/aec3/
Dalignment_mixer_unittest.cc29 int num_channels, in ProduceDebugText()
51 for (int num_channels = 2; num_channels < 8; ++num_channels) { in TEST() local
122 for (int num_channels = 1; num_channels < 8; ++num_channels) { in TEST() local
153 for (int num_channels = 1; num_channels < 8; ++num_channels) { in TEST() local
Dalignment_mixer.cc21 int num_channels) { in ChooseMixingVariant()
40 size_t num_channels, in AlignmentMixer()
48 AlignmentMixer::AlignmentMixer(size_t num_channels, in AlignmentMixer()
Dblock_delay_buffer.cc17 BlockDelayBuffer::BlockDelayBuffer(size_t num_channels, in BlockDelayBuffer()
36 const size_t num_channels = buf_.size(); in DelaySignal() local
/external/webrtc/modules/audio_processing/include/
Daudio_frame_view.h26 size_t num_channels, in AudioFrameView()
42 size_t num_channels() const { return num_channels_; } in num_channels() function
/external/webrtc/modules/audio_processing/agc2/
Dfixed_digital_level_estimator_unittest.cc30 int num_channels, in TestLevelEstimator()
60 int num_channels, in TimeMsToDecreaseLevel()
117 constexpr size_t num_channels = 10; in TEST() local
/external/webrtc/modules/audio_processing/aec_dump/
Dcapture_stream_info.cc45 int num_channels, in AddInput()
54 int num_channels, in AddOutput()
/external/webrtc/modules/audio_processing/
Dhigh_pass_filter.cc55 HighPassFilter::HighPassFilter(int sample_rate_hz, size_t num_channels) in HighPassFilter()
98 void HighPassFilter::Reset(size_t num_channels) { in Reset()
/external/tensorflow/tensorflow/python/keras/preprocessing/
Dimage_dataset.py233 num_channels, argument
251 def load_image(path, image_size, num_channels, interpolation, argument

12345678910>>...12