| /external/tensorflow/tensorflow/python/ops/signal/ | 
| D | window_ops.py | 31 def _check_params(window_length, dtype):  argument 54 def kaiser_window(window_length, beta=12., dtype=dtypes.float32, name=None):  argument 94 def kaiser_bessel_derived_window(window_length, beta=12.,  argument 122 def vorbis_window(window_length, dtype=dtypes.float32, name=None):  argument 147 def hann_window(window_length, periodic=True, dtype=dtypes.float32, name=None):  argument 173 def hamming_window(window_length, periodic=True, dtype=dtypes.float32,  argument 199 def _raised_cosine_window(name, default_name, window_length, periodic,  argument
  | 
| /external/tensorflow/tensorflow/python/kernel_tests/signal/ | 
| D | window_ops_test.py | 84   def _compare_window_fns(self, np_window_fn, tf_window_fn, window_length,  argument 99   def test_kaiser_window(self, window_length, beta, tf_dtype_tol):  argument 111   def test_hann_window(self, window_length, periodic, tf_dtype_tol):  argument 125   def test_hamming_window(self, window_length, periodic, tf_dtype_tol):  argument 161   def test_tflite_convert(self, window_fn, window_length, periodic, dtype):  argument 163     def fn(window_length):  argument 182   def test_vorbis_window(self, window_length, tf_dtype_tol):  argument 193   def test_kaiser_bessel_derived_window(self, window_length, beta,  argument
  | 
| D | spectral_ops_test.py | 50   def _np_frame(data, window_length, hop_length):  argument 57   def _np_stft(data, fft_length, hop_length, window_length):  argument 63   def _np_inverse_stft(stft, fft_length, hop_length, window_length):  argument
  | 
| /external/cronet/net/third_party/quiche/src/quiche/quic/core/congestion_control/ | 
| D | windowed_filter.h | 71   WindowedFilter(TimeDeltaT window_length, T zero_value, TimeT zero_time)  in WindowedFilter() 80   void SetWindowLength(TimeDeltaT window_length) {  in SetWindowLength()
  | 
| /external/tensorflow/tensorflow/core/kernels/ | 
| D | spectrogram.cc | 29 void GetPeriodicHann(int window_length, std::vector<double>* window) {  in GetPeriodicHann() 39 bool Spectrogram::Initialize(int window_length, int step_length) {  in Initialize()
  | 
| /external/tensorflow/tensorflow/lite/kernels/internal/ | 
| D | spectrogram.cc | 30 void GetPeriodicHann(int window_length, std::vector<double>* window) {  in GetPeriodicHann() 40 bool Spectrogram::Initialize(int window_length, int step_length) {  in Initialize()
  | 
| /external/webrtc/modules/audio_processing/agc2/ | 
| D | clipping_predictor.cc | 74                          int window_length,  in ClippingEventPredictor() 213                                  int window_length,  in ClippingPeakPredictor()
  | 
| /external/webrtc/modules/audio_processing/include/ | 
| D | audio_processing.h | 314           int window_length = 5;  member
  |