Searched refs:OPUS_INTERNAL_ERROR (Results 1 – 9 of 9) sorted by relevance
212 if(ret)return OPUS_INTERNAL_ERROR; in opus_encoder_init()233 if(err!=OPUS_OK)return OPUS_INTERNAL_ERROR; in opus_encoder_init()1008 return OPUS_INTERNAL_ERROR; in encode_multiframe_packet()1016 return OPUS_INTERNAL_ERROR; in encode_multiframe_packet()1025 return OPUS_INTERNAL_ERROR; in encode_multiframe_packet()1287 ret = OPUS_INTERNAL_ERROR; in opus_encode_native()1850 return OPUS_INTERNAL_ERROR; in opus_encode_native()2052 return OPUS_INTERNAL_ERROR; in opus_encode_native()2082 return OPUS_INTERNAL_ERROR; in opus_encode_native()2121 return OPUS_INTERNAL_ERROR; in opus_encode_native()[all …]
130 return OPUS_INTERNAL_ERROR; in opus_decoder_init()145 if(ret)return OPUS_INTERNAL_ERROR; in opus_decoder_init()149 if(ret!=OPUS_OK)return OPUS_INTERNAL_ERROR; in opus_decoder_init()412 return OPUS_INTERNAL_ERROR; in opus_decode_frame()
250 return OPUS_INTERNAL_ERROR; in opus_multistream_decode_native()
1002 return OPUS_INTERNAL_ERROR; in opus_multistream_encode_native()
52 #define OPUS_INTERNAL_ERROR -3 macro
86 #define MUST_SUCCEED(call) do {if((call) != OPUS_OK) {RESTORE_STACK; return OPUS_INTERNAL_ERROR;} }…
1175 return OPUS_INTERNAL_ERROR;
2333 return OPUS_INTERNAL_ERROR; in celt_encode_with_ec()
81 err=OPUS_INTERNAL_ERROR; in test_decoder_code0()