Home
last modified time | relevance | path

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

/external/libopus/include/
Dopus_multistream.h623 OPUS_EXPORT OPUS_WARN_UNUSED_RESULT int opus_multistream_decode_float(
/external/libopus/src/
Dopus_multistream_decoder.c385 int opus_multistream_decode_float(OpusMSDecoder *st, const unsigned char *data, in opus_multistream_decode_float() function
402 int opus_multistream_decode_float( in opus_multistream_decode_float() function
/external/libopus/tests/
Dtest_opus_api.c667 if(opus_multistream_decode_float(dec, packet, 3, fbuf, 960, 0)!=960)test_failed(); in test_msdec_api()
677 if(opus_multistream_decode_float(0,packet,1,0,2880,0) !=OPUS_INVALID_STATE)test_failed(); in test_msdec_api()