Searched refs:opus_decode_float (Results 1 – 3 of 3) sorted by relevance
/external/libopus/include/ |
D | opus.h | 487 OPUS_EXPORT OPUS_WARN_UNUSED_RESULT int opus_decode_float(
|
/external/libopus/src/ |
D | opus_decoder.c | 751 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/ |
D | test_opus_api.c | 320 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()
|