Home
last modified time | relevance | path

Searched defs:input_num_channels (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/webrtc/modules/audio_processing/test/
H A Dwav_based_simulator.cc164 int input_num_channels = in_file->num_channels(); in Initialize() local
H A Daudio_processing_simulator.cc359 int input_num_channels, in SetupBuffersConfigsOutputs()
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/reference/
H A Dconv3d.h34 const int input_num_channels = MatchingDim(input_shape, 4, filter_shape, 3); in Conv3D() local
H A Dconv3d_transpose.h41 const int input_num_channels = MatchingDim(input_shape, 4, filter_shape, 4); in Conv3DTranspose() local
/aosp_15_r20/external/webrtc/audio/
H A Daudio_transport_impl.cc35 size_t input_num_channels, in InitializeCaptureFrame()
/aosp_15_r20/external/webrtc/modules/audio_processing/
H A Daudio_buffer.cc43 size_t input_num_channels, in AudioBuffer()
H A Daudio_processing_unittest.cc3357 const size_t input_num_channels = test_params_.input_config.num_channels(); in TEST_P() local