Home
last modified time | relevance | path

Searched defs:decode_fec (Results 1 – 4 of 4) sorted by relevance

/external/libopus/src/
Dopus_multistream_decoder.c185 int decode_fec, in opus_multistream_decode_native()
377 int decode_fec in opus_multistream_decode()
386 opus_int32 len, float *pcm, int frame_size, int decode_fec) in opus_multistream_decode_float()
396 opus_int32 len, opus_int16 *pcm, int frame_size, int decode_fec) in opus_multistream_decode()
408 int decode_fec in opus_multistream_decode_float()
Dopus_projection_decoder.c215 int decode_fec) in opus_projection_decode()
224 int decode_fec) in opus_projection_decode()
234 opus_int32 len, float *pcm, int frame_size, int decode_fec) in opus_projection_decode_float()
Dopus_decoder.c221 opus_int32 len, opus_val16 *pcm, int frame_size, int decode_fec) in opus_decode_frame()
627 opus_int32 len, opus_val16 *pcm, int frame_size, int decode_fec, in opus_decode_native()
743 opus_int32 len, opus_val16 *pcm, int frame_size, int decode_fec) in opus_decode()
752 opus_int32 len, float *pcm, int frame_size, int decode_fec) in opus_decode_float()
789 opus_int32 len, opus_int16 *pcm, int frame_size, int decode_fec) in opus_decode()
824 opus_int32 len, opus_val16 *pcm, int frame_size, int decode_fec) in opus_decode_float()
/external/webrtc/webrtc/modules/audio_coding/codecs/opus/
Dopus_interface.c321 int16_t* decoded, int16_t* audio_type, int decode_fec) { in DecodeNative()