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

/external/chromium_org/media/cast/receiver/
H A Daudio_decoder.cc124 opus_decode_float(
131 const opus_int32 num_samples_decoded = opus_decode_float(
/external/chromium_org/third_party/opus/src/include/
H A Dopus.h365 * To decode a frame, opus_decode() or opus_decode_float() must be called with a packet of compressed audio data:
373 * @li decoded is the decoded audio data in opus_int16 (or float for opus_decode_float())
376 * opus_decode() and opus_decode_float() return the number of samples (per channel) decoded from the packet.
487 OPUS_EXPORT OPUS_WARN_UNUSED_RESULT int opus_decode_float(
/external/libopus/include/
H A Dopus.h365 * To decode a frame, opus_decode() or opus_decode_float() must be called with a packet of compressed audio data:
373 * @li decoded is the decoded audio data in opus_int16 (or float for opus_decode_float())
376 * opus_decode() and opus_decode_float() return the number of samples (per channel) decoded from the packet.
487 OPUS_EXPORT OPUS_WARN_UNUSED_RESULT int opus_decode_float(
/external/chromium_org/third_party/opus/src/src/
H A Dopus_decoder.c708 int opus_decode_float(OpusDecoder *st, const unsigned char *data, function
760 int opus_decode_float(OpusDecoder *st, const unsigned char *data, function
/external/libopus/src/
H A Dopus_decoder.c708 int opus_decode_float(OpusDecoder *st, const unsigned char *data, function
760 int opus_decode_float(OpusDecoder *st, const unsigned char *data, function
/external/chromium_org/third_party/opus/src/tests/
H A Dtest_opus_api.c319 if(opus_decode_float(dec, packet, 3, fbuf, 960, 0)!=960)test_failed();
321 fprintf(stdout," opus_decode_float() .......................... OK.\n");
329 if(opus_decode_float(0,packet,1,0,2880,0) !=OPUS_INVALID_STATE)test_failed();
/external/libopus/tests/
H A Dtest_opus_api.c319 if(opus_decode_float(dec, packet, 3, fbuf, 960, 0)!=960)test_failed();
321 fprintf(stdout," opus_decode_float() .......................... OK.\n");
329 if(opus_decode_float(0,packet,1,0,2880,0) !=OPUS_INVALID_STATE)test_failed();

Completed in 3342 milliseconds