Home
last modified time | relevance | path

Searched refs:OPUS_ALLOC_FAIL (Results 1 – 11 of 11) sorted by relevance

/external/libopus/src/
Dopus_projection_decoder.c188 *error = OPUS_ALLOC_FAIL; in opus_projection_decoder_create()
195 *error = OPUS_ALLOC_FAIL; in opus_projection_decoder_create()
Dopus_projection_encoder.c320 *error = OPUS_ALLOC_FAIL; in opus_projection_ambisonics_encoder_create()
327 *error = OPUS_ALLOC_FAIL; in opus_projection_ambisonics_encoder_create()
Dopus_multistream_decoder.c135 *error = OPUS_ALLOC_FAIL; in opus_multistream_decoder_create()
Dopus_multistream_encoder.c608 *error = OPUS_ALLOC_FAIL; in opus_multistream_encoder_create()
653 *error = OPUS_ALLOC_FAIL; in opus_multistream_surround_encoder_create()
Dopus_decoder.c174 *error = OPUS_ALLOC_FAIL; in opus_decoder_create()
Dopus_encoder.c532 *error = OPUS_ALLOC_FAIL; in opus_encoder_create()
/external/libopus/include/
Dopus_defines.h60 #define OPUS_ALLOC_FAIL -7 macro
/external/libopus/celt/
Dmodes.c403 *error = OPUS_ALLOC_FAIL; in opus_custom_mode_create()
Dcelt_decoder.c195 return OPUS_ALLOC_FAIL; in opus_custom_decoder_init()
Dcelt_encoder.c173 return OPUS_ALLOC_FAIL; in opus_custom_encoder_init_arch()
/external/libopus/tests/
Dtest_opus_api.c1813 if(dec!=NULL||(useerr&&err!=OPUS_ALLOC_FAIL)) in test_malloc_fail()
1820 if(msdec!=NULL||(useerr&&err!=OPUS_ALLOC_FAIL)) in test_malloc_fail()
1833 if(enc!=NULL||(useerr&&err!=OPUS_ALLOC_FAIL)) in test_malloc_fail()
1840 if(msenc!=NULL||(useerr&&err!=OPUS_ALLOC_FAIL)) in test_malloc_fail()