Searched refs:opus_multistream_decode_float (Results 1 – 3 of 3) sorted by relevance
/external/libopus/include/ |
D | opus_multistream.h | 623 OPUS_EXPORT OPUS_WARN_UNUSED_RESULT int opus_multistream_decode_float(
|
/external/libopus/src/ |
D | opus_multistream_decoder.c | 379 int opus_multistream_decode_float(OpusMSDecoder *st, const unsigned char *data, in opus_multistream_decode_float() function 396 int opus_multistream_decode_float( in opus_multistream_decode_float() function
|
/external/libopus/tests/ |
D | test_opus_api.c | 669 if(opus_multistream_decode_float(dec, packet, 3, fbuf, 960, 0)!=960)test_failed(); in test_msdec_api() 679 if(opus_multistream_decode_float(0,packet,1,0,2880,0) !=OPUS_INVALID_STATE)test_failed(); in test_msdec_api()
|