Home
last modified time | relevance | path

Searched refs:opus_decode_float (Results 1 – 3 of 3) sorted by relevance

/external/libopus/include/
Dopus.h487 OPUS_EXPORT OPUS_WARN_UNUSED_RESULT int opus_decode_float(
/external/libopus/src/
Dopus_decoder.c751 int opus_decode_float(OpusDecoder *st, const unsigned char *data, in opus_decode_float() function
823 int opus_decode_float(OpusDecoder *st, const unsigned char *data, in opus_decode_float() function
/external/libopus/tests/
Dtest_opus_api.c320 if(opus_decode_float(dec, packet, 3, fbuf, 960, 0)!=960)test_failed(); in test_dec_api()
330 if(opus_decode_float(0,packet,1,0,2880,0) !=OPUS_INVALID_STATE)test_failed(); in test_dec_api()