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