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()
380 int decode_fec in opus_multistream_decode()
389 opus_int32 len, float *pcm, int frame_size, int decode_fec) in opus_multistream_decode_float()
399 opus_int32 len, opus_int16 *pcm, int frame_size, int decode_fec) in opus_multistream_decode()
411 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/modules/audio_coding/codecs/opus/
Dopus_interface.cc528 int decode_fec) { in DecodeNative()