HomeSort by relevance Sort by last modified time
    Searched full:memory_fail (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/third_party/webrtc/modules/audio_processing/utility/
delay_estimator_wrapper.c 154 int memory_fail = 0; local
158 memory_fail |= (self->binary_farend == NULL);
162 memory_fail |= (self->mean_far_spectrum == NULL);
166 if (memory_fail) {
282 int memory_fail = 0; local
287 memory_fail |= (self->binary_handle == NULL);
292 memory_fail |= (self->mean_near_spectrum == NULL);
296 if (memory_fail) {

Completed in 70 milliseconds