Searched defs:decode_fec (Results 1 - 3 of 3) sorted by relevance

/external/libopus/src/
H A Dopus_multistream_decoder.c191 int decode_fec,
251 ret = opus_decode_native(dec, data, len, buf, frame_size, decode_fec, s!=st->layout.nb_streams-1, &packet_offset, soft_clip);
371 int decode_fec
375 pcm, opus_copy_channel_out_short, frame_size, decode_fec, 0);
380 opus_int32 len, float *pcm, int frame_size, int decode_fec)
383 pcm, opus_copy_channel_out_float, frame_size, decode_fec, 0);
390 opus_int32 len, opus_int16 *pcm, int frame_size, int decode_fec)
393 pcm, opus_copy_channel_out_short, frame_size, decode_fec, 1);
402 int decode_fec
406 pcm, opus_copy_channel_out_float, frame_size, decode_fec,
184 opus_multistream_decode_native( OpusMSDecoder *st, const unsigned char *data, opus_int32 len, void *pcm, opus_copy_channel_out_func copy_channel_out, int frame_size, int decode_fec, int soft_clip ) argument
379 opus_multistream_decode_float(OpusMSDecoder *st, const unsigned char *data, opus_int32 len, float *pcm, int frame_size, int decode_fec) argument
389 opus_multistream_decode(OpusMSDecoder *st, const unsigned char *data, opus_int32 len, opus_int16 *pcm, int frame_size, int decode_fec) argument
[all...]
H A Dopus_decoder.c201 opus_int32 len, opus_val16 *pcm, int frame_size, int decode_fec)
374 lost_flag = data == NULL ? 1 : 2 * decode_fec;
398 if (!decode_fec && mode != MODE_CELT_ONLY && data != NULL
490 celt_ret = celt_decode_with_ec(celt_dec, decode_fec ? NULL : data,
599 opus_int32 len, opus_val16 *pcm, int frame_size, int decode_fec,
608 if (decode_fec<0 || decode_fec>1)
611 if ((decode_fec || len==0 || data==NULL) && frame_size%(st->Fs/400)!=0)
643 if (decode_fec)
714 opus_int32 len, opus_val16 *pcm, int frame_size, int decode_fec)
200 opus_decode_frame(OpusDecoder *st, const unsigned char *data, opus_int32 len, opus_val16 *pcm, int frame_size, int decode_fec) argument
598 opus_decode_native(OpusDecoder *st, const unsigned char *data, opus_int32 len, opus_val16 *pcm, int frame_size, int decode_fec, int self_delimited, opus_int32 *packet_offset, int soft_clip) argument
713 opus_decode(OpusDecoder *st, const unsigned char *data, opus_int32 len, opus_val16 *pcm, int frame_size, int decode_fec) argument
722 opus_decode_float(OpusDecoder *st, const unsigned char *data, opus_int32 len, float *pcm, int frame_size, int decode_fec) argument
758 opus_decode(OpusDecoder *st, const unsigned char *data, opus_int32 len, opus_int16 *pcm, int frame_size, int decode_fec) argument
792 opus_decode_float(OpusDecoder *st, const unsigned char *data, opus_int32 len, opus_val16 *pcm, int frame_size, int decode_fec) argument
[all...]
/external/webrtc/webrtc/modules/audio_coding/codecs/opus/
H A Dopus_interface.c321 int16_t* decoded, int16_t* audio_type, int decode_fec) {
323 (opus_int16*)decoded, frame_size, decode_fec);
319 DecodeNative(OpusDecInst* inst, const uint8_t* encoded, size_t encoded_bytes, int frame_size, int16_t* decoded, int16_t* audio_type, int decode_fec) argument

Completed in 163 milliseconds