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

  /external/chromium_org/third_party/webrtc/modules/audio_processing/utility/
delay_estimator.c 281 int malloc_fail = 0; local
287 malloc_fail |= (self->binary_far_history == NULL);
290 malloc_fail |= (self->far_bit_counts == NULL);
292 if (malloc_fail) {
390 int malloc_fail = 0; local
404 malloc_fail |= (self->mean_bit_counts == NULL);
407 malloc_fail |= (self->bit_counts == NULL);
411 malloc_fail |= (self->binary_near_history == NULL);
414 malloc_fail |= (self->histogram == NULL);
416 if (malloc_fail) {
    [all...]
  /external/chromium_org/third_party/opus/src/tests/
test_opus_api.c 67 #define MALLOC_FAIL
    [all...]
  /external/libopus/tests/
test_opus_api.c 67 #define MALLOC_FAIL
    [all...]

Completed in 1030 milliseconds