Searched defs:decode_fec (Results 1 – 4 of 4) sorted by relevance
/external/libopus/src/ |
D | opus_multistream_decoder.c | 185 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()
|
D | opus_projection_decoder.c | 215 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()
|
D | opus_decoder.c | 221 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/ |
D | opus_interface.cc | 528 int decode_fec) { in DecodeNative()
|