Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_processing/utility/
Ddelay_estimator_wrapper.c154 int memory_fail = 0; in WebRtc_CreateDelayEstimatorFarend() local
158 memory_fail |= (self->binary_farend == NULL); in WebRtc_CreateDelayEstimatorFarend()
162 memory_fail |= (self->mean_far_spectrum == NULL); in WebRtc_CreateDelayEstimatorFarend()
166 if (memory_fail) { in WebRtc_CreateDelayEstimatorFarend()
282 int memory_fail = 0; in WebRtc_CreateDelayEstimator() local
287 memory_fail |= (self->binary_handle == NULL); in WebRtc_CreateDelayEstimator()
292 memory_fail |= (self->mean_near_spectrum == NULL); in WebRtc_CreateDelayEstimator()
296 if (memory_fail) { in WebRtc_CreateDelayEstimator()