Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_processing/utility/
Ddelay_estimator_wrapper.cc156 int memory_fail = 0; in WebRtc_CreateDelayEstimatorFarend() local
160 memory_fail |= (self->binary_farend == NULL); in WebRtc_CreateDelayEstimatorFarend()
165 memory_fail |= (self->mean_far_spectrum == NULL); in WebRtc_CreateDelayEstimatorFarend()
169 if (memory_fail) { in WebRtc_CreateDelayEstimatorFarend()
285 int memory_fail = 0; in WebRtc_CreateDelayEstimator() local
290 memory_fail |= (self->binary_handle == NULL); in WebRtc_CreateDelayEstimator()
295 memory_fail |= (self->mean_near_spectrum == NULL); in WebRtc_CreateDelayEstimator()
299 if (memory_fail) { in WebRtc_CreateDelayEstimator()