Searched refs:memory_fail (Results 1 – 1 of 1) sorted by relevance
154 int memory_fail = 0; in WebRtc_CreateDelayEstimatorFarend() local158 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() local287 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()