Searched refs:OPUS_ALLOC_FAIL (Results 1 – 9 of 9) sorted by relevance
60 #define OPUS_ALLOC_FAIL -7 macro
401 *error = OPUS_ALLOC_FAIL; in opus_custom_mode_create()
150 return OPUS_ALLOC_FAIL; in opus_custom_decoder_init()
171 return OPUS_ALLOC_FAIL; in opus_custom_encoder_init_arch()
132 *error = OPUS_ALLOC_FAIL; in opus_multistream_decoder_create()
543 *error = OPUS_ALLOC_FAIL; in opus_multistream_encoder_create()580 *error = OPUS_ALLOC_FAIL; in opus_multistream_surround_encoder_create()
158 *error = OPUS_ALLOC_FAIL; in opus_decoder_create()
492 *error = OPUS_ALLOC_FAIL; in opus_encoder_create()
1806 if(dec!=NULL||(useerr&&err!=OPUS_ALLOC_FAIL)) in test_malloc_fail()1813 if(msdec!=NULL||(useerr&&err!=OPUS_ALLOC_FAIL)) in test_malloc_fail()1826 if(enc!=NULL||(useerr&&err!=OPUS_ALLOC_FAIL)) in test_malloc_fail()1833 if(msenc!=NULL||(useerr&&err!=OPUS_ALLOC_FAIL)) in test_malloc_fail()