Searched refs:OPUS_ALLOC_FAIL (Results 1 - 9 of 9) sorted by relevance

/external/libopus/include/
H A Dopus_defines.h60 #define OPUS_ALLOC_FAIL -7 macro
/external/libopus/celt/
H A Dmodes.c401 *error = OPUS_ALLOC_FAIL;
H A Dcelt_decoder.c150 return OPUS_ALLOC_FAIL;
H A Dcelt_encoder.c171 return OPUS_ALLOC_FAIL;
/external/libopus/src/
H A Dopus_multistream_decoder.c132 *error = OPUS_ALLOC_FAIL;
H A Dopus_multistream_encoder.c543 *error = OPUS_ALLOC_FAIL;
580 *error = OPUS_ALLOC_FAIL;
H A Dopus_decoder.c158 *error = OPUS_ALLOC_FAIL;
H A Dopus_encoder.c492 *error = OPUS_ALLOC_FAIL;
/external/libopus/tests/
H A Dtest_opus_api.c1806 if(dec!=NULL||(useerr&&err!=OPUS_ALLOC_FAIL))
1813 if(msdec!=NULL||(useerr&&err!=OPUS_ALLOC_FAIL))
1826 if(enc!=NULL||(useerr&&err!=OPUS_ALLOC_FAIL))
1833 if(msenc!=NULL||(useerr&&err!=OPUS_ALLOC_FAIL))

Completed in 93 milliseconds