Searched refs:opus_multistream_decode_float (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/opus/src/include/
H A Dopus_multistream.h623 OPUS_EXPORT OPUS_WARN_UNUSED_RESULT int opus_multistream_decode_float(
/external/libopus/include/
H A Dopus_multistream.h623 OPUS_EXPORT OPUS_WARN_UNUSED_RESULT int opus_multistream_decode_float(
/external/chromium_org/third_party/opus/src/src/
H A Dopus_multistream_decoder.c379 int opus_multistream_decode_float(OpusMSDecoder *st, const unsigned char *data, function
396 int opus_multistream_decode_float( function
/external/libopus/src/
H A Dopus_multistream_decoder.c379 int opus_multistream_decode_float(OpusMSDecoder *st, const unsigned char *data, function
396 int opus_multistream_decode_float( function
/external/chromium_org/media/filters/
H A Dopus_audio_decoder.cc458 opus_multistream_decode_float(opus_decoder_,
/external/chromium_org/third_party/opus/src/tests/
H A Dtest_opus_api.c669 if(opus_multistream_decode_float(dec, packet, 3, fbuf, 960, 0)!=960)test_failed();
671 fprintf(stdout," opus_multistream_decode_float() .............. OK.\n");
679 if(opus_multistream_decode_float(0,packet,1,0,2880,0) !=OPUS_INVALID_STATE)test_failed();
/external/libopus/tests/
H A Dtest_opus_api.c669 if(opus_multistream_decode_float(dec, packet, 3, fbuf, 960, 0)!=960)test_failed();
671 fprintf(stdout," opus_multistream_decode_float() .............. OK.\n");
679 if(opus_multistream_decode_float(0,packet,1,0,2880,0) !=OPUS_INVALID_STATE)test_failed();

Completed in 246 milliseconds