Searched refs:opus_multistream_decode_float (Results 1 – 5 of 5) 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 | 388 int opus_multistream_decode_float(OpusMSDecoder *st, const unsigned char *data, in opus_multistream_decode_float() function 405 int opus_multistream_decode_float( in opus_multistream_decode_float() function
|
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/extensions/opus/src/main/jni/ |
D | opus_jni.cc | 133 sampleCount = opus_multistream_decode_float( in DECODER_FUNC()
|
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/extensions/opus/src/main/jni/ |
D | opus_jni.cc | 124 sampleCount = opus_multistream_decode_float( in DECODER_FUNC()
|
/external/libopus/tests/ |
D | test_opus_api.c | 667 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()
|