HomeSort by relevance Sort by last modified time
    Searched refs:OPUS_INTERNAL_ERROR (Results 1 - 8 of 8) sorted by null

  /external/libopus/include/
opus_defines.h 52 #define OPUS_INTERNAL_ERROR -3
  /external/libopus/src/
opus_decoder.c 110 return OPUS_INTERNAL_ERROR;
125 if(ret)return OPUS_INTERNAL_ERROR;
129 if(ret!=OPUS_OK)return OPUS_INTERNAL_ERROR;
389 return OPUS_INTERNAL_ERROR;
opus_encoder.c 194 if(ret)return OPUS_INTERNAL_ERROR;
215 if(err!=OPUS_OK)return OPUS_INTERNAL_ERROR;
    [all...]
opus_multistream_decoder.c 248 return OPUS_INTERNAL_ERROR;
opus_multistream_encoder.c 1037 return OPUS_INTERNAL_ERROR;
    [all...]
  /external/libopus/tests/
test_opus_decode.c 81 err=OPUS_INTERNAL_ERROR;
  /external/libopus/celt/
celt_decoder.c     [all...]
celt_encoder.c     [all...]

Completed in 393 milliseconds