Home
last modified time | relevance | path

Searched refs:SetNumRows (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/webrtc/modules/audio_processing/beamformer/
Dcomplex_matrix.h55 this->SetNumRows(this->num_columns()); in ConjugateTranspose()
Dmatrix.h297 void SetNumRows(const size_t num_rows) { num_rows_ = num_rows; } in SetNumRows() function